hi there,
in the past, i converted an xvid which had ac3 5 channels into dvd format. the end result was that the volume on the dvd layer was low. i had to turn the volume up higher than normal to watch.
i know that 5 channel is better than 2. the usual dvd player i use to watch doesnt have surround speakers. because i think that is the problem, how can i convert an avi xvid that has ac3 5 channel, to 2 channels??
i'm pretty new at this. all i have done in the past regarding audio is to extract the audio and convert it into wave format via virtualdub. that's all i have done so far.
help appreciated
+ Reply to Thread
Results 1 to 5 of 5
-
-
I use ffmpeg for ac3 conversion. The following syntax should convert your audio for you.
ffmpeg -i inputfile.wav -ab XXX -ar 48000 -ac 2 outputfile.ac3
XXX is your bitrate (e.g. 192, 224, 384 kbps)
-ac 2 indicates stereo output. If you wanted 5.1 output, you would use -ac 6
GUI front ends are also around, as are tools like BeSweet and its family, if you don't like command line tools. -
It is prettier and more user-friendly, but a bit less flexible. I like using batchfiles so I prefer the command line myself.
Similar Threads
-
How to Convert 2 channel stereo wave into DD5.1 AC3 448 / AC 640
By Bonie81 in forum User guidesReplies: 36Last Post: 2nd Feb 2018, 12:42 -
Batch Convert 6 channel AAC to AC3?
By massarosareloud in forum Video ConversionReplies: 11Last Post: 22nd Oct 2011, 14:41 -
How to convert a 6 channel aac to ac3?
By nasdravi in forum AudioReplies: 11Last Post: 15th Feb 2010, 22:01 -
Convert stereo ac3 with bad channel to mono ac3
By chipsndukes in forum AudioReplies: 7Last Post: 5th Nov 2008, 11:23 -
Convert MPEG-TS 5 channel AC3 to h264 x264 sound problem
By TequilaErik in forum ffmpegX general discussionReplies: 0Last Post: 16th Jul 2007, 18:41