Log in

View Full Version : audio out of sync when encoding MKV file with frozen frames


numlock
10th December 2013, 17:55
I have an MKV video clip that has a bunch of frozen frames. If I play it in a VLC player it plays correctly, however I need to convert this file to a DVD and the problem is that AVISynth just skips over these frozen frames without skipping audio and the result is out of sync. Is there a way to solve this problem ?

TIA

Guest
10th December 2013, 18:29
It's not clear what you mean by "frozen frames".

Please post a link to a short unprocessed sample. Also tell us the content of the MKV and how you made it. Finally, post your Avisynth script.

numlock
10th December 2013, 19:09
Here is the clip, it's about 1 MB.

http://sdrv.ms/1gmtZwd

After a few seconds you will see the frozen frames. Like I mentioned, VLC players handles this correctly.

Here is the script:

DirectShowSource("j:\frozen.mkv")
Crop(0, 1, 0, -1)
Crop(92, 0, 536, 402)
LanczosResize(720,480)

Guest
10th December 2013, 19:38
How did you make the MKV file?

numlock
10th December 2013, 21:15
I didn't make, I just downloaded somewhere.

Guest
11th December 2013, 00:49
Thanks for your forthrightness, however, our forum rules forbid discussing such material.