Log in

View Full Version : how to encode multichannel audio from avisynth


E-Male
21st December 2004, 14:47
since avisynth can handle multichannel audio i wonder how i can encode from an avs file for example to aac

thx in advance for any help

ObiKenobi
21st December 2004, 15:23
I'm not even sure you can. If you want to encode the audio use something like BeSweet for mp3 or OAGMachine for OGG and AAC encoding.

E-Male
21st December 2004, 16:29
well, if avisynth can handle multichannel, then there must be a way to get it out of there...

Wilbert
21st December 2004, 16:41
I'm also wondering about this for a long time. I guess you can use avs2wav to convert it to a wav first.

E-Male
21st December 2004, 17:37
right, if that supports 6chwave then it could be used to make an intermediat wave file

Wilbert
22nd December 2004, 10:11
Doesn't it support multichannel wav or haven't you tried it yet?

E-Male
22nd December 2004, 18:22
haven't tried yet

if not i still can out put the 6 channels seperately (i assume it'll support mono)

sh0dan
24th December 2004, 13:10
I export to an intermediate WAV-file from Vdub, before compression. I seem to remember Besweet also supporting AVI input, so direct input into Besweet should be possible - if not directly then through a ffvfw fake AVI file.

E-Male
26th December 2004, 17:48
i'll try vdub then first next time (i forgot the obviouse again)

on some rough tests direct input into besweet didn't work
i remembered that fake avi thing, but not how to do it, so thx for the clue ("ffvfw")

HighInBC
18th January 2005, 18:34
if you want 6 channels, I would extract them to 6 wave's one at a time, then join them using heada3c or something... not sure if this is what you were asking or not.

E-Male
18th January 2005, 18:49
my questions is "what program to use for extraction"

HighInBC
18th January 2005, 18:58
virtual dub, load the avs, then save wave

Kurtnoise
18th January 2005, 20:56
What about call (http://forum.doom9.org/showthread.php?s=&threadid=46506&highlight=call+avisynth) ?? I've not tested but it should work...:)

E-Male
18th January 2005, 21:07
@HighInBC:
ah, i see

@Kurtnoise13:
looked through it
not sure how this extracts audio from the avs script iteself