Handbrake: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
=== Landing page with Handbrake examples === | === Landing page with Handbrake examples === | ||
== Examples leveraged by ARM == | |||
Options: Hardware encoding using Nvidia, all subtitles, all english audio | |||
<pre> | <pre> | ||
HandBrakeCLI -i /opt/arm/media/raw/Ghostbusters -o '/tmp/Ghostbusters_2014.mkv' "H.265 | HandBrakeCLI -i /opt/arm/media/raw/Ghostbusters -o '/tmp/Ghostbusters_2014.mkv' "H.265 NVENC 1080p" --subtitle scan -F --subtitle-burned --audio-lang-list eng --all-audio | ||
</pre> | </pre> | ||
<pre> | <pre> | ||
HandBrakeCLI -i /home/arm/media/raw/Ghostbusters_168012932202 -o /home/arm/media/transcode/unidentified/Ghostbusters (2014)_168012932202/title_2.mkv --preset H.265 | HandBrakeCLI -i /home/arm/media/raw/Ghostbusters_168012932202 -o /home/arm/media/transcode/unidentified/Ghostbusters (2014)_168012932202/title_2.mkv --preset H.265 NVENC 1080p -t 2 --subtitle scan -F --subtitle-burned --audio-lang-list eng --all-audio | ||
</pre> | </pre> | ||
Options: no hw accell, and multi audio, no subtitles | |||
<pre> | |||
HandBrakeCLI -i /video -o /video.out --preset "Super HQ 1080p30 Surround" --audio-lang-list eng --all-audio --audio-copy-mask aac,ac3,eac3,dts,dtshd --audio-fallback ac3 | |||
</pre> | |||
[[Category:Handbrake]] | [[Category:Handbrake]] |
Revision as of 18:33, 1 April 2023
Landing page with Handbrake examples
Examples leveraged by ARM
Options: Hardware encoding using Nvidia, all subtitles, all english audio
HandBrakeCLI -i /opt/arm/media/raw/Ghostbusters -o '/tmp/Ghostbusters_2014.mkv' "H.265 NVENC 1080p" --subtitle scan -F --subtitle-burned --audio-lang-list eng --all-audio
HandBrakeCLI -i /home/arm/media/raw/Ghostbusters_168012932202 -o /home/arm/media/transcode/unidentified/Ghostbusters (2014)_168012932202/title_2.mkv --preset H.265 NVENC 1080p -t 2 --subtitle scan -F --subtitle-burned --audio-lang-list eng --all-audio
Options: no hw accell, and multi audio, no subtitles
HandBrakeCLI -i /video -o /video.out --preset "Super HQ 1080p30 Surround" --audio-lang-list eng --all-audio --audio-copy-mask aac,ac3,eac3,dts,dtshd --audio-fallback ac3