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:
file.mkv.txt
01.avi.txt
+ Reply to Thread
Results 1 to 4 of 4
-
-
Thank you for the help...
Jagabo,
That solved the problem and now I'm aware of variable frame rate.
hello_hello,
thanks for this tip... it's easier than writing the script...
Similar Threads
-
Converting a 50fps 720p h264 video into dvd pal 25fps
By Joep97 in forum Video ConversionReplies: 4Last Post: 12th Jul 2013, 12:17 -
Problems converting some xvid to h264 to append to another h264
By PlanetIndigo in forum Video ConversionReplies: 3Last Post: 6th Jun 2011, 14:13 -
Problem converting H264(mkv), keeps crashing while converting.
By weedelf in forum Video ConversionReplies: 4Last Post: 9th Apr 2009, 23:56