rhaz
8th July 2014, 09:03
Hi, I have this simple .avs
LoadPlugin("DGDecode.dll")
LoadPlugin("ColorMatrix.dll")
DGDecode_mpeg2source("1.d2v", info=3)
ColorMatrix(hints=true, threads=0)
trim(0,7454)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
When I load it in Cinema Craft Encoder it loads only first cell of the .m2v which is one big DVD file. So why CCE does that? It should load entire thing, not just first 4 minutes.
http://i.imgur.com/yzIsM8b.png
LoadPlugin("DGDecode.dll")
LoadPlugin("ColorMatrix.dll")
DGDecode_mpeg2source("1.d2v", info=3)
ColorMatrix(hints=true, threads=0)
trim(0,7454)
ConvertToYUY2(interlaced=true)
AudioDub(BlankClip())
When I load it in Cinema Craft Encoder it loads only first cell of the .m2v which is one big DVD file. So why CCE does that? It should load entire thing, not just first 4 minutes.
http://i.imgur.com/yzIsM8b.png