Hi, I would like to apply a deesser on the center channel (5.1 layout) How do I achieve that?
This is my current profile
This is the deesser setting I would like to apply only to the center channelCode:-af "pan=stereo|c0=c2+0.6*c0+0.6*c4+c3|c1=c2+0.6*c1+0.6*c5+c3" -map 0:v:0 -c:v copy -map 0:a:m:language:ger -codec:a ac3 -b:a 160k -ar 44100 -sn -dn
From my understanding you cannot combine the -af (volume change) function with -filter_complex (deesser). So you would have toCode:-filter_complex "[1:a]deesser=i=0.7:f=0[a]"
1.export the center channel (mono).
2. Apply the deesser.
3. Merge the center channel back to 5.1 (I'm not sure if it's possible to swap out a single channel)
4. and than apply the -af volume change.
Any ideas how to make this more straightforward?
Thank you
+ Reply to Thread
Results 1 to 4 of 4
-
-
Already provided reply https://forum.videohelp.com/threads/413860-please-delete#post2728521 - ask moderator to combine both threads
-
You can use clever FFmpeg-GUI to convert your 5.1 file lossless to 6 single pcm (wav) files.
[Attachment 77818 - Click to enlarge] -
This is the answer provided by pandy, worked liked a charm
Code:-filter_complex 'channelsplit=channel_layout=5.1[FL][FR][FC][LFE][BL][BR],[FC]deesser=i=0.7:f=0[FC_desss],[FL][FR][FC_desss][LFE][BL][BR]join=inputs=6:channel_layout=5.1:map=0.0-FL|1.0-FR|2.0-FC|3.0-LFE|4.0-BL|5.0-BR'
Similar Threads
-
Converting to AAC 5.1 / 7.1 with ffmpeg changes channel layout
By vash1 in forum Newbie / General discussionsReplies: 20Last Post: 18th Apr 2025, 11:44 -
ffmpeg channel designation for Dolby Atmos 11.1.4
By rudolffischer in forum AudioReplies: 5Last Post: 16th Mar 2024, 01:36 -
How to get audio channel layout with FFMPEG or FFPROBE??
By RogerTango in forum Video ConversionReplies: 5Last Post: 28th Jun 2023, 16:43 -
FFMPEG changing audio channel position
By iKron in forum AudioReplies: 8Last Post: 3rd Jun 2021, 23:44