Log in

View Full Version : Avs -> AC3 file....how?


RyLoS
12th March 2003, 12:42
Ok i've captured my DV tape to 5 files named m1.00.avi, m1.01.avi etc.
Audio from dv tape is 32khz and video is interlaced PAL.
Im using the last cvs avisynth 2.5.
Created my m1.avs script with these lines:

SegmentedAvisource("mypath to avi")
FieldDeinterlace()

Ok, all is ok, i can see video and audio with zoomplayer and i've already created my mpeg2 video.
Now i need to transcode the audio to AC3, i tried with besweet opening the AVS but it doesnt support this.

How can i do this?

sh0dan
12th March 2003, 14:58
Export to WAVE from VirtualDub and encode.

In principle it should be possible to import the AVS as AVI in BeSweet, but I haven't tested this. Ask in the Audio Encoding forum.

RyLoS
12th March 2003, 15:01
I've tried to open the avs (with segmentedavisource) in besweet as AVI but it doesnt work :(

akabob
12th March 2003, 19:17
Open your DV AVI file in VirtualDub.
Then select File/Save WAV to export audio stream as a WAV file.
Use BeSweet to convert this WAV file to AC3.

++

RyLoS
13th March 2003, 09:23
Thanks akabob, i used this method but with VirtualDubMod.