[BUG] Video keeps crashing (Hybrid Ver. 2024.05.11) - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] Video keeps crashing (Hybrid Ver. 2024.05.11) (/thread-3793.html) |
Video keeps crashing (Hybrid Ver. 2024.05.11) - Dyshonest - 29.07.2024 I have no idea why this is happening. Version is 2024.05.11 because after I upscale it I want to encode it again, but I don't want to deinterlace it since that's already happened (or should, if this encode worked). Video file: https://drive.google.com/file/d/1dPI8hJoAJb-UBMO3BkMkUeQl4Er5KFm3/view?usp=sharing Base: https://i.imgur.com/jKXlBMV.png x265 Settings (because they don't save properly to a settings file (very old Hybrid bug with settings in general) and need to be set manually every time the program is opened): https://i.imgur.com/h8U3ACK.png https://i.imgur.com/p4yOFsE.png Crop/Resize: https://i.imgur.com/f0jmHoF.png AVISynth Settings: https://i.imgur.com/4jsp6LH.png https://i.imgur.com/uwI7O2L.png https://i.imgur.com/TK7gOGn.png https://i.imgur.com/Ld8CAiP.png https://i.imgur.com/R53Okjf.png https://i.imgur.com/rcVu0rd.png https://i.imgur.com/hjBrfYZ.png Log: Quote:adding 4 video related calls for source: 1 Sometimes the log includes this: Quote:-> 2024-07-29@06_05_06_9310_04_video crashed: Helper1, exitCode: -1313558101 RE: Video keeps crashing (Hybrid Ver. 2024.05.11) - Selur - 29.07.2024 create&share a debug output RE: Video keeps crashing (Hybrid Ver. 2024.05.11) - Dyshonest - 29.07.2024 (29.07.2024, 12:12)Selur Wrote: create&share a debug output How do you do that? (29.07.2024, 12:12)Selur Wrote: create&share a debug output I figured it out I think? Here it is. https://drive.google.com/file/d/1_yeuORX2ZEG6ZKIib9grV3648tKj3fVY/view?usp=sharing It's entirely because of the Deinterlacer: QTGMC(preset="Slow") option, pictured here: https://i.imgur.com/T6D6aBS.png All of the QTGMC options cause a crash, other ones will encode properly. RE: Video keeps crashing (Hybrid Ver. 2024.05.11) - Dyshonest - 29.07.2024 I have no desire to use the newer versions that removed the "None" option for deinterlacing, but I decided to try 2024.06.16.1 (the latest one as of this post) to rule out it being an issue that's been fixed already, it hasn't. Same errors, same issues. It's purely centered around that Deinterlacer: QTGMC option. RE: Video keeps crashing (Hybrid Ver. 2024.05.11) - Selur - 29.07.2024 The Avisynth script seems fine: ClearAutoloadDirs() "C:\Program Files\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "E:\Hybrid\Temp\encodingTempSynthSkript_2024-07-29@06_17_59_8110_0.avs" -an -sn -color_primaries bt470m -color_trc smpte170m -colorspace bt470bg -color_range tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - Error opening input files: Unknown error occurred => a. Does the Avisynth Preview work? b. Does it work if you use 64bit Avisynth? Cu Selur RE: Video keeps crashing (Hybrid Ver. 2024.05.11) - Selur - 29.07.2024 ARGH,.. I see the bug: A2 = A2QTGMC(preset="slow", ediThreads=2, FPSDivisor=2)) A2 = QTGMC(A2,preset="fast", ediThreads=2, FPSDivisor=2) A2 = A2.QTGMC(preset="fast", ediThreads=2, FPSDivisor => will fix RE: Video keeps crashing (Hybrid Ver. 2024.05.11) - Selur - 29.07.2024 Uploaded a fixed version to the "experimental"-folder of my GoogleDrive where the torch-&vsmlrt-addons are present. Cu Selur RE: Video keeps crashing (Hybrid Ver. 2024.05.11) - Dyshonest - 30.07.2024 It is fixed in that version, sadly it's still not a viable option to main because I'll never know if it's trying to deinterlace something that's already deinterlaced. My process for this project requires encoding it through Hybrid, then upscaling it, then encoding the upscale to touch things up further, but at that point it's already deinterlaced and CAN'T have QTGMC doing anything else on it. https://forum.selur.net/thread-3792-post-23461.html#pid23461 I don't think it's possible to have two Hybrids installed either. RE: Video keeps crashing (Hybrid Ver. 2024.05.11) - Selur - 30.07.2024 Happy to hear, that that fixed it. You can use multiple Hybrid version if you turn then in portable versions. (see: [INFO] *hidden* Hybrid options,...). Quote:My process for this project requires encoding it through Hybrid, then upscaling it, then encoding the upscale to touch things up further, but at that point it's already deinterlaced and CAN'T have QTGMC doing anything else on it.If your source is progressive and not flagged as interlaced, Hybrid will not deinterlace. If your source is progressive and falsely flagged as interlaced, you can enable 'Overwrite input scan type to' and set it to 'progressive', this way Hybrid knows that the source is progressive (despite the flag) and will not deinterlace. => I do not get in what scenario Hybrid would deinterlace unless it has to assume deinterlacing is needed to avoid breaking the field structure. Cu Selur |