mpv: add downmix and mono profiles

This commit is contained in:
Franzi 2021-12-30 16:18:36 +01:00
parent 928edb1a9d
commit 60b069259b
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ osd-on-seek=bar
hls-bitrate=max
[downmix]
af=lavfi="pan=stereo|FL < 0.5*FC + 0.3*FLC + 0.3*FL + 0.3*BL + 0.3*SL + 0.5*LFE | FR < 0.5*FC + 0.3*FRC + 0.3*FR + 0.3*BR + 0.3*SR + 0.5*LFE",lavfi="acompressor=10"
[mono]
af=lavfi=[pan=1c|c0=0.5*c0+0.5*c1]
[extension.gif]
cache=no
no-pause