Hi, I want to export the center channel from 5.1 to .wav from a .mkv that has 1 video and 2 audio tracks (1 german, 1 english), I want to target the audio track with the "ger" tag
this exports the center channel to mono .wav
but I want to target the german audio trackCode:-filter_complex "channelsplit=channel_layout=5.1:channels=FC[FC]" -map "[FC]" -ar 44100
Thank youCode:-map 0:a:m:language:ger
---------------------------------------------------
edit: okay I solved it
-filter_complex "[0:a:m:language:ger]channelsplit=channel_layout=5.1:channels=FC[FC]" -map "[FC]" -ar 44100
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by geextah_2; 19th Mar 2024 at 15:32.
Similar Threads
-
ffmpeg deessser on center channel (5.1)
By geextah_2 in forum Video ConversionReplies: 3Last Post: 19th Mar 2024, 16:05 -
Export command line from ffmpeg gui
By Jay123210599 in forum Newbie / General discussionsReplies: 20Last Post: 17th Jan 2024, 13:40 -
How to export frames from a video with timecode in filenames (ffmpeg)?
By eliio in forum Newbie / General discussionsReplies: 0Last Post: 13th Jun 2022, 11:25 -
FFmpeg - video with a PNG and a WAV as long as the WAV
By frenksisco in forum EditingReplies: 6Last Post: 8th Apr 2022, 13:07 -
Dual channel mono wav problem.
By viator001 in forum AudioReplies: 0Last Post: 8th May 2021, 19:19