Skip to content

Instantly share code, notes, and snippets.

@muxlux
Last active September 21, 2019 19:10
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 muxlux/66617bd8c8e7018a688904431aafda73 to your computer and use it in GitHub Desktop.
Save muxlux/66617bd8c8e7018a688904431aafda73 to your computer and use it in GitHub Desktop.
navigate to directory containing .mp4, .avi, .etc
for i in *.MP4; do ffmpeg -i "$i" -c:a aac -b:a 128k -c:v prores_ks -profile:v 3 "${i%.MP4}.mov"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment