soujir0u
30th May 2004, 01:38
Hi, I'm using CCE Basic 2.69.01.04. Whenever I encode a file, the length always shows up as shorter than the source clip.
When I mux the clip with the audio though, the clip has the proper length however the video stalls while the audio continues to play.
If I use DVD2AVI to open the file, the length is correct!
I'm using Avisynth 2.5.4 to frameserve. Here is my script:
loadplugin("loadpluginex.dll")
loadplugin("convolution3d.dll")
mpeg2source("t.d2v")
telecide(order=1)
yv12toyuy2(interlaced=false)
convolution3d(preset="movieHQ")
What am I doing wrong? Thanks in advance.
When I mux the clip with the audio though, the clip has the proper length however the video stalls while the audio continues to play.
If I use DVD2AVI to open the file, the length is correct!
I'm using Avisynth 2.5.4 to frameserve. Here is my script:
loadplugin("loadpluginex.dll")
loadplugin("convolution3d.dll")
mpeg2source("t.d2v")
telecide(order=1)
yv12toyuy2(interlaced=false)
convolution3d(preset="movieHQ")
What am I doing wrong? Thanks in advance.