|
|
|
|
|
by opan
678 days ago
|
|
If you have mpv+yt-dlp set up you can fix this with an audio filter to mix to mono. mpv --audio-channels=mono 'urlhere'
Somewhat related, I've used --vf=lavfi="hflip"
to fix videos which are annoyingly mirrored to avoid copyright. You could also bind these options to keys in mpv to use on the fly. Some videos will only mirror some parts of their footage.Another fun one I bind in input.conf ctrl+shift+r cycle_values video-rotate "90" "180" "270" "0"
Lets me rotate the video. I sometimes also just open a web image in mpv and rotate it like that to avoid tilting my head.I also have these binds for unbalanced audio, mainly used with 5.1 audio to sound better on headphones or stereo speakers, and the \ bind one seems to make normal stuff slightly louder also, so sometimes I hit it when I don't wanna turn up my speaker knob for one video. \ af toggle lavfi=[dynaudnorm=f=100]
| af toggle lavfi=loudnorm
|
|