Created
December 19, 2021 13:44
-
-
Save steinar/7d25af99c4c27026c0f083bafb511036 to your computer and use it in GitHub Desktop.
HandBrakeCli command line arguments for transferring contents of a DVD disc to mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Practical config with DVD resolution | |
HandBrakeCLI -i /mnt/dvd --preset "HQ 576p25 Surround" --main-feature --all-audio --all-subtitles --subtitle-burned=none -o output.mp4 | |
# Faster encoding at the cost of picture quality | |
#HandBrakeCLI -i /mnt/dvd --preset "Fast 576p25" --main-feature --all-audio --all-subtitles --subtitle-burned=none -o output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment