Created
June 28, 2020 16:31
-
-
Save axe312ger/b40a56dcaab2fe5d059cd9a9f2c82699 to your computer and use it in GitHub Desktop.
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" -an -filter:v "setpts=0.25*PTS" -r 60 -map_metadata 0 -movflags use_metadata_tags "optimized/${i%.*}.mp4"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment