Skip to content

Instantly share code, notes, and snippets.

@cawka
Last active August 26, 2017 00:25
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 cawka/7c65b7c2b56ce1de025ec0d11de9eb05 to your computer and use it in GitHub Desktop.
Save cawka/7c65b7c2b56ce1de025ec0d11de9eb05 to your computer and use it in GitHub Desktop.
for i in *; do N=`basename -s .mp4 $i`; echo $N; ffmpeg -i $N.mp4 -acodec copy -vcodec copy ../fix/$N.m4v; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment