[HELP] Fehler: .stats was not created! - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Probleme und Fragen (https://forum.selur.net/forum-4.html) +--- Thread: [HELP] Fehler: .stats was not created! (/thread-832.html) |
Fehler: .stats was not created! - AngelBrit - 05.01.2019 Hallo alle zusammen! Ich möchte mit Hybrid einige Videos, die jeweils eine Laufzeit von wenigen Minuten haben, diese in 60FPS konvertieren. (Ich weiß, es ist dann kein echtes 60FPS. ) Ich habe alle Schritte wie in diesem Video verfolgt: https://www.youtube.com/watch?v=QS-cuJepn7Y Jedoch kommt immer diese Fehlermeldung, sobald ich das Video exportieren möchte: ------ Creating job for current source -> Creating jobs for source 1,... -> Generating calls for: "Beispiel".mp4 Ignore time codes since Avisynth 'FPS adjust' is used. adding x264 calls for source: 1 createJobs for "Beispiel".mp4 creating audio subjobs,... creating attachment extraction subjobs creating video subjobs creating muxing subjobs optimizing the subJobs -> finished creating subjobs for current source added new job with id 16_59_02_4310 -> should be there after processing: C:\Users\"Name"\AppData\Local\Temp\test_22_12_04_5810_04.stats starting 22_12_04_5810_04_video@16:59:03.038 - "Beispiel".mp4 finished after 00:00:00.851 -> 22_12_04_5810_04_video crashed: ERROR: C:\Users\"Name"\AppData\Local\Temp\test_22_12_04_5810_04.stats was not created! Aborting '22_12_04_5810_04_video' due to: ERROR: C:\Users\"Name"\AppData\Local\Temp\test_22_12_04_5810_04.stats was not created! ----- Ich habe Windows 10, mein Laptop ist zwar paar Jahre alt, doch daran kann es doch nicht liegen. RE: Fehler: .stats was not created! - Selur - 05.01.2019 Video hilft mir nicht. Infos die ich brauche stehen im Sticky. Falls Du Interframe mit GPU support verwendest könnte es ein Treiberproblem sein. Generell würde ich auch eher die Vapoursynth Version verwenden. (Filtering->Vapoursynth->Other->Frame Interpolation->Interframe/SVP") Cu Selur RE: Fehler: .stats was not created! - truefriendcz - 22.11.2019 I have this problem too (AviSynth). It happens when video in the source video is Uncompressed AVI. Tested on video: Audio: ARAW, Stereo, 16bit, 48KHz Video: 24bit, RGB (RV24) I am not using GPU for computing. I am use AviSynth to convert video because I find it has a better smooth algorithm and the video is smoother than Vapoursynth. It also offers more filters and more setup options. I uploaded uncompressed AVI video for testing: http://www.systemgroup.cf/mara/tests/60fps(non-smoothly)720p-uncompressed.avi http://www.systemgroup.cf/mara/tests/30fps(non-smoothly)720p-uncompressed.avi Duration: 1sec. Size: 134MB (60fps), 69MB (30fps) Audio: ARAW, Stereo, 16bit, 48KHz Video: 24bit, RGB (RV24) Resolution: 720p For analysing converted video "frame by frame" i used and recomended VirtualDub2. This error only occurs when I want to convert 60fps (from Video Editor - non-smoothly) video to 60fps video (smoothly) with AviSynth. There is no problem converting 30fps video to 60fps. After testing and finding the cause, I discovered that the cause is in the CPU cores setting. If I leave the CPU cores item set to "0" it will display an error with "stats". If I change it to 3-64, the "stats" problem does not occur and the script/convert video completes successfully unless there are other errors. (physically, I have 2 Cores CPU on my device) In my case, I didn't expect the Hybrid add-ons to have a problem processing a shortly video, so I discovered fixed the "stats" issue was, but there was a new bug (if shortly videos only): -> should be there after processing: F:\Video\2-Converted\60fps(non-smoothly)720p-uncompressed_05_24_27_9910_06.stats RE: Fehler: .stats was not created! - Selur - 22.11.2019 My guess is that Hybrid (Vapoursynth/Avisynth) do not support raw 24bit video. -> will test after work today and report back Cu Selur RE: Fehler: .stats was not created! - truefriendcz - 22.11.2019 Ok. I getting info from VLC Player. Others software (MediaInfo.net) show info as video: 8bits. I dont know good media meta-info data reader. Edit: I apologize but this problem was not solved as I described. The solution I described solves the problem only on a short video but not on other videos of the same format but for a long time the problem still exists. Tested on 1 minute video. I have no idea what the problem is, but it's something around of setting up the CPU/GPU processing. Another finding is that the problem is not even in InterFrame, because when we choose, for example, SalFps3 and the problem with "stats" also appears. If I uncheck the entire FPS Adjust branch, the problem does not occur. Thus, the problem could be between selecting the class itself and the FPS Adjust check box. -> should be there after processing: F:\Video\1-Sources\iId_42_aid_0_DELAY_-43ms_06_25_26_6210_01.wav From what I have tried so far and what solves the problem is ticking the box What I've tried so far and what solves the problem is to check checkbox "Avisynth->Frame->Progressive to interlaced" along with the checkbox for convert to 60fps (" Avisynth->Frame->FPS adjust->* "). But it is fixed "2pass 1st pass" only. It is CRASHED on [b]"2pass 2nd pass": [/b] createJobs for F:\Video\2-Converted\1c.mp4 RE: Fehler: .stats was not created! - Selur - 22.11.2019 Okay, I'm trying to make heads and tails of what you wrote. Quote:This error only occurs when I want to convert 60fps (from Video Editor - non-smoothly) video to 60fps video (smoothly) with AviSynthIn case the input and output frame rate are the same and you didn't remove frames in-between Interframe will not be used. (Since there is nothing to do for it.) But since your input isn't 60fps but 59,94 fps it should work. So what I did was:
-> Conversion worked fine, but didn't really change any frame since the difference between 59.94 and 60 won't affect a single frame with only 51 frames. (Tested with SalFPS and also had no problem.) Quote:What I've tried so far and what solves the problem is to check checkbox "Avisynth->Frame->Progressive to interlaced" along with the checkbox for convert to 60fps (" Avisynth->Frame->FPS adjust->* ").Not looking into that since that simply makes no sense. -> Read the sticky and provide a debug output level 9 of the job creation and job processing. Also: 1. Does the Avisynth Preview work for you ? 2. Does using Vapoursynth with "Filtering->Vapoursynth->Other->Frame Interpolation" work for you ? Cu Selur Ps.: Instead of using a RAW video I would recommend to use a lossless video format with compression. |