Hello,
So I've converted a bunch of mkv files from 25 fps to 23.976 fps, setting them at 24000/1001p with MKVToolNix. They play fine on my computer but the playback is very jumpy on my Sony blu-ray player. What I don't get is that I have some old mkv files that were also slowed down to 23.976 and those play fine on the same player.
The only difference I notice is that jumpy mkv files indicate 25.000 fps as the Original frame rate, while the ones that play fine only indicate the new Frame rate.
Is there a way to remove the Original frame rate flag? I'm thinking that would fix the issue. I've tried with JMkvpropeedit but I couldn't do it.
Than you.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Try ticking "Fix bitstream timing info" when remuxing in MKVToolNix GUI. (It's slightly below where you set the fps.)
How are you handling the audio? -
That did the trick, thank you!
I ended up finding this command line for the audio, and it worked great:
for %%a in (*.ac3) do ffmpeg -y -i "%%a" -map 0:0 -af asetpts='25025/24000*(PTS-STARTPTS)',aresample=48000:async=1:min_comp=0.01:c omp_duration=1:max_soft_comp=100000000:min_hard_co mp=0.3 -vn -c:a ac3 -b:a 640k -ar 48000 "%%~na.new.ac3" -
A couple of those mkv files were incorrectly ripped at 23.976 fps instead of 25 though, which results in a jerky playback, but I'm also unable to slow them down to the correct speed with MKVToloNix since 24000/1001p won't change the frame rate. Is there a way to fix those files by any chance?
-
-
Similar Threads
-
can't figure out original frame rate from NTSC laserdisc capture
By clashradio in forum Capturing and VCRReplies: 12Last Post: 6th Dec 2018, 16:55 -
Understanding original frame rate & type for this clip
By Imy in forum Video ConversionReplies: 4Last Post: 16th Apr 2018, 14:26 -
transcode Variable Frame Rate (VFR) AVC video to Constant Frame rate (CFR)
By hydra3333 in forum Video ConversionReplies: 2Last Post: 4th Mar 2018, 05:01 -
Variable frame rate into constant frame rate without re-encoding
By DunnoNo in forum Newbie / General discussionsReplies: 8Last Post: 21st Dec 2017, 11:05 -
How to Determine Original DVD Frame Rate & Frame Type
By lomaidala in forum Video ConversionReplies: 30Last Post: 3rd Jul 2017, 07:42