I've recently stumbled upon some VEVO music videos that were encoded in 25 fps containing duplicate frames. The original framerate of most of them is 23.976.
I did some tests and a basic TDecimate does the thing, however I'm not sure what the best approach is.
For example,
is perfect. however I end up with an odd framerate of 23.976190 and MediaInfo reports the fps as simply just "23.976" instead of "23.976 (24000/1001)"Code:TDecimate(mode=2, rate=23.976)
Is that any bad or can I just ignore that because it doesn't feel "correct" to me.
Could I just add
to the end of my script to get to that perfect 23.976023 or would that mess with anything? Or should I useCode:AssumeFPS(24000, 1001)
instead at the risk of introducing duplicate frames?Code:ChangeFPS(24000, 1001)
+ Reply to Thread
Results 1 to 2 of 2
-
-
f the frame count is correct, AssumeFPS is the way to go
side note for 25->23.976 you might want to try sRestore instead of TDecimateusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Duplicate Frames or???
By salvo00786 in forum DVD RippingReplies: 13Last Post: 3rd Oct 2022, 13:07 -
Removing all duplicate frames in a video clip
By ecortez in forum EditingReplies: 0Last Post: 10th Mar 2021, 20:23 -
Removing duplicate frames from YouTube 60fps to 23.976 fps
By AndersonJames in forum RestorationReplies: 39Last Post: 5th Aug 2020, 22:47 -
Duplicate frames issue
By tupper in forum Video ConversionReplies: 1Last Post: 18th Dec 2019, 11:04 -
H.265 introducing duplicate frames
By ZetaStax in forum Video ConversionReplies: 22Last Post: 2nd Aug 2019, 14:58