HydrogenAudio

Digital Audio/Video => Movie/Multichannel audio => Topic started by: mikemcd on 2005-07-20 04:40:33

Title: Creating 5.1 AC3
Post by: mikemcd on 2005-07-20 04:40:33
I have created 6 mono racks in Adobe Audition that I need to convert into a 5.1 AC3 file. I have tried BeSweet/BeLight/BeSweetGUI and cannot seem to make it work (I read one post that said the BeSweet MUX facility is not working on the current betas). BeSweet can't seem to read either the 6-channel wavs nor the mono wavs that Audition creates. This is a one-time project, so I really don't want to buy some expensive software (Acid, etc). What are my options? Thanks.
Title: Creating 5.1 AC3
Post by: Latexxx on 2005-07-20 10:42:11
Try ffmpeg. Commandline would be like

ffmpeg -i input.wav -acodec ac3 -ab 448 out.ac3
Title: Creating 5.1 AC3
Post by: mikemcd on 2005-07-20 12:17:32
Latexx,
Thanks for the suggestion. I get an error message saying "unsupported codec for input stream". Maybe I don't have the correct libavcodec? If so, where can I get the correct libavcodec?
Title: Creating 5.1 AC3
Post by: Latexxx on 2005-07-20 13:54:43
So it appears that ffmpeg doesn't like multichannel wav as input. You could try mencoder next.