← Back to context

Comment by opan

7 months 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

That's super complicated lol. Why not use the browser extension or accessibility feature?

  • That's not super complicated.

    I have carla running at all times and put all of my system audio through various loopback devices (browser, voice conferencing, and music/system) and then apply varying degrees of compression to them (no surprise sounds, hard limiting to hear quiet people, and bypass -- respectively).

    Of course everything goes through an extra limiter at the end to avoid clipping.

    I also send the voice conferencing input and output through RNNoise, so I can avoid emitting terrible sounds and avoid hearing them as well.

    People also seem to like me better when I cut my mids a little bit, but additional research is required.

    The reason for this is that I can change browsers (or games or voice apps) and they all think I'm just using a normal mic and headset, but it's actually like 10 LSP plugins and various routing.

    Still doesn't feel that complicated when you do a little bit at a time.

    • i love your spirit and it's interesting to read how you handle your sound, but it's almost comical to see someone describe using 10 freaking plugins to handle sound as 'not super complicated' :D

    • > People also seem to like me better when I cut my mids a little bit, but additional research is required.

      Instead of digitally recreating your voice so people like you more, have you considered getting some psychotherapy? Maybe? :/

What are these tools? That sounds super useful for the most annoying YouTube flaws I run into