| Author: Rick Harris Location: Adelaide, Australia Email: rickfharris@yahoo.com.au |
||||||
|
This howto is intended to complement and be read in conjunction with the "AUTHORING PC MEDIA TO DVD" howto located here -> http://mightylegends.zapto.org/dvd/dvdauthor_howto.html Tools needed:
Transcode the original media file (.avi, .mpg, etc..) to create the files matrix.m2v and matrix.ac3. Convert matrix.ac3 to a WAV file: Extract the left and right channels: Create the centre channel by mixing both left/right channels into one: Create the LFE(Low Frequency Effect) or Sub/Bass channel: Mix the channels together and convert to AC3 Merge the six channels into one multi-channel WAV file and convert to a multi-channel AC3 audio file In the following line, the left.wav and right.wav sound files have been re-used for the rear channels. The order is important (left, center, right, left_rear, right_rear, lfe):
Here is a script using the above commands to automate things a little. It takes pretty much any audio file as the first argument and spits out a 5.1/multi-channel AC3 audio file ready for mplexing -> http://mightylegends.zapto.org/dvd/stereo2surround.sh Credits All those developers who have worked on SoX over the years The FFmpeg team All done! Return to the original howto and use the new multi-channel 'matrix_final.ac3' file in your mplex line. | ||||||