-
-
Save bouiboui/0193f983c19d7d16d842d9de7e446a74 to your computer and use it in GitHub Desktop.
Remove duplicate frames from video with ffmpeg and mpdecimate
This file contains 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
ffmpeg -i input.mov -vf mpdecimate,setpts=N/FRAME_RATE/TB output.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment