We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1203885 commit 6f106deCopy full SHA for 6f106de
Convert_Videos_Directory_to_MP4.sh
@@ -0,0 +1 @@
1
+$ for INPUT in *.avi ; do echo "${INPUT%.avi}" ; done | xargs -i -P9 HandBrakeCLI -i "{}".avi -o "{}".mp4
0 commit comments