adrianmak
2nd January 2008, 09:47
VDM 1.5.10.2
avisynth 2.5.7
ffdshow (to decode h264 codec from mkv) (have tried build date version)
I write a avs script to read a 1280x720 h264 .mkv file and encode to a xvid 704x396 avi
the script is as follow
loadplugin("C:\Program Files\GordianKnot\AviSynthPlugins\VSFilter.dll")
DirectShowSource("41_720.mkv",audio=false, fps=23.976,convertfps=true).lanczosresize(704,396)
return textsub("41v2.ssa").textsub("cast.ssa").textsub("op.ssa")
I did a 2-pass encoding
after finishing 1st pass VDM will hang, not responding, so it will not jump to 2nd pass (in the job list) automatically. I ve to kill the VDM process instead and start the 2ndpass job task
However if I remote the textsub() function, there is no such problem. I'm not quite sure which software has compaitblability problem..
With the same software VDM, ffdshow, avisynth on a AMD K7 3200+ , there is no such a problem occur.
avisynth 2.5.7
ffdshow (to decode h264 codec from mkv) (have tried build date version)
I write a avs script to read a 1280x720 h264 .mkv file and encode to a xvid 704x396 avi
the script is as follow
loadplugin("C:\Program Files\GordianKnot\AviSynthPlugins\VSFilter.dll")
DirectShowSource("41_720.mkv",audio=false, fps=23.976,convertfps=true).lanczosresize(704,396)
return textsub("41v2.ssa").textsub("cast.ssa").textsub("op.ssa")
I did a 2-pass encoding
after finishing 1st pass VDM will hang, not responding, so it will not jump to 2nd pass (in the job list) automatically. I ve to kill the VDM process instead and start the 2ndpass job task
However if I remote the textsub() function, there is no such problem. I'm not quite sure which software has compaitblability problem..
With the same software VDM, ffdshow, avisynth on a AMD K7 3200+ , there is no such a problem occur.