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.

[GUIDE] Ubuntu repository - maintained by djcj
Something is 'off' with the vapoursynth build.
Calling:
/home/selur/opt/hybrid/vsfilters_env.sh "/home/selur/opt/hybrid/vsViewer" --preview-only "/home/selur/Schreibtisch/HybridTemp/tempPreviewVapoursynthFile21_14_18_848.vpy" --aspect 1 --matrix Rec601
with:
# Imports
import vapoursynth as vs
core = vs.get_core()
# Loading source using FFMS2
clip = core.ffms2.Source(source="/home/selur/Schreibtisch/test.avi",cachefile="/home/selur/Schreibtisch/HybridTemp/avi_77c74b7b15937c7267959c738c5ee2fa_936145377.ffindex",format=vs.YUV420P8,alpha=False)
# making sure input color matrix is set as 470bg
clip = core.resize.Point(clip, matrix_in_s="470bg",range_s="limited")
# making sure frame rate is set to 25/1
clip = core.std.AssumeFPS(clip, fpsnum=25, fpsden=1)
# Setting color range to TV (limited) range.
clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1)
# Output
clip.set_output()
in the vapoursynth script, results in:
VapourSynth plugins manager: Failed to get VapourSynth API!
Failed to initialize VapourSynth
first time I see: 'Failed to get VapourSynth API'

Cu Selur
Reply


Messages In This Thread
RE: Ubuntu repository - maintained by djcj - by blazin - 15.08.2017, 05:47
RE: Ubuntu repository - maintained by djcj - by alexander.haschka - 07.02.2018, 17:45
RE: Ubuntu repository - maintained by djcj - by alexander.haschka - 15.02.2018, 18:32
RE: Ubuntu repository - maintained by djcj - by alexander.haschka - 17.02.2018, 13:52
RE: Ubuntu repository - maintained by djcj - by alexander.haschka - 02.03.2018, 23:27
RE: Ubuntu repository - maintained by djcj - by AlvoErrado2 - 10.05.2019, 23:32
RE: Ubuntu repository - maintained by djcj - by Selur - 06.08.2019, 21:16
RE: Ubuntu repository - maintained by djcj - by 2160p - 30.08.2019, 03:37

Forum Jump:


Users browsing this thread: 1 Guest(s)