adrianmak
25th June 2007, 05:03
I'm not sure this is the forum for my post because my problem is related to several problems.
My story is, Ive a 1280x720 x264 aac mkv video. In the past, I
wrote an avs script like the following
loadplugin("C:\Program Files\GordianKnot\AviSynthPlugins\VSFilter.dll")
)
DirectShowSource("video.mkv",audio=false).lanczosresize(704,396)
return rextsub("subtitle.ass")
and passed it to VDM for xvid avi encoding and then mux with audio track. I found that the audio and video is out of sync staring in the middle of the video. I tried on other PC and got the same results.
After digging the Internet and found it maybe the problem of mkv vfr. Then I used mkv2fr to get the timecode file. Here it is
# timecode format v1
Assume 23.976
0,24063,23.9760
24064,24168,16.1365
24169,35433,23.9764
As you see that it is a mkv vfr. ( 16.xxx fps, what a strange fps rate)
This is the first time I come across mkv vfr. How to encode it to xvid avi video ?
My story is, Ive a 1280x720 x264 aac mkv video. In the past, I
wrote an avs script like the following
loadplugin("C:\Program Files\GordianKnot\AviSynthPlugins\VSFilter.dll")
)
DirectShowSource("video.mkv",audio=false).lanczosresize(704,396)
return rextsub("subtitle.ass")
and passed it to VDM for xvid avi encoding and then mux with audio track. I found that the audio and video is out of sync staring in the middle of the video. I tried on other PC and got the same results.
After digging the Internet and found it maybe the problem of mkv vfr. Then I used mkv2fr to get the timecode file. Here it is
# timecode format v1
Assume 23.976
0,24063,23.9760
24064,24168,16.1365
24169,35433,23.9764
As you see that it is a mkv vfr. ( 16.xxx fps, what a strange fps rate)
This is the first time I come across mkv vfr. How to encode it to xvid avi video ?