Hi
how can i re encode the audio stream from a video from 6ch to 2ch?
+ Reply to Thread
Results 1 to 6 of 6
-
Read through this thread (post #28 specifically):
https://forum.videohelp.com/threads/369941-Quiet-sound-on-youtube -
You need perform operation called 'downmixing'
https://trac.ffmpeg.org/wiki/AudioChannelManipulation#a5.1stereo
or
custom downmixing
Code:-af "pan=stereo|FL < FL+1.414FC+0.5BL+0.5SL+0.25LFE|FR < FR+1.414FC+0.5BR+0.5SR+0.25LFE"
-
Use clever Ffmpeg-GUI.
Load your video, click main, click encode audiostream, select your 6ch audio stream, click go to the encoder, select the codec and the 5.1 to 2 channels, click the D-mix options button and select one of 4 formulas, click ok and click encode.
If finished, click multiplex, select the new created 2ch audiostream (in green), the videostream and other streams you want and click multiplex.
Done. -
thank you all for your replies..ill check them out..managed to do it also by using "pan=stereo|c0=FL|c1=FR"
-
Similar Threads
-
Missing Channels on Atmos Audio
By Loup in forum Video ConversionReplies: 5Last Post: 18th Apr 2022, 02:35 -
Possible to send 12 channels of PCM from Mac to AVR via hdmi 2.x? Ffmpeg?
By Muon in forum AudioReplies: 7Last Post: 15th Jan 2022, 11:22 -
Encoding audio in DTS in multi-channels with ffmpeg.
By Malkovich in forum Video ConversionReplies: 20Last Post: 13th Jul 2021, 17:14 -
can i copy an audio cd with 4 channels?
By rama in forum AudioReplies: 15Last Post: 23rd Dec 2019, 23:19 -
FFMPEG how to merge 2 stereo .wav audio files into one of 4 channels?
By marcorocchini in forum Newbie / General discussionsReplies: 4Last Post: 24th Jun 2018, 07:25