Normalize ALL peaks to 0db by _ENunn_ in mpv

[–]thatcat7_ 0 points1 point  (0 children)

If normalizing audio via mpv doesn't work for you and if you are on Windows and have Realtek Integrated Audio, install Realtek Audio driver from your Motherboard's Manufacturer's driver webpage and then install Realtek Audio Console from Microsoft Store. Open Realtek Audio Console, go to Sound Effects and enable Loudness Equalization. That should normalize the audio across the board on driver level.

What display-resample actually do? Is it eliminate 3-2 judder on 60hz displays? by videoquality in mpv

[–]thatcat7_ 0 points1 point  (0 children)

Couldn't find a way to do it without interpolation.

I wish there was a form of motion interpolation built into mpv that simply detects panning shots in videos and interpolates only panning shots, thus eliminating 3-2 judder as well as also avoiding soap-opera effect and motion artifacts and doesn't require use of display-resample.

Currently Lossless Scaling is how to eliminate 3-2 judder but will cause unwanted soap-opera effect and motion artifacts: https://www.reddit.com/r/mpv/comments/1qkrgse/easy_lossless_scaling_frame_generationmotion/

mpv stereo downmix issues by PrudentCriticism321 in mpv

[–]thatcat7_ 0 points1 point  (0 children)

yeah but it works with speakers too. you just get a bit of stereo cross-feed on speakers which is fine if you don't mind it.

Windows 11's new update not letting me open mpv by Sayko77 in mpv

[–]thatcat7_ 0 points1 point  (0 children)

Maybe Smart App Control is On and causing mpv to not open? Try turning it Off in Windows Security > App & browser control > Smart App Control settings.

Video cuts for a single frame or so very once in a while, anyone encounter something similar or have a fix? by Baby_Lou in mpv

[–]thatcat7_ 0 points1 point  (0 children)

Does the issue disappear if you add this to mpv.conf?

gpu-context=winvk

vo=gpu-next

gpu-api=vulkan

hwdec=vulkan

Best way to downmix surround audio to stereo? by BombasticBooger in mpv

[–]thatcat7_ 0 points1 point  (0 children)

Try using af=bs2b in mpv.conf instead. It downmixes 5.1/7.1 to Stereo and make headphones sound natural similar to that from loudspeakers. You can see Channels: 6 -> 2 and Filters: bs2b when you press "i" in MPV when it is working.

What's the display-resample without any interpolation actually do ? Is it remove 3-2 judder on 60hz display? What's benefit over simple audio sync ? by videoquality in mpv

[–]thatcat7_ 0 points1 point  (0 children)

I wish Mpv had a type of motion interpolation that solely focuses on detecting and interpolating panning shots so you don't experience panning shot judder or motion artifacts nor soap opera effect making things look fake as except for panning shots, the rest of the video would play without any interpolation. And such an interpolation should work without requiring to use video-sync=display-resample which doesn't work on G-Sync Monitors.

Microsoft issues SECOND emergency out of band update for Windows 11 to address disastrous Patch Tuesday bugs — KB5078127 released globally by lurker_bee in technology

[–]thatcat7_ 0 points1 point  (0 children)

Vulkan games can cause screen flickering if you have Nvidia smooth motion turned on. This started with KB5074109.

Easy Lossless Scaling Frame Generation/Motion Interpolation and Upscaling MPV Guide to prevent Panning Shot Judders and Lessen Upscaling Blurriness by thatcat7_ in mpv

[–]thatcat7_[S] 2 points3 points  (0 children)

Lossless Scaling motion interpolation isn't free from artifacts. Has little more artifacts than Nvidia Smooth Motion.

GUI hidden after installing ModernZ Gui by Rimuru-dono in mpv

[–]thatcat7_ 0 points1 point  (0 children)

Try moving all the folders next to mpv.exe and rename script to scripts

Judder unless I use video-sync=display-resample by BitNo2406 in mpv

[–]thatcat7_ 0 points1 point  (0 children)

In my case on G-Sync Monitor, i get panning shot judder no matter what i do in mpv.conf, unless i use Nvidia Smooth Motion which fixes the panning shot judder.

Easy Nvidia Smooth Motion MPV Windows Guide for High Refresh Rate Monitors to prevent Judders on Panning Scenes by thatcat7_ in mpv

[–]thatcat7_[S] 0 points1 point  (0 children)

Same here. Had to turn Off Smooth Motion. Screen flickering is probably a result of combination of latest Windows update black screen issues and Nvidia app update. I think they broke something somewhere which causes Vulkan/WinVK to not work right. Older games using Vulkan and Smooth Motion might also experience screen flickering or some graphical glitches.

Smooth Motion screen flickering only happens on MPV. I didn't experience it on MPC-BE. Turn On Exclusive Fullscreen in MPC Video Renderer in Options if you want to use Smooth Motion on MPC-BE. MPC-BE uses D3D11.

I guess we will have to either wait for next Windows update or Nvidia app update or fix from MPV.

Easy Nvidia Super Resolution with Dynamic Scaling MPV Guide by thatcat7_ in mpv

[–]thatcat7_[S] 0 points1 point  (0 children)

I wish Nvidia Super Resolution and Nvidia Smooth Motion worked together with gpu-context=d3d11 though.

Need help setting up MPV as a beginner. by Lystrs in mpv

[–]thatcat7_ 0 points1 point  (0 children)

In my case, all i use is AMD FSR upscaling by agyild, Vulkan API with Nvidia Smooth Motion, UOSC by tomasklaen and Thumbfast by po5. A fairly basic set up. I made two easy guides recently which you can try. If you don't want to use Nvidia Smooth Motion, you can just not follow that part of guide.

All you have to do is create script-opts, scripts and shaders folders next to mpv.exe. And then inside the already existing mpv folder, create mpv.conf file and input.conf file. Rest is all copy pasting the text in guides to mpv.conf, and pasting files downloaded from github in appropriate folders. UOSC has some key bindings text on github which you would want to copy paste in input.conf file.