forked from kunsi/dotfiles
mpv: add downmix and mono profiles
This commit is contained in:
parent
928edb1a9d
commit
60b069259b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue