Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save axe312ger/b40a56dcaab2fe5d059cd9a9f2c82699 to your computer and use it in GitHub Desktop.
Save axe312ger/b40a56dcaab2fe5d059cd9a9f2c82699 to your computer and use it in GitHub Desktop.
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