bababm
13th May 2010, 11:19
Dear Expert,
I have hang problem when using x264 and dss2 together.
somehow, x264 stops encoding at 99.4% when I use dss2 source filter. Here is avisynth script I used
LoadModule("avslib", "filters", "resize")
Loadplugin("C:\Program Files\Haali\MatroskaSplitter\avss.dll")
V1 = DSS2("D:\vfr.mp4",fps=15)
A1 = DirectShowSource("D:\vfr.mp4")
clip = AudioDub(V1,A1)
c1 = clip.ResizeToFit(320, 240, RTF_ZOOM, "LanczosResize")
return c1
Could someone help give some comments?
I have hang problem when using x264 and dss2 together.
somehow, x264 stops encoding at 99.4% when I use dss2 source filter. Here is avisynth script I used
LoadModule("avslib", "filters", "resize")
Loadplugin("C:\Program Files\Haali\MatroskaSplitter\avss.dll")
V1 = DSS2("D:\vfr.mp4",fps=15)
A1 = DirectShowSource("D:\vfr.mp4")
clip = AudioDub(V1,A1)
c1 = clip.ResizeToFit(320, 240, RTF_ZOOM, "LanczosResize")
return c1
Could someone help give some comments?