I used ffmpeg to drop duplicated video frames using ffmpeg -i in.mp4 -vf mpdecimate,setpts=N/FRAME_RATE/TB out.mp4
, but I want to also drop the audio between the frames. How can I do this?
Asked
Active
Viewed 740 times
0

Cole Petersen
- 74
- 8
-
1What's the difference between this question and your other one? [Using ffmpeg to remove duplicate frames and connected audio](https://stackoverflow.com/questions/46189010/using-ffmpeg-to-remove-duplicate-frames-and-connected-audio) – llogan Sep 13 '17 at 16:07
-
This question is aimed at using the above command and removing the audio simultaneously, while the other is more specific to frame by frame procedure. – Cole Petersen Sep 13 '17 at 23:45
-
Does this answer your question? [Using ffmpeg to remove duplicate frames and connected audio](https://stackoverflow.com/questions/46189010/using-ffmpeg-to-remove-duplicate-frames-and-connected-audio) – Claudio Floreani Aug 24 '22 at 14:38