Posts: 3
Threads: 1
Joined: Jun 2018
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
Posts: 10.927
Threads: 56
Joined: May 2017
Posts: 3
Threads: 1
Joined: Jun 2018
(26.06.2018, 19:31)Selur Wrote: read sticky
Just updated post.
Posts: 10.927
Threads: 56
Joined: May 2017
26.06.2018, 19:52
(This post was last modified: 26.06.2018, 19:53 by Selur.)
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
Posts: 3
Threads: 1
Joined: Jun 2018
Posts: 10.927
Threads: 56
Joined: May 2017
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.
(Vapoursynth would work fine)
Cu Selur