HandBrake-for-Nvidia
Docker 应用程序 from jsrk's Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:5800]- 网络
bridge- 外壳
sh- 特权
- false
- 额外参数
--runtime=nvidia --device /dev/dri:/dev/dri/
模板配置
This location contains files from your host that need to be accessible to the application.
- 目标
- /storage
- 默认值
- /mnt/user
- 价值
- /mnt/user
This is the watch folder of the automatic video converter. Any video copied into this folder will be automatically converted by HandBrake.
- 目标
- /watch
This is the default output folder for converted videos. Also used by the automatic video converter.
- 目标
- /output
Preset used by the automatic video converter. Identification of the preset must follow the format 'CATEGORY/PRESET NAME'. Name of all available presets can be seen via the HandBrake GUI.
- 目标
- AUTOMATED_CONVERSION_PRESET
- 默认值
- General/Very Fast 1080p30
- 价值
- General/Very Fast 1080p30
Video container format used by the automatic video converter for output files. This is typically the video filename extension.
- 目标
- AUTOMATED_CONVERSION_FORMAT
- 默认值
- mp4
- 价值
- mp4
Set to 0 to remove successfully converted videos from the watch folder, 1 to keep them.
- 目标
- AUTOMATED_CONVERSION_KEEP_SOURCE
- 默认值
- 1
- 价值
- 1
Set to
- 目标
- AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION
- 默认值
- ignore
- 价值
- ignore
Root directory, inside the container, where converted videos should be written.
- 目标
- AUTOMATED_CONVERSION_OUTPUT_DIR
- 默认值
- /output
- 价值
- /output
Subdirectory of the output folder into which converted videos should be written. Leave value empty to save converted videos directly into
- 目标
- AUTOMATED_CONVERSION_OUTPUT_SUBDIR
- 默认值
- all
- 价值
- all
- 默认值
- all
- 价值
- all
This is where the application stores its configuration, states, log and any files needing persistency.
- 目标
- /config
- 默认值
- /mnt/user/appdata/HandBrake
- 价值
- /mnt/user/appdata/HandBrake
When trash usage is enabled, this is where the automatic video converter moves converted files instead of deleting them.
- 目标
- /trash
ID of the user the application runs as.
- 目标
- USER_ID
- 默认值
- 99
- 价值
- 99
ID of the group the application runs as.
- 目标
- GROUP_ID
- 默认值
- 100
- 价值
- 100
Mask that controls how file permissions are set for newly created files. The value of the mask is in octal notation.
- 目标
- UMASK
- 默认值
- 0000
- 价值
- 0000
Priority at which the application should run. A niceness value of -20 is the highest priority and 19 is the lowest priority. NOTE: Setting a negative value requires additional permissions. Thus,
- 目标
- APP_NICENESS
- 默认值
- 0
- 价值
- 0
Width (in pixels) of the application's window.
- 目标
- DISPLAY_WIDTH
- 默认值
- 1920
- 价值
- 1920
Height (in pixels) of the application's window.
- 目标
- DISPLAY_HEIGHT
- 默认值
- 1080
- 价值
- 1080
When set to
- 目标
- DARK_MODE
- 默认值
- 0
- 价值
- 0
When set to
- 目标
- WEB_AUDIO
- 默认值
- 0
- 价值
- 0
When set to
- 目标
- WEB_AUTHENTICATION
- 默认值
- 0
- 价值
- 0
Optional username to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.
- 目标
- WEB_AUTHENTICATION_USERNAME
Optional password to configure for the web authentication. This is a quick and easy way to configure credentials for a single user. To configure credentials in a more secure way, or to add more users, see the documentation.
- 目标
- WEB_AUTHENTICATION_PASSWORD
Whether or not an encrypted connection should be used to access the application's GUI. Set to
- 目标
- SECURE_CONNECTION
- 默认值
- 0
- 价值
- 0
Method used to perform the secure VNC connection. Possible values are
- 目标
- SECURE_CONNECTION_VNC_METHOD
- 默认值
- SSL
- 价值
- SSL
Interval, in seconds, at which the system verifies if web or VNC certificates have changed. When a change is detected, the affected services are automatically restarted. A value of
- 目标
- SECURE_CONNECTION_CERTS_CHECK_INTERVAL
- 默认值
- 60
- 价值
- 60
Port used by the web server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.
- 目标
- WEB_LISTENING_PORT
- 默认值
- 5800
- 价值
- 5800
Port used by the VNC server to serve the UI of the application. This port is used internally by the container and it is usually not required to be changed. NOTE: This setting is relevant only when the Network Type is set to something else than Bridge.
- 目标
- VNC_LISTENING_PORT
- 默认值
- 5900
- 价值
- 5900
Setting this to 1 enables the HandBrake GUI, 0 disables it.
- 目标
- HANDBRAKE_GUI
- 默认值
- 1
- 价值
- 1
Setting this to 1 enables the automatic video converter, 0 disables it.
- 目标
- AUTOMATED_CONVERSION
- 默认值
- 1
- 价值
- 1
Space-separated list of file extensions to be considered as video files. By default, this list is empty, meaning that the automatic video converter will let HandBrake automatically detects if a file, no matter its extension, is a video or not (note that extensions defined by the Non-Video File Extensions list are always considered as non-video files). Normally, this variable doesn't need to be set. Usage of this variable is useful when only specific video files need to converted.
- 目标
- AUTOMATED_CONVERSION_VIDEO_FILE_EXTENSIONS
Space-separated list of file extensions to be considered as not being videos. Most non-video files are properly rejected by HandBrake. However, some files, like images, are convertible by HandBrake even if they are not video files.
- 目标
- AUTOMATED_CONVERSION_NON_VIDEO_FILE_EXTENSIONS
- 默认值
- jpg jpeg bmp png gif txt nfo
- 价值
- jpg jpeg bmp png gif txt nfo
Setting this to 1 allows the final destination file to be overwritten if it already exists.
- 目标
- AUTOMATED_CONVERSION_OVERWRITE_OUTPUT
- 默认值
- 0
- 价值
- 0
Time (in seconds) during which properties (e.g. size, time, etc) of a video file in the watch folder need to remain the same. This is to avoid processing a file that is being copied.
- 目标
- AUTOMATED_CONVERSION_SOURCE_STABLE_TIME
- 默认值
- 5
- 价值
- 5
Minimum title duration (in seconds). Shorter titles will be ignored. This applies only to video disc sources (ISO file, VIDEO_TS folder or BDMV folder).
- 目标
- AUTOMATED_CONVERSION_SOURCE_MIN_DURATION
- 默认值
- 10
- 价值
- 10
Setting this to 1 enables HandBrake main feature title detection to try to guess and select the main title.
- 目标
- AUTOMATED_CONVERSION_SOURCE_MAIN_TITLE_DETECTION
- 默认值
- 0
- 价值
- 0
Interval (in seconds) at which the automatic video converter checks for new files.
- 目标
- AUTOMATED_CONVERSION_CHECK_INTERVAL
- 默认值
- 5
- 价值
- 5
Maximum number of watch folders handled by the automatic video converter.
- 目标
- AUTOMATED_CONVERSION_MAX_WATCH_FOLDERS
- 默认值
- 5
- 价值
- 5
Set to 1 to disable display of the video conversion progress in HandBrake GUI.
- 目标
- AUTOMATED_CONVERSION_NO_GUI_PROGRESS
- 默认值
- 0
- 价值
- 0
Custom arguments to pass to HandBrake when performing a conversion.
- 目标
- AUTOMATED_CONVERSION_HANDBRAKE_CUSTOM_ARGS
Space-separated list of Alpine Linux packages to install. This is useful when the automatic video converter's hooks require tools not available in the container image. See https://pkgs.alpinelinux.org for the list of available Alpine Linux packages.
- 目标
- AUTOMATED_CONVERSION_INSTALL_PKGS
Set to 1 to enable usage of the trash directory. So when the automatic video converter is configured to not keep sources, it will move files to the trash directory (/trash inside the container) instead of deleting them.
- 目标
- AUTOMATED_CONVERSION_USE_TRASH
- 默认值
- 0
- 价值
- 0
Port to access the application's GUI via the web interface. NOTE: This setting is relevant only when the Network Type is set to
- 目标
- 5800
- 默认值
- 7803
- 价值
- 7803
Port to access the application's GUI via VNC protocol. Optional if no VNC client is used. NOTE: This setting is relevant only when the Network Type is set to
- 目标
- 5900
- 默认值
- 7903
- 价值
- 7903
下载统计数据
长期下载总量
详细信息
zocker160/handbrake-nvenc:latest在Unraid 上运行 HandBrake-for-Nvidia 。
HandBrake-for-Nvidia 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。