
Space-separated list of file extensions to be considered as video files.

When set to 0, a video that has been successfully converted is removed from the watch folder.ĪUTOMATED_CONVERSION_VIDEO_FILE_EXTENSIONS See the Automatic Video Conversion section for more details. This is typically the video filename extension. Video container format used by the automatic video converter for output files. Identification of a preset must follow the format /. HandBrake preset used by the automatic video converter. This font contains a large range of Chinese/Japanese/Korean characters. When set to 1, open-source computer font WenQuanYi Zen Hei is installed. Do not use unless you know what you are doing.
#Filelib handbrake password
See the VNC Password section for more details.Įxtra options to pass to the x11vnc server running in the Docker container. Password needed to connect to the application's GUI. See the Security section for more details. When set to 1, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). Height (in pixels) of the application's window. Width (in pixels) of the application's window. When set to 1, all files in the /tmp directory are deleted during the container startup. In this case, the container should be run with the docker option -cap-add=SYS_NICE. NOTE: A negative niceness (priority increase) requires additional permissions. By default, niceness is not set, meaning that the default niceness of 0 is used. A niceness value of -20 is the highest priority and 19 is the lowest priority.

Priority at which the application should run. When set to 1, the application will be automatically restarted if it crashes or if a user quits it. Timezone can also be set by mapping /etc/localtime between the host and the container.

See the following online umask calculator: By default, this variable is not set and the default umask of 022 is used, meaning that newly created files are readable by everyone, but only writable by the owner. The value of the mask is in octal notation. Mask that controls how file permissions are set for newly created files. See User/Group IDs to better understand when this should be set.Ĭomma-separated list of supplementary group IDs of the application. See User/Group IDs to better understand when this should be set. Variables can be passed via the -e parameter (one for each variable). To customize some properties of the container, the following environment Set a network port mapping (exposes an internal container port to the host). See the Data Volumes section for more details. Set a volume mapping (allows to share a folder/file between the host and the container). See the Environment Variables section for more details. Pass an environment variable to the container. If not set, the container runs in the foreground. Launch the HandBrake docker container with the following command: NOTE: The Docker command provided in this quick start is given as an exampleĪnd parameters should be adjusted to your need.

