PDA

View Full Version : cant open mpeg2 video using DGDecode


Terka
12th September 2007, 12:08
http://rapidshare.com/files/46394038/CDR.mpeg.html 81MB
should be made by Canon HV20

using
LoadPlugin("c:\Program Files\AviSynth\plugins\DGDecode.dll")
directshowsource("c:\hv20CDR.mpeg")
neither
mpeg2source("c:\hv20CDR.mpeg"):confused:

FlimsyFeet
12th September 2007, 13:49
MPEG2Source doesn't open MPEG files directly - it only reads D2V project files. You must load the MPEG file into DGIndex first to index the mpeg and save a project file.

Terka
12th September 2007, 14:05
thank you. not readed the whole documentation. it works now