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.

Linux Vapoursynth problems
#19
Script looks fine:
# Imports
import vapoursynth as vs
core = vs.get_core()
# Loading /home/miro/Videos/test/avidv.mkv using LWLibavSource
clip = core.lsmas.LWLibavSource(source="/home/miro/Videos/test/avidv.mkv", format="YUV420P8", cache=0)
# making sure input color matrix is set as unspec
clip = core.resize.Point(clip, matrix_in_s="unspec",range_s="limited")
# making sure frame rate is set to 30000/1001
clip = core.std.AssumeFPS(clip, fpsnum=30000, fpsden=1001)
# Setting color range to TV (limited) range.
clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1)
# adjusted resizing to achieve PAR 1:1 for preview (1)
clip = core.fmtc.resample(clip=clip, kernel="spline16", w=854, h=480, interlaced=False, interlacedd=False)
# adjusting output color from: YUV420P16 to YUV420P8 for x264Model (i420)
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P8, range_s="limited")
# Output
clip.set_output()
there is still the 'qt5ct: D-Bus global menu: no' message, no additional error messages or similar. :/
No error message about a missing filter or similar,..
No clue why Hybrid would close when the preview gets closed. Does it also close Hybrid if you press ALT+F4 to close the Vapoursynth Preview window?

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Linux Vapoursynth problems - by kybos - 13.05.2019, 12:31
RE: Linux Vapoursynth problems - by kybos - 09.06.2019, 20:35
RE: Linux Vapoursynth problems - by Selur - 09.06.2019, 21:24
RE: Linux Vapoursynth problems - by kybos - 12.06.2019, 10:32
RE: Linux Vapoursynth problems - by Selur - 12.06.2019, 19:28
RE: Linux Vapoursynth problems - by kybos - 13.06.2019, 20:17
RE: Linux Vapoursynth problems - by Selur - 13.06.2019, 20:25
RE: Linux Vapoursynth problems - by kybos - 14.06.2019, 19:37
RE: Linux Vapoursynth problems - by Selur - 14.06.2019, 19:40
RE: Linux Vapoursynth problems - by kybos - 22.06.2019, 14:57
RE: Linux Vapoursynth problems - by Selur - 22.06.2019, 19:39
RE: Linux Vapoursynth problems - by Selur - 23.06.2019, 09:02
RE: Linux Vapoursynth problems - by Selur - 23.06.2019, 09:56

Forum Jump:


Users browsing this thread: 1 Guest(s)