Last active
September 21, 2019 19:10
-
-
Save muxlux/66617bd8c8e7018a688904431aafda73 to your computer and use it in GitHub Desktop.
navigate to directory containing .mp4, .avi, .etc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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