-
|
I'm looking for some clarification on disabling SVP Frame Smoothing. I looked through the mpv.conf file and commented out line 175, labelled above as "SVP Frame Rate Conversion Optimized for 48 FPS". Is that all I have to do to turn off the frame smoothing feature? I noticed a few other settings were labelled as being tuned specifically for SVP. Do I have to modify those or can I just leave them as is after commenting out line 175? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
That is just the description for it. The line right below it, the one starting with "vf=", is the one you want to delete or comment with a # at the start. It should look like this: If you don't want to use it at all replace it with this line: This is something I've been working on these past few days, and that will reduce the banding significantly. It's very light, it shouldn't affect performance. I'm going to release a new update soon that will have some great improvements. Let me know if you have any other issues I can help you with! |
Beta Was this translation helpful? Give feedback.
-
|
Latest release let's you disable SVP and any other feature you don't want. Let me know if it solves your problem. |
Beta Was this translation helpful? Give feedback.
That is just the description for it. The line right below it, the one starting with "vf=", is the one you want to delete or comment with a # at the start. It should look like this:
If you don't want to use it at all replace it with this line:
This is something I've been working on these past few days, and that will reduce the banding significantly. It's very light, it shouldn't affect performance. I'm going to release a new update soon th…