This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Green Tint with Resize
#2
Can't play around with Vapoursynth to reproduce the issue without a sample of the source. Wink
Using:
# Imports
import vapoursynth as vs
core = vs.get_core()
# Loading Plugins
core.std.LoadPlugin(path="G:/Hybrid/vsfilters/Support/fmtconv.dll")
core.std.LoadPlugin(path="G:/Hybrid/vsfilters/SourceFilter/LSmashSource/vslsmashsource.dll")
# Loading C:\Users\Selur\Desktop\NotResized.mp4 using LibavSMASHSource
notresized = core.lsmas.LibavSMASHSource(source="C:/Users/Selur/Desktop/NotResized.mp4") # 720x480
notresized = core.sub.Subtitle(notresized, "NOT Resized")
notresized = core.text.FrameProps(notresized)
resized = core.lsmas.LibavSMASHSource(source="C:/Users/Selur/Desktop/Resized.mp4") # 640x480
resized = core.sub.Subtitle(resized, "Resized")
resized = core.std.AddBorders(resized, 40, 40)
resized = core.text.FrameProps(resized)
mixed = core.std.Interleave([notresized, resized])
# Output
mixed.set_output()
I see the green tint.
Might be a problem with a resizer. (iirc there were posts over at doom9s about color issues with some resizers but I thought those were fixed)
-> Have you tried other resizers?
Reply


Messages In This Thread
Green Tint with Resize - by stimpy2k - 25.06.2017, 23:50
RE: Green Tint with Resize - by Selur - 26.06.2017, 18:11
RE: Green Tint with Resize - by stimpy2k - 26.06.2017, 19:22
RE: Green Tint with Resize - by Selur - 26.06.2017, 20:10
RE: Green Tint with Resize - by Selur - 27.06.2017, 05:40
RE: Green Tint with Resize - by stimpy2k - 28.06.2017, 07:40
RE: Green Tint with Resize - by Selur - 28.06.2017, 20:12
RE: Green Tint with Resize - by Selur - 28.06.2017, 20:54
RE: Green Tint with Resize - by Selur - 28.06.2017, 21:10
RE: Green Tint with Resize - by Selur - 28.06.2017, 21:45

Forum Jump:


Users browsing this thread: 2 Guest(s)