I have a DVD "dual disc" of Bon Jovi's Slippery When Wet which contains Videos and a 5.1 audio version of the album. Some of the audio tracks have extra content so id like to extract them as a WAV file.
Can anyone offer advice on how to extract the audio so that all the 5.1 channels merge into a basic stereo 2 channel mix thats playable on my iPod. Thanks in advance
+ Reply to Thread
Results 1 to 4 of 4
-
-
Hi,
you can get audio from main movie opening the first Vob (of movie) and let avidemux append rest automatically. If it has multiple tracks, you can select which one to save. From top menu where is audio, select track, where is copy, choose PCM and where is filter, choose remix settings you want. Configure what you need. Then from same top AUDIO menu choose save track. Add extension wav to file. Check result if is it correct. But wav file will be huge.
Bernix -
Plain downmixing is quite simple - i use something like bellow:
Code:@ffmpeg -y -i "%1" -vn -sn -c:a aac -b:a 192k -af "pan=stereo|FL < FL+1.414FC+0.5BL+0.5SL+0.25LFE+0.125BR|FR < FR+1.414FC+0.5BR+0.5SR+0.25LFE+0.125BL" -movflags faststart -f mp4 "%~n1.mp4"
https://forum.videohelp.com/threads/385585-Downmixing-6-channel-AAC-to-2-channel#post2500174 -
You can use DVDShink's re-author function. Drag titles from the right pane to the left, and you can edit titles down to chapters or frames if need be. Then disable compression and use the Backup function.You'll have individual vobs according to how you re-authored the DVD. (You can extract the audio with DGIndex).
Another option might be MakeMKV. When the DVD has been extracted as MKV(s) you can use gMKVExtractGUI to extract the audio.
Once you have the audio you can downmix and convert with several GUIs. MeGUI's audio encoder will do it, although you need to download the required files for QAAC yourself if you want to use it for encoding, otherwise you can just download NeroAAC.
If there is a hell, I'd always assumed the PA system in hell would be playing Bon Jovi on a continuous loop for all eternity, but each to their own.
Similar Threads
-
are there bugs in avidemux 2.6.21 additing audio & convert audio to stereo?
By rama in forum EditingReplies: 0Last Post: 7th May 2017, 04:06 -
ffmpeg: if inputfiles is mono or stereo ---> always save .wav in stereo
By marcorocchini in forum Newbie / General discussionsReplies: 2Last Post: 1st Nov 2014, 09:42 -
What is the difference between Stereo, 2 Channels and Dual Stereo?
By LeoKac in forum AudioReplies: 4Last Post: 22nd Sep 2014, 17:05 -
Apparently not all VHS tapes labeled as stereo are actually stereo.
By brassplyer in forum Newbie / General discussionsReplies: 1Last Post: 30th Dec 2013, 00:06 -
Can't get audio from my new TV to my stereo with no RCA inputs
By ShiggityX2 in forum AudioReplies: 9Last Post: 2nd Feb 2013, 19:29