18.08.2024, 21:02
Ah, sorry for too broad of a test case. And too bad they don't crash on your end, definitely something funky about my hardware or Windows then. Maybe tomorrow I can try the jobs on a completely different machine, or on this same machine using the Linux version..
After trying those test jobs a few times, this was my best result when I tried running them all in parallel instead of sequentially. Sequentially they usually all failed:
QTGMC was what led me to Hybrid really, as my initial plan was to simply ffmpeg the VOBs using its simple deint filters but unfortunately I learned there are more advanced ways...and down the rabbithole I am now!
That's about it really. For a couple clips I have used Color > Tweak too. In x264 encoding settings I've limited the thread count (avoiding heat issues) and extended the lookaheads to 120 frames. (Attempted to use EZDenoise, but after some tests found that HQDN3D looked the best.)
And AV software has been disabled for all my tests lately.
But yeah, I guess I'll continue testing on a totally different platform instead of this machine to try and isolate the issue better. Will keep this thread updated. Thanks again for all the effort, really sorry to keep bothering you!
After trying those test jobs a few times, this was my best result when I tried running them all in parallel instead of sequentially. Sequentially they usually all failed:
(18.08.2024, 11:04)Selur Wrote: => Does the Vapoursynth Preview work fine?Yes, I have not come across any issues there. Scrolling and even playback work just fine through all parts of the source. Checked the debug log too and only thing resembling an error was this and it appears before any scrolling has been done in the window:
2024.08.18 - 20:51:57_Windows 11 Version 23H2 (64bit)_2024.08.14.1 - level 9: Preview::indexingIsFinished 'VAPOURSYNTHPREVIEW' ignored,..
2024.08.18 - 20:51:59_Windows 11 Version 23H2 (64bit)_2024.08.14.1 - level 9: Got unhandled IPC message: Q t w a r n i n g : Q P i x m a p : : s c a l e d : P i x m a p i s a n u l l p i x m a p
(18.08.2024, 11:04)Selur Wrote: (horribly slow due to QTGMC(Input=clip, Preset="Very Slow"), but it worked fine. No clue why you would use 'Very Slow' on such a source)Still getting to know QTGMC I quess, just thought "Very Slow" would give the best quality deint result. (Or if you mean wasting all that processing to such a TV program I understand, but this was just a sample I could share publicly, as other are family videos).
QTGMC was what led me to Hybrid really, as my initial plan was to simply ffmpeg the VOBs using its simple deint filters but unfortunately I learned there are more advanced ways...and down the rabbithole I am now!
(18.08.2024, 11:04)Selur Wrote: Out of curiosity (I doubt this has anything to do with the crash):
What settings do you enable aside from:
- "Crop/Resize->Base->Picture Crop" (left=12, right=12, top=2, bottom=10)
- "Filtering->(De-)Interlace/Telecine->QTGMC Vapoursynth->Preset->Very Slow"
- "Filtering->Vapoursynth->DeNoise->HQDN3D"
"Spatial luma strength" 2.00
"Temporal luma strength" 4.00
"Spatial chromastrength" 2.00
"Temporal chroma strength" 6.00
That's about it really. For a couple clips I have used Color > Tweak too. In x264 encoding settings I've limited the thread count (avoiding heat issues) and extended the lookaheads to 120 frames. (Attempted to use EZDenoise, but after some tests found that HQDN3D looked the best.)
(18.08.2024, 11:04)Selur Wrote: are you using for Hybrid to think the output should be 720x576?Ah, that is one thing I forgot in these test jobs: I noticed that after I add a source to Hybrid, I always need to go and touch the Crop setting (just click any of the arrows) even though they are remembered there from previous job, or otherwise the x264 tab (and I guess now Vapoursynt too) has the source resolution instead of the correct, cropped resolution. So in all of my actual jobs I have not had that fallback/resize line, just checked a previous job file.
For me the:
For some reason Hybrid on your end does seem to think the output should be 720x576, but I don't see why.# fallback - adjusting from 696x576 to output resolution 720x576
clip = core.resize.Spline64(clip=clip, width=720, height=576) # resolution 720x576)
(18.08.2024, 11:04)Selur Wrote: Ps.: side note about the source filtering: ChromaShiftSP with x=2 and SpotLess with temporal radius 3 and some deblocking and dehaloing should be applied.Thanks! Will for sure test those filters out too.
Ps.: Really try to disable / uninstall that antivirus software.
And AV software has been disabled for all my tests lately.
But yeah, I guess I'll continue testing on a totally different platform instead of this machine to try and isolate the issue better. Will keep this thread updated. Thanks again for all the effort, really sorry to keep bothering you!