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.

video crashed: ERROR
#2
Problem is probably the Avisynth script.
Hybrid uses a portable Avisynth, so you need to make sure that you explicitly load all your Avisynth filters.
=> check the Avisynth preview, if that fails you are missing stuff

ClearAutoloadDirs()
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
Import("C:\Program Files\Hybrid\64bit\Avisynth\avisynthPlugins\mtmodes.avsi")
# loading source: C:\Users\cebol\Desktop\ENCODES\HYBRID\DV lilo.avs
# color sampling YV12@10, matrix: bt709, scantyp: progressive, luminance scale: limited
Import("C:\Users\cebol\Desktop\ENCODES\HYBRID\DV lilo.avs") # <- THIS LOADS YOUR SCRIPT AND WILL FAIL due to dependencies.
# current resolution: 1920x1142
# adjusting frame count using SelectRangeEvery
SelectRangeEvery(every=8000,length=400,offset=0)
# setting output fps to 23.97600fps
AssumeFPS(24000,1001)
PreFetch(16)
No clue whether the SelectRangeEvery makes sense for you,,...


Cu Selur

Ps.: Personally I would use: https://github.com/quietvoid/vs-nlq and Vapoursynth instead of Avisynth.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
video crashed: ERROR - by murriato - Yesterday, 16:23
RE: video crashed: ERROR - by Selur - Yesterday, 18:25
RE: video crashed: ERROR - by murriato - Yesterday, 22:02
RE: video crashed: ERROR - by Selur - 11 hours ago
RE: video crashed: ERROR - by Selur - 3 hours ago

Forum Jump:


Users browsing this thread: 1 Guest(s)