You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as {codec} and {quality} are used in combination, docker will not start.
The other parameters don't have this problem (or they just haven't been found yet).
Current Behavior
As long as {codec} and {quality} are used in combination, docker will not start.
The other parameters don't have this problem (or they just haven't been found yet).
Expected Behavior
No response
Steps To Reproduce
Using {codec} and {quality} in combination
Environment
Container creation
docker run
-d
--name='HandBrake'
--net='br0'
--ip='172.16.15.35'
--pids-limit 2048
-e TZ="Asia/Shanghai"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Lake"
-e HOST_CONTAINERNAME="HandBrake"
-e 'AUTOMATED_CONVERSION_PRESET'='General/Very Fast 1080p30'
-e 'AUTOMATED_CONVERSION_FORMAT'='mp4'
-e 'AUTOMATED_CONVERSION_KEEP_SOURCE'='1'
-e 'AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION'='ignore'
-e 'AUTOMATED_CONVERSION_OUTPUT_DIR'='/output'
-e 'AUTOMATED_CONVERSION_OUTPUT_SUBDIR'=''
-e 'USER_ID'='99'
-e 'GROUP_ID'='100'
-e 'UMASK'='0000'
-e 'APP_NICENESS'='0'
-e 'DISPLAY_WIDTH'='1920'
-e 'DISPLAY_HEIGHT'='1080'
-e 'DARK_MODE'='0'
-e 'WEB_AUDIO'='0'
-e 'WEB_AUTHENTICATION'='0'
-e 'WEB_AUTHENTICATION_USERNAME'=''
-e 'WEB_AUTHENTICATION_PASSWORD'=''
-e 'SECURE_CONNECTION'='0'
-e 'SECURE_CONNECTION_VNC_METHOD'='SSL'
-e 'SECURE_CONNECTION_CERTS_CHECK_INTERVAL'='60'
-e 'WEB_LISTENING_PORT'='5800'
-e 'VNC_LISTENING_PORT'='5900'
-e 'HANDBRAKE_GUI'='1'
-e 'AUTOMATED_CONVERSION'='1'
-e 'AUTOMATED_CONVERSION_VIDEO_FILE_EXTENSIONS'=''
-e 'AUTOMATED_CONVERSION_NON_VIDEO_FILE_EXTENSIONS'='jpg jpeg bmp png gif txt nfo'
-e 'AUTOMATED_CONVERSION_OVERWRITE_OUTPUT'='0'
-e 'AUTOMATED_CONVERSION_SOURCE_STABLE_TIME'='5'
-e 'AUTOMATED_CONVERSION_SOURCE_MIN_DURATION'='10'
-e 'AUTOMATED_CONVERSION_SOURCE_MAIN_TITLE_DETECTION'='0'
-e 'AUTOMATED_CONVERSION_CHECK_INTERVAL'='5'
-e 'AUTOMATED_CONVERSION_MAX_WATCH_FOLDERS'='5'
-e 'AUTOMATED_CONVERSION_NO_GUI_PROGRESS'='0'
-e 'AUTOMATED_CONVERSION_HANDBRAKE_CUSTOM_ARGS'=''
-e 'AUTOMATED_CONVERSION_INSTALL_PKGS'=''
-e 'AUTOMATED_CONVERSION_USE_TRASH'='0'
-e 'TCP_PORT_5800'='7803'
-e 'TCP_PORT_5900'='7903'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.webui='http://[IP]:[PORT:5800]'
-l net.unraid.docker.icon='https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/handbrake-icon.png'
-v '/mnt/user/hub/handbrake/':'/storage':'ro'
-v '/mnt/user/hub/handbrake/':'/output':'rw'
-v '/mnt/user/appdata/HandBrake':'/config':'rw'
--device='/dev/dri' 'jlesage/handbrake'
Container log
Container inspect
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: