Does anyone know of a program that can convert 23.976 to 25fps without the 3:2 frame judder
without having to save everything out a few times and re-encode? A one click process if you like?
(without causing audio sync problems) or even an ffmpeg sequence that would do it all in one go maybe?
It's trickier than it sounds.
+ Reply to Thread
Results 1 to 6 of 6
-
-
Not tricky at all. Quite easy, in fact. But I know of no 1-step process for it.
First, 23.976fps has no '3:2 frame judder'. You're referring to 29.97fps NTSC DVDs perhaps? Converting 23.976fps to 25fps by adding a duplicate frame every second will create judder, but it's not 3:2 judder.
Speed up the video to 25fps, speed up the audio to match. I suppose the two can be done together in a single AviSynth script, but I always do it separately (going 25->23.976fps).
One can only ask 'why'? Keep it at 23.976 (which is film speed, after all) and reencode it for something other than DVD, if that's your source. x264 inside of an MKV, for example. I don't really know what MakeMKV does about 3:2 Pulldown. -
If anyone knows the answer to the question I actually asked please ignore the above response and let me know.
Thanks
jack -
Listen to manono, he answered your question directly.
The proper way to do this is to not reencode at all but just modify the time base in the header. In essence, speeding up the video. You must then adjust the audio to match.* This is usually done with time-compression filters/plugins in a DAW/audio editor separately (demuxing and remuxing as necessary). There is loss/change in the audio stream, but if done correctly with good tools it is usually quite acceptable.
1-click step? Not likely. There are AVISynth scripts (see http://forum.doom9.org/archive/index.php/t-163949.html and http://avisynth.nl/index.php/FPS, http://avisynth.nl/index.php/TimeStretch) & ffmpeg scripts (see https://trac.ffmpeg.org/wiki/How%20to%20speed%20up%20/%20slow%20down%20a%20video) that could be used, however.
Scott
*Without adjust the audio correspondingly, yes, you WOULD have audio sync issues.
That is unavoidable with this method - but this method is MUCH preferable to the alternatives which would muddle up the frames of the video AND require video re-encoding (and loss).Last edited by Cornucopia; 2nd Sep 2015 at 11:19.
-
Cute. Maybe if you had provided more details you might have gotten an answer more to your liking. For example, if you're converting an NTSC film DVD to a PAL film DVD you'd use AVSToDVD, which does the conversion properly. An NTSC film DVD source is the only one where '3:2 frame judder' even comes into play. But you didn't say whether or not this is DVD-to-DVD. For every other kind of output, some kind of judder might be possible, but it won't be 3:2.
The real answer to the question:
Does anyone know of a program that can convert 23.976 to 25fps without the 3:2 frame judder
So, stop with the uninformed questions and the insulting responses if you really want help. -
If the OP wants a NTSC film based source to be converted to PAL DVD w/o the 3:2 pulldown method, he can use the PAL SpeedUp option using AVStoDVD. Both video and audio timings are reduced by 4% approx and audio frequency is adjusted to 48khz within the same AviSynth script. Sort of 1.5 click step.
Bye
Similar Threads
-
frame rate reduction of 29.970 fps to 23.976 fps in megui
By yohanfed in forum Video ConversionReplies: 2Last Post: 28th Jun 2014, 19:15 -
Syncing NTSC 29.970 fps audio to PAL 50 fps video in MKV?
By Merazomo in forum Video ConversionReplies: 10Last Post: 22nd Oct 2013, 23:21 -
Syncing NTSC 29.970 fps audio to PAL 50 fps video in MKV?
By Merazomo in forum AudioReplies: 0Last Post: 17th Oct 2013, 19:09 -
Any decent way to convert higher fps movies to a lower 29.97 fps ? (or othe
By Jonz in forum Video ConversionReplies: 1Last Post: 5th Nov 2012, 02:01 -
mixing 1280 x 720 29,97 fps and 1440 x 1080 25 fps in final cut
By perik in forum EditingReplies: 6Last Post: 17th Nov 2010, 22:42