Skyfish
22nd October 2007, 20:05
OK this is a real noob question but I have been reading all afternoon here to try to solve my problem and I still fail :(
I am using DGindex and DGrecode to have all my vob files into VirtualDub-MPEG2 with a .avs script.
So far no problem with the recently released version of Neuron2.
I use NicAudio.dll for the ac3file (since this is what I get with DGindex)
However I end up with a huge .ac3 file and when I try to merge both video and audio (the .d2v file is 700kb and the ac3 file is 200MB) I end up with a huge .avi
I have tried in VirtualDub to also use "full processing mode" with MP3 compression but I then get a message the sampling rate and number of channels is not compatible with the selected audio compression format.
Do I need to use yet another application to treat the ac3 file before I can mux it in virtualdub again ?
Am I doing things wrong in VirtualDub or DGindex ?
HELP !
Here is a copy of my .avs :
LoadPlugin("C:\Documents and Settings\Skyfish\Bureaublad\dgmpgdec150b7\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\NicAudio.dll")
video=MPEG2Source("Madagascar.d2v")
audio=NicAC3Source("Madagascar.ac3") --used to be named ...DELAY 0ms
AudioDub(video,audio)
HELP !
I am using DGindex and DGrecode to have all my vob files into VirtualDub-MPEG2 with a .avs script.
So far no problem with the recently released version of Neuron2.
I use NicAudio.dll for the ac3file (since this is what I get with DGindex)
However I end up with a huge .ac3 file and when I try to merge both video and audio (the .d2v file is 700kb and the ac3 file is 200MB) I end up with a huge .avi
I have tried in VirtualDub to also use "full processing mode" with MP3 compression but I then get a message the sampling rate and number of channels is not compatible with the selected audio compression format.
Do I need to use yet another application to treat the ac3 file before I can mux it in virtualdub again ?
Am I doing things wrong in VirtualDub or DGindex ?
HELP !
Here is a copy of my .avs :
LoadPlugin("C:\Documents and Settings\Skyfish\Bureaublad\dgmpgdec150b7\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\NicAudio.dll")
video=MPEG2Source("Madagascar.d2v")
audio=NicAC3Source("Madagascar.ac3") --used to be named ...DELAY 0ms
AudioDub(video,audio)
HELP !