Skip to content

Instantly share code, notes, and snippets.

@gut5
Created November 5, 2022 17:43
Show Gist options
  • Save gut5/21938fa57686b7543eb52ba5d116bbac to your computer and use it in GitHub Desktop.
Save gut5/21938fa57686b7543eb52ba5d116bbac to your computer and use it in GitHub Desktop.
for f in ./*.mkv
do
ffmpeg -i "$f" [...]
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment