MLT
14th July 2006, 20:14
I'm using the following avisynth script in order to encode an mpeg2 file in CCE SP:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEGdecoder.dll")
mpegsource("C:\DVDA Files\cce test file.mpg")
The result is an mpg file without audio. The cce "Mode" settings are set to MPEG-2, System. Even whne I use Elementary, the demuxed audio file is just silence.
Do I need a special mpeg audio plugin for the avisynth script?
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEGdecoder.dll")
mpegsource("C:\DVDA Files\cce test file.mpg")
The result is an mpg file without audio. The cce "Mode" settings are set to MPEG-2, System. Even whne I use Elementary, the demuxed audio file is just silence.
Do I need a special mpeg audio plugin for the avisynth script?