Skip to content

Commit 6f106de

Browse files
Create Convert_Videos_Directory_to_MP4.sh
1 parent 1203885 commit 6f106de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Convert_Videos_Directory_to_MP4.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
$ for INPUT in *.avi ; do echo "${INPUT%.avi}" ; done | xargs -i -P9 HandBrakeCLI -i "{}".avi -o "{}".mp4

0 commit comments

Comments
 (0)