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.

Crop View geht nicht / idle modus
#10
Im DebugOutput,..
sieht das Vapoursynth Skript ("G:\Neuer Ordner\tempPreviewVapoursynthFile10_12_26_465.vpy"):
# Imports
import vapoursynth as vs
core = vs.get_core()
# Loading Plugins
core.std.LoadPlugin(path="F:/Programme/W10/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/vslsmashsource.dll")
# source: 'G:\Neuer Ordner\Test File.m2ts'
# current color space: YUV420P8, bit depth: 8, resolution: 1920x1080, fps: 25, color matrix: 709, yuv luminance scale: limited, scanorder: progressive
# Loading G:\Neuer Ordner\Test File.m2ts using LWLibavSource
clip = core.lsmas.LWLibavSource(source="G:/Neuer Ordner/Test File.m2ts", format="YUV420P8", cache=0, prefer_hw=0)
# making sure input color matrix is set as 709
clip = core.resize.Point(clip, matrix_in_s="709",range_s="limited")
# making sure frame rate is set to 25
clip = core.std.AssumeFPS(clip=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()
korrekt aus.
Under vsViewer-Aufruf:
"F:\Programme\W10\Hybrid\64bit\Vapoursynth\vsViewer.exe" --preview-only "G:\Neuer Ordner\tempPreviewVapoursynthFile10_12_26_465.vpy" --aspect 1 --matrix Rec709
sieht auch korrekt aus..

-> vielleicht hat LWLibavSource Probleme mit der Quelle. Versuch mal ob das Deaktivieren von "Filtering->Vapoursynth->Source->Prefer LWLibAVSource over FFmpegSource2" hilft.
Falls Du eine NVIDIA Grafikkarte hast könntest Du auch "Filtering->Vapoursynth->Source->Use DGDecNV when available' aktivieren. Dank Donald Graft ist DGDecNV mittlerweile frei und ich hab auch die Erlaubnis es mit Hybrid zu bundeln. Smile (Anders als LWLibavSource, erzeugen FFmpegSource und DGDecNV nicht on-the-fly einen Index im Speicher, sondern der Index wird bei ihnen vor dem Öffnen erstellt,..)

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


Messages In This Thread
RE: Crop View geht nicht / idle modus - by Selur - 07.05.2021, 17:39

Forum Jump:


Users browsing this thread: 1 Guest(s)