#Smoothie-RS colorspace preservation
44 messages · Page 1 of 1 (latest)
I think it's possible with custom ffmpeg args if you don't interpolate, though I'm not sure
can we summon frost here
u can
Tryit
I believe that SVPflow interpolation is the main cause of this, to preserve colorspace you need a custom ffmpeg filter.
if you want to interpolate you must use rife/pre interp
i never managed nor cared about this minor color shift
let us know if you find a solution though it'd be appreciated
what was it
I js changed it to this and it worked
Comparison
(i record with SRGB Full btw)
what error did it throw before
If i can find it
1 sec
I dont think its that big of a deal but for people who record in srgb full it would be nice
i just recorded a raw clip at srgb full
ill test this patch rq
left: patched, right: original line.
i cant notice anything
- clip = core.resize.Bicubic(clip=clip, format=og_format, **not_in_heuristic)
---
+ clip = vs.core.resize.Bicubic(clip, format=vs.YUV420P8, matrix_s="709")
.
can you notice a difference in those clips?
well no but it was mostly for people who actually had the problem like myself
which was what happened here w me
if u dont have the issue then there is no need for it
lemme do a comparison rq
no-patch
patched
.
no, i wanna see if its a thing on my machine.