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
Thread
-
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.
ffmpeggui is probably gonna be the most user-friendly way to do this. It will basically just do exactly the same thing that ungamunga recommends, but will be a bit "nicer".
If in doubt, Google it.
It is prettier and more user-friendly, but a bit less flexible. I like using batchfiles so I prefer the command line myself.
thanks for replies. i'm not very good at command lines etc so i installed ffmpeggui and it did the job for me. hopefully it solves my low volume problem. it is very easy to use, for someone like me.
thanks again for you help guys
Similar Threads
-
Batch Convert 6 channel AAC to AC3?
By massarosareloud in forum Video ConversionReplies: 11Last Post: 22nd Oct 2011, 14:41 -
How to Convert 2 channel stereo wave into DD5.1 AC3 448 / AC 640
By Bonie81 in forum User guidesReplies: 25Last Post: 12th Jul 2011, 11:30 -
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
StatisticsNewest guidesLatest tool updatesNew media comments



Quote