mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
removed handbrake config, updated handbrake documentation
This commit is contained in:
+3
-12
@@ -3,23 +3,14 @@
|
|||||||
DockerHub: https://hub.docker.com/r/jlesage/handbrake
|
DockerHub: https://hub.docker.com/r/jlesage/handbrake
|
||||||
Env docs: https://github.com/jlesage/docker-handbrake
|
Env docs: https://github.com/jlesage/docker-handbrake
|
||||||
|
|
||||||
## SAMPLE ENV
|
|
||||||
|
|
||||||
```text
|
|
||||||
# Handbrake
|
|
||||||
VOL_PATH=/docker/vol/handbrake-data #HELP: volpath
|
|
||||||
VOL_CONFIG_PATH=/docker/vol #HELP: configpath
|
|
||||||
COOKBOOK=/home/user/git/docker-compose-cookbooks #HELP: cookbooks
|
|
||||||
HANDBRAKE_IMAGE=jlesage/handbrake:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
## NOTES
|
## NOTES
|
||||||
|
|
||||||
You can specify read and write for example:
|
You can specify read and write for example:
|
||||||
"handbrake-storage:/storage:ro"
|
"handbrake-storage:/storage:ro"
|
||||||
"handbrake-output:/output:rw"
|
"handbrake-output:/output:rw"
|
||||||
|
|
||||||
## Nvidia
|
## Nvidia GPU
|
||||||
|
|
||||||
HANDBRAKE_IMAGE=zocker160/handbrake-nvenc:latest
|
HANDBRAKE_IMAGE=zocker160/handbrake-nvenc:latest
|
||||||
https://github.com/zocker-160/handbrake-nvenc-docker
|
Github: https://github.com/zocker-160/handbrake-nvenc-docker
|
||||||
|
DockerHub NVENC: https://hub.docker.com/r/zocker160/handbrake-nvenc
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
OS: Alpine Linux v3.17
|
|
||||||
HandBrake 1.7.3 (2024030500)
|
|
||||||
Kernel: Linux 6.9.8-200.fc40.x86_64 (x86_64)
|
|
||||||
CPU: Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz x 8
|
|
||||||
Install Dir: /usr/bin
|
|
||||||
Config Dir: /config/ghb
|
|
||||||
_______________________________
|
|
||||||
|
|
||||||
[06:32:12] Compile-time hardening features are enabled
|
|
||||||
Cannot load libnvidia-encode.so.1
|
|
||||||
[06:32:12] hb_qsv_make_adapters_list: MFXVideoCORE_QueryPlatform failed impl=0 err=-16
|
|
||||||
[06:32:12] qsv: is available on this system
|
|
||||||
[06:32:12] hb_init: starting libhb thread
|
|
||||||
[06:32:12] hb_init: starting libhb thread
|
|
||||||
[06:32:12] hb_init: starting libhb thread
|
|
||||||
[06:32:12] gtkgui: Failed to read presets file, initializing new presets...
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
823
|
|
||||||
@@ -1,46 +0,0 @@
|
|||||||
{
|
|
||||||
"Preferences": {
|
|
||||||
"ActivityFontSize": 8.0,
|
|
||||||
"AddCC": false,
|
|
||||||
"AutoScan": false,
|
|
||||||
"DiskFreeCheck": true,
|
|
||||||
"DiskFreeLimit": 10000.0,
|
|
||||||
"EncodeLogLocation": false,
|
|
||||||
"ExportDirectory": "/output",
|
|
||||||
"HideAdvancedVideoSettings": true,
|
|
||||||
"LogLongevity": "month",
|
|
||||||
"LoggingLevel": "1",
|
|
||||||
"MinTitleDuration": 10,
|
|
||||||
"PauseEncodingOnPowerSave": true,
|
|
||||||
"PreferredLanguage": "und",
|
|
||||||
"RemoveFinishedJobs": false,
|
|
||||||
"ShowMiniPreview": true,
|
|
||||||
"SrtDir": ".",
|
|
||||||
"SyncTitleSettings": true,
|
|
||||||
"UseM4v": true,
|
|
||||||
"VideoQualityGranularity": "1",
|
|
||||||
"WhenComplete": "nothing",
|
|
||||||
"allow_tweaks": false,
|
|
||||||
"auto_name": true,
|
|
||||||
"auto_name_template": "{source}",
|
|
||||||
"check_updates": "weekly",
|
|
||||||
"default_source": "/storage/dvd",
|
|
||||||
"destination_dir": "/output",
|
|
||||||
"hbfd": false,
|
|
||||||
"hbfd_feature": false,
|
|
||||||
"last_update_check": 0,
|
|
||||||
"live_duration": 15,
|
|
||||||
"preset_window_height": 1,
|
|
||||||
"preset_window_width": 1,
|
|
||||||
"preview_count": 10,
|
|
||||||
"preview_show_crop": false,
|
|
||||||
"preview_x": -1,
|
|
||||||
"preview_y": -1,
|
|
||||||
"reduce_hd_preview": true,
|
|
||||||
"update_skip_version": 0,
|
|
||||||
"use_dvdnav": true,
|
|
||||||
"version": "0.1",
|
|
||||||
"window_height": 951,
|
|
||||||
"window_width": 1920
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
+10
-1
@@ -1,5 +1,14 @@
|
|||||||
# Handbrake
|
# Global
|
||||||
VOL_PATH=/docker/vol/handbrake-data #HELP: volpath
|
VOL_PATH=/docker/vol/handbrake-data #HELP: volpath
|
||||||
VOL_CONFIG_PATH=/docker/vol #HELP: configpath
|
VOL_CONFIG_PATH=/docker/vol #HELP: configpath
|
||||||
COOKBOOK=/home/user/git/docker-compose-cookbooks #HELP: cookbooks
|
COOKBOOK=/home/user/git/docker-compose-cookbooks #HELP: cookbooks
|
||||||
|
|
||||||
|
# Handbrake
|
||||||
HANDBRAKE_IMAGE=jlesage/handbrake:latest
|
HANDBRAKE_IMAGE=jlesage/handbrake:latest
|
||||||
|
AUTOMATED_CONVERSION_PRESET='Very Fast 1080p30'
|
||||||
|
|
||||||
|
# Handbrake with GPU
|
||||||
|
#HANDBRAKE_IMAGE=jlesage/handbrake:latest
|
||||||
|
#HANDBRAKE_IMAGE=zocker160/handbrake-nvenc:18x
|
||||||
|
#NVIDIA_VISIBLE_DEVICES=all
|
||||||
|
#NVIDIA_DRIVER_CAPABILITIES=all
|
||||||
|
|||||||
Reference in New Issue
Block a user