Skip to content

Instantly share code, notes, and snippets.

@pwenzel
Last active November 6, 2020 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwenzel/9efa18de13edde9ebd268ab656e4299d to your computer and use it in GitHub Desktop.
Save pwenzel/9efa18de13edde9ebd268ab656e4299d to your computer and use it in GitHub Desktop.
FFMPEG AVI to MP4
for file in *.avi; ffmpeg -n -i $file -strict -2 $file.mp4; end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment