Skip to content

Instantly share code, notes, and snippets.

@bouiboui
Forked from danielmahal/removeduplicateframes.sh
Created February 18, 2020 17:31
Show Gist options
  • Save bouiboui/0193f983c19d7d16d842d9de7e446a74 to your computer and use it in GitHub Desktop.
Save bouiboui/0193f983c19d7d16d842d9de7e446a74 to your computer and use it in GitHub Desktop.
Remove duplicate frames from video with ffmpeg and mpdecimate
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