Created
December 7, 2017 18:37
-
-
Save Ashex/7db8effec89512c149ec121786af823a to your computer and use it in GitHub Desktop.
Pass all videos found under a directory with Handbrake
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
find /videos -name "*.mkv" -exec bash -c '~/temp/HandBrake-1.0.7/build/HandBrakeCLI -Z "Android 576p25" --input "{}" --output "/out/$(basename {}).mp4" --two-pass --turbo' \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment