Hello,
I have a 60 fps source video in which some sections appear to be with duplicate frames.
I am using the following command to "cleanup" the parts with duplicate frames and to keep audio in sync:
When I run resulting video, the player will speed up at the section where duplicate frames where removed.Code:ffmpeg -i input.mp4 -vf mpdecimate -vsync vfr out.mp4
What am I doing wrong ?
Thank you.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Probably nothing, mpdecimate is a video only filter, it does not touch the audio at all.
There are projects like https://github.com/KenjiTakahashi/mpdecimate_trim which try to keep the audio sync, but afaik. there is no option for this directly in ffmpeg.
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Duplicate frame removing
By Maximilian Goof in forum Newbie / General discussionsReplies: 3Last Post: 4th Dec 2024, 12:26 -
Removing duplicate frames 24.000->23.976
By sebastiaaan in forum Video ConversionReplies: 1Last Post: 28th Dec 2023, 08:33 -
Converting 60fps to 25fps and removing duplicate frames
By rgr in forum Video ConversionReplies: 2Last Post: 30th Sep 2022, 06:34 -
Removing duplicate lines
By [ss]vegeta in forum SubtitleReplies: 1Last Post: 17th Mar 2021, 01:52 -
Removing all duplicate frames in a video clip
By ecortez in forum EditingReplies: 0Last Post: 10th Mar 2021, 20:23