rig99
24th February 2007, 20:22
I have this pesky little problem with 6 channel ac3. My problem is trying to convert 6 channel ac3 to 2 channel mp2. I thought I had found a way to do it by using something like this
avs2wav -n myfile.avs - | twolame -s 48000 -b 128 - mymp2file.mp2
but that didnt work so I tried using bepipe
that also didnt work so I tried using toolame instead of twolame and replaced "twolame -s 48000 -b 128" with "toolame -s 48 -b 128"
that didnt work either. I read somewhere that twolame/toolame can't handle 6 channel audio. So that got me thinking this combo of stdin with twolame/toolame isnt going to work. I searched for a way to use stdin with besweet but couldnt find anything about it. Is there any way at all to convert 6 channel audio served by avisynth to stereo mp2 without ever using a gui tool?
avs2wav -n myfile.avs - | twolame -s 48000 -b 128 - mymp2file.mp2
but that didnt work so I tried using bepipe
that also didnt work so I tried using toolame instead of twolame and replaced "twolame -s 48000 -b 128" with "toolame -s 48 -b 128"
that didnt work either. I read somewhere that twolame/toolame can't handle 6 channel audio. So that got me thinking this combo of stdin with twolame/toolame isnt going to work. I searched for a way to use stdin with besweet but couldnt find anything about it. Is there any way at all to convert 6 channel audio served by avisynth to stereo mp2 without ever using a gui tool?