Hello guys...
I'm trying to convert 720p h264 bluray rip to XviD. One mkv internal audio and one external audio. Both working synch to the mkv... but both not working on converted xvid. Both videos are 23.976 fps. Both have same time length and same number of frames. Audio begins synched and at the end of movie has just some seconds of "out of synch".
Using:
virtualdubmod
AviSynth v2.58 (with script generated by MeGUI)
First test:
LoadPlugin("O:\MeGUI\tools\avs\directshowsource.dl l")
DirectShowSource("file.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
crop(0, 2, 0, -2)
Spline64Resize(720,384) # Spline64 (Sharp)
Second test (deleted all info about frame rate):
LoadPlugin("O:\MeGUI\tools\avs\directshowsource.dl l")
DirectShowSource("file.mkv", audio=false)
crop(0, 2, 0, -2)
Spline64Resize(720,384) # Spline64 (Sharp)
The config in xvid was default. With 2-pass encondig.
Someone has any ideas?
Attached files info from mediainfo:
Attachment 19295
Attachment 19294
I'm trying to convert 720p h264 bluray rip to XviD. One mkv internal audio and one external audio. Both working synch to the mkv... but both not working on converted xvid. Both videos are 23.976 fps. Both have same time length and same number of frames. Audio begins synched and at the end of movie has just some seconds of "out of synch".
Using:
virtualdubmod
AviSynth v2.58 (with script generated by MeGUI)
First test:
LoadPlugin("O:\MeGUI\tools\avs\directshowsource.dl l")
DirectShowSource("file.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
crop(0, 2, 0, -2)
Spline64Resize(720,384) # Spline64 (Sharp)
Second test (deleted all info about frame rate):
LoadPlugin("O:\MeGUI\tools\avs\directshowsource.dl l")
DirectShowSource("file.mkv", audio=false)
crop(0, 2, 0, -2)
Spline64Resize(720,384) # Spline64 (Sharp)
The config in xvid was default. With 2-pass encondig.
Someone has any ideas?
Attached files info from mediainfo:
Attachment 19295
Attachment 19294