logo Sign In

Post #245345

Author
PaulisDead2221
Parent topic
Trying out NicAudio--Premiere problem
Link to post in topic
https://originaltrilogy.com/post/id/245345/action/topic#245345
Date created
18-Sep-2006, 12:17 AM
Okay, Something was wrong with sourcing the audio for an avisynth file with Directshow, so somebody said use Nicaudio cause it's better anyway. The file plays fine in any media player, but when I import it into Premiere I get no sound for some reason (I deleted the old conformed audio files, still nothing). This is only happening with one file, I tried importing another file for a different project and Premiere will get the sound. The only difference between the two files is one is using a 3/2 ac3 file and one is a 2/0 file so I guessed that was the problem for some reason...so I tried using the 2/0 mix from the same DVD for this paticular project and tried that, again it played fine in all the media players. When I import it into Premiere, I get audio, but the video has a strange error message I can barely read that says:

[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.