Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How do you convert an entire directory with ffmpeg?

for i in *.avi; do ffmpeg -i "$i" "${i%.*}.mp4"; done
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #convert #entire #directory
ADD COMMENT
Topic
Name
2+4 =