Skip to content

Instantly share code, notes, and snippets.

@steinar
Created December 19, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinar/7d25af99c4c27026c0f083bafb511036 to your computer and use it in GitHub Desktop.
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
# 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