Skip to main content
BookStack
View All
Search
Shelves
Books
Log in
Info
Content
Books
Linux & CLI Commands
FFMPEG Commands
Convert entire folder
Convert entire folder
for i in *.mov; do name=`echo "$i" | cut -d'.' -f1` echo "$name" ffmpeg -i "$i" "${name}.mp4" done
Enter section select mode
Previous
Web Convert
Next
Hardware encoding
No Comments
Back to top
No Comments