VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Mar 2024
    Location
    germany
    Search Comp PM
    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

    Code:
    -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
    This is the deesser setting I would like to apply only to the center channel

    Code:
    -filter_complex "[1:a]deesser=i=0.7:f=0[a]"
    From my understanding you cannot combine the -af (volume change) function with -filter_complex (deesser). So you would have to
    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
    Quote Quote  
  2. Already provided reply https://forum.videohelp.com/threads/413860-please-delete#post2728521 - ask moderator to combine both threads
    Quote Quote  
  3. You can use clever FFmpeg-GUI to convert your 5.1 file lossless to 6 single pcm (wav) files.

    Image
    [Attachment 77818 - Click to enlarge]
    Quote Quote  
  4. Member
    Join Date
    Mar 2024
    Location
    germany
    Search Comp PM
    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'
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!