The exact question would be how to revert a 24fps video tht was converted to 60fps back to 24fps so it goes back to it's original form!
+ Reply to Thread
Results 1 to 4 of 4
-
-
Depends how it was converted. Upload a sample of a scene with motion of your 60fps video.
-
In the simple case you can just use a decimation that removes duplicates. For example TDecimate(Cycle=5, CycleR=3) in AviSynth. But as Sharc points out, there are many other cases where it's more difficult.
Keep in mind that modern codecs spend very little bitrate on duplicate frames so reducing 60p (with dups) to 24p will not greatly reduce the bitrate requirement.
Similar Threads
-
Convert to 60FPS GIF
By Jay123210599 in forum Newbie / General discussionsReplies: 4Last Post: 30th Nov 2023, 22:57 -
Convert 60FPS video to 30fps with VirtualDub
By Russai in forum Newbie / General discussionsReplies: 7Last Post: 1st Nov 2023, 08:27 -
TS CAN'T CONVERT FRAME VIDEO 60fps SMOOTH
By VHGNM in forum Video ConversionReplies: 15Last Post: 3rd Sep 2021, 14:41 -
Megui can't convert 60fps (with errors)!
By VHGNM in forum Video ConversionReplies: 6Last Post: 28th Jul 2021, 18:53 -
MeGUI can't convert 60fps!
By VHGNM in forum Video ConversionReplies: 20Last Post: 27th Jul 2021, 06:25


Quote