
- Time
- Post link
[something off screen]AC3Source: error in file "Test 2/0 CHANNEL TO2........ac3"
Here's the Script for my 3/2 version--avisynth version 2.57
LoadPlugin("C:\CONVERSIONKIT\ConversionKit\dgmpgdec147b5\DGDecode.dll")
LoadPlugin("F:\Program Files\AviSynth 2.5\plugins\NicAudio.dll")
v = mpeg2source("C:\PHANTOM_MENACE\ProjectIndexEpisode1.d2v")
a = NicAC3Source("F:\Documents and Settings\Samuel Hawkins\My Documents\Adobe\Premiere Pro\7.0\SWTESTS\ProjectIndexEpisode1 T01 3_2ch 448Kbps DELAY 0ms.ac3")
audiodub(v,a)
LanczosResize(844, 480)
Okay I hope this wasn't sporatic and unfocused enough someone couldn't figure out what I'm doing wrong. As always, thanks.