#Smoothie-RS colorspace preservation

44 messages · Page 1 of 1 (latest)

rain swallow
#

is there a way to keep the color space from converting from sRGB to 709? (I want to keep my videos in sRGB because i prefer it over 709)

carmine raptor
#

I think it's possible with custom ffmpeg args if you don't interpolate, though I'm not sure

#

can we summon frost here

rain swallow
half pelican
#

he is absent currently

#

don’t bother

queen jolt
half pelican
#

i never managed nor cared about this minor color shift

#

let us know if you find a solution though it'd be appreciated

rain swallow
#

almost 1 year later adn I fixed it :D

#

only had to change something in jamba.vpy

half pelican
rain swallow
#

I js changed it to this and it worked

#

Comparison

#

(i record with SRGB Full btw)

half pelican
rain swallow
#

that was before

half pelican
#

can you send the clip

#

the original

rain swallow
#

If i can find it

half pelican
#

on fileditch or something

#

or any clip that fails

rain swallow
#

1 sec

#

I dont think its that big of a deal but for people who record in srgb full it would be nice

ocean ledge
#

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")
ocean ledge
rain swallow
#

well no but it was mostly for people who actually had the problem like myself

rain swallow
#

if u dont have the issue then there is no need for it

ocean ledge
#

no-patch

#

patched

ocean ledge