antsh

Members
  • Posts

    6
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

antsh's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I just migrated to using this one: https://hub.docker.com/r/jlesage/handbrake/ stable and much more elegantly designed (from a passing options as env variables standpoint).
  2. Same, rdp tries to load and drops me to a black screen.
  3. USE_UI is working for me, here is my conf file just in case it helps anyone: ### Change monitoring settings # If we don't see any events for $SETTLE_DURATION time, assume that it's safe to run HandBrake. Format is HH:MM:SS, # with HH and MM optional. SETTLE_DURATION=1:00 # However, if we see a stream of changes for longer than $MAX_WAIT_TIME with no break of $SETTLE_DURATION or more, then # go ahead and run HandBrake. Otherwise we might be waiting forever for the directory to stop changing. Format is # HH:MM:SS, with HH and MM optional. MAX_WAIT_TIME=1:00:00 # After processing all the files in the watch dir, wait at least this long before doing it again, even if # $SETTLE_DURATION time has passed after change. This controls the maximum frequency of the HandBrake runs. MIN_PERIOD=0 # Set this to 1 to log all events, for debugging purposes. WARNING! This creates copious amounts of confusing logging! DEBUG=0 # HandBrake doesn't write to the watch dir, so it's safe to keep watching for events. IGNORE_EVENTS_WHILE_COMMAND_IS_RUNNING=0 #----------------------------------------------------------------------------------------------------------------------- ### HandBrake settings # Run the program as this user and group ID, which should match up with the host. This will ensure that the resulting # converted video has the right ownership and permissions. # The defaults typically correspond to the "root" user in the host. To change these, run the following commands (which use the # "nobody" user and group) in the host and set the values here. # id -u nobody # id -g nobody # su -l nobody -c umask USER_ID=1000 GROUP_ID=100 UMASK=0000 USE_UI=true # The command to run to convert the file. For a list of presets visit # https://handbrake.fr/docs/en/latest/technical/official-presets.html HANDBRAKE_COMMAND='HandBrakeCLI --preset-import-file /output/Anton.json -Z 'Anton' -i "$SRCDIR/$SUBDIR/$FILENAME" -o "$DESTDIR/$SUBDIR/$BASE.mkv"'
  4. I am getting a black screen after selecting the Handbrake module in the xrdp popup. It goes through the connection messages and then I am dropped to a black screen. (this is within a browser). **Happens in RDP session too**
  5. I am having an issue when dropping a folder that contains the file to be converted into the watch folder. If I drop a file by itself, it has no issues grabbing it, converting, and putting it in the output folder, but if it is a file contained within a folder, it does not work. My intent is it be able to drop a folder with a file in it into the watch folder, and have it output the folder/file into the output folder. i.e. watch\ABC\ABC.MKV --> output\ABC\ABC.MKV I have attached the log file of a sample failure. I have confirmed that it is not a permissions issue, and it is evidenced by the fact that the script can read the file info and attempt to begin the conversion. Any help is much appreciated! subfolder error.txt HandBrake.conf