Skip to content

color changed #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jagajaga28 opened this issue Oct 16, 2024 · 9 comments
Open

color changed #106

jagajaga28 opened this issue Oct 16, 2024 · 9 comments

Comments

@jagajaga28
Copy link

jagajaga28 commented Oct 16, 2024

I set the filters to 1 all, but the video after bluring seems high contrast

I tried reinstralling, updating Nvidia driver, asking some friends that use tekno's blur and using friend’s settings
How ever i couldnt solve the issue at all

Before
無題 2024-09-25 17-45-01
After
無題 2024-09-25 17-45-12

@Slammpreal
Copy link

same issue

@couleurm
Copy link

Try some different combination of color range and color space in OBS' advanced settings

@jagajaga28
Copy link
Author

There is nothing wrong with the recordings taken with Obs itself, but do I still need to try?

@Tewxx
Copy link

Tewxx commented Apr 6, 2025

Same Issue :(

@f0e
Copy link
Owner

f0e commented Apr 6, 2025

I can look into this more if anyone's willing to upload a sample clip to something like https://litterbox.catbox.moe/

@f0e f0e added the issue label Apr 7, 2025
@Tewxx
Copy link

Tewxx commented Apr 7, 2025

Can I send it to you on discord

@f0e
Copy link
Owner

f0e commented Apr 7, 2025

After getting the clip I believe it's a color range issue. 'Full' color range clips become more saturated after being blurred due to being implicitly converted to 'Limited' by ffmpeg as it doesn't know that it's 'Full', since vspipe strips that info out (I think that's what's happening anyway - not an expert on this).

To fix it, add -vf scale=in_range=full:out_range=limited to your custom ffmpeg filters. This will convert your clip to limited color range properly, resulting in a properly saturated output.

For a full set of filters, I recommend:
Nvidia GPU rendering: -c:v h264_nvenc -rc constqp -preset p7 -qp 14 -c:a copy -vf scale=in_range=full:out_range=limited
CPU rendering: -c:v libx264 -rc constqp -preset fast -qp 14 -c:a copy -vf scale=in_range=full:out_range=limited

This fixes the issue for me using the clip provided by Tewxx, but let me know if you're still having problems and I'll keep looking into it.

@f0e
Copy link
Owner

f0e commented Apr 9, 2025

Confirmed that the filter solved it for Tewxx, anyone else having this issue please let me know if that fix solves the issue

Copy link

This issue has been automatically marked as stale due to inactivity. It will be closed soon if no further activity occurs.

@github-actions github-actions bot added the stale label May 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants