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.

Hybrid Job Crash
#1
Hello, Everytime i start a certain file to be upscaled to 60fps in Hybrid i get state = CRASHED in the JOBS section. This is running on the latest version and this does also happen on some other video files but most do not crash. Using Windows 10 Latest version and Hybrid Version 2018.06.23.2.

It just says CRASH and ERROR: C:\Users\Marcus\AppData\Local\Temp\18_34_20_3210_04.264 is too small! (byteSize: 0byte).

I used this guide : https://steamcommunity.com/groups/wm84ms...328777354/

Debug file = https://pastebin.com/nW6LsmW4
   
   
Reply
#2
read sticky
Reply
#3
(26.06.2018, 19:31)Selur Wrote: read sticky

Just updated post.
Reply
#4
Avisynth script looks fine:
Quote:LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow1.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow2.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\InterFrame2.avsi")
# loading source: F:\Music\Other\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.mp4
# input color sampling YV12
# input luminance scale tv
FFVideoSource("F:\Music\Other\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.mp4",cachefile="C:\Users\Marcus\AppData\Local\Temp\18_39_23_5210.ffindex")
# current resolution: 1280x720
InterFrame(NewNum=60,NewDen=1,Cores=2)
# filtering
return last
One thing that might cause problems is the naming of the file, the '「' and '」' might cause problems with FFVideoSource.
-> Try renaming the input file.

Cu Selur
Reply
#5
Thumbs Up 
(26.06.2018, 19:52)Selur Wrote: Avisynth script looks fine:
Quote:LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow1.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow2.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\InterFrame2.avsi")
# loading source: F:\Music\Other\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.mp4
#  input color sampling YV12
#  input luminance scale tv
FFVideoSource("F:\Music\Other\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.mp4",cachefile="C:\Users\Marcus\AppData\Local\Temp\18_39_23_5210.ffindex")
# current resolution: 1280x720
InterFrame(NewNum=60,NewDen=1,Cores=2)
# filtering
return last
One thing that might cause problems is the naming of the file, the '「' and '」' might cause problems with FFVideoSource.
-> Try renaming the input file.

Cu Selur

That worked. Thank you so much. Also thanks for the quick replies  Smile Big Grin
Reply
#6
Just looked over the code.
Strange thing is that normally this shouldn't happen since Hybrid asks Windows for a short file name for the input to avoid those problems, but for some reason it seems like your Windows doesn't report short file names.
When I open a file with the same name here I get:
# loading source: F:\TestClips&Co\files\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.avi
#  input color sampling YV12
#  input luminance scale tv
FFVideoSource("F:\TESTCL~1\files\NEWGAM~1.AVI",cachefile="H:\Temp\avi_9c289cdb6630ed99c3460ecfe8a4a9fa_41_1_0.ffindex",fpsnum=25)

Did you disable 8.3 file name creation on your drives for some reason? May be to boost SSD speed? (iirc some Crucial SSD tools offered this option)
see also: https://support.microsoft.com/en-gb/help...partitions
Problem is that Avisynth doesn't support UTF-8 etc. Smile (Vapoursynth would work fine)

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)