Terka
27th September 2009, 12:56
Hi,
have new camera, hv20. How open the m2t files in avisynth correctly?
directshowsource or decode using dgmpgdec?
Tried both and mpg2source looks better, but has to be done manually for more files. Can this be done in script directly?
Or is needed the separate loading:
v=MPEG2Source("__vid__", upConv=1, idct=3, iCC=true, iPP=true, cpu2="ooxxox")
a=MPASource("__aud__")
audiodub(v,a)
?
have new camera, hv20. How open the m2t files in avisynth correctly?
directshowsource or decode using dgmpgdec?
Tried both and mpg2source looks better, but has to be done manually for more files. Can this be done in script directly?
Or is needed the separate loading:
v=MPEG2Source("__vid__", upConv=1, idct=3, iCC=true, iPP=true, cpu2="ooxxox")
a=MPASource("__aud__")
audiodub(v,a)
?