Is there any way you can do a ffmpeg conversion of a file containing several audio tracks..(2.0 on track 1+2, 5.1 on 3,4,5,6,7,8 etc.. and specify which tracks to use in the conversion.. AND down-mix them as a multiplex track. So 1&2 is one stereo track... and 3,4,5,6,7,8 is one multiplex track.
Help MUCH appreciated
Best,
Peter
+ Reply to Thread
Results 1 to 3 of 3
-
-
You can select each audio track separately by using numeric descriptor e.g. '-c:a:0?' (recommends to add '?' mark for higher script flexibility) combined with '-map 0:xx?' and '-filter_complex' (if there is difference between number of inputs and outputs).
This can be bit tricky so you need to prepare for some learning effortLast edited by pandy; 22nd Mar 2023 at 07:03.
Similar Threads
-
FFmpeg + DNxHD question.
By Selur in forum Newbie / General discussionsReplies: 34Last Post: 8th Aug 2022, 22:56 -
Some question about FFMPEG
By kucing in forum Newbie / General discussionsReplies: 2Last Post: 28th Aug 2021, 16:53 -
Audio mute to video and mixing audio file with FFMPEG
By mikoyuri in forum Newbie / General discussionsReplies: 1Last Post: 13th Mar 2021, 03:58 -
FFmpeg Audio Volume Manipulation - Question
By Rizoko in forum AudioReplies: 2Last Post: 26th Nov 2019, 10:37 -
FFMpeg merging audio files truncates output to shortest audio file
By Wayneos in forum Video ConversionReplies: 0Last Post: 3rd Jul 2019, 07:07