![]() |
[HELP] Only 360 Frames Out of 2119 Are Being Processed - 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: [HELP] Only 360 Frames Out of 2119 Are Being Processed (/thread-3953.html) |
Only 360 Frames Out of 2119 Are Being Processed - renarchi - 17.12.2024 I don't fully understand the issue, but I am inputting 2119 frames (png) with "Image Sequence" for processing. However, it gives 360 frames as output. I've never output in .raw with Image Sequence before, so I have no idea if I'm doing something wrong.Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: Only 360 Frames Out of 2119 Are Being Processed - Selur - 17.12.2024 Judging by the image, the frame count seems to be fine, and all images are detected. (no clue whether the rest of the settings are as you wanted them to be) Quote:Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.Sadly, you clearly ignored this and since I'm not clairvoyant and have no idea what you are doing, my guess is you either configured Hybrid to remove the most of those frames or there is a bug. Cu Selur RE: Only 360 Frames Out of 2119 Are Being Processed - renarchi - 17.12.2024 Sorry, I forgot 1- I am using Hybrid version 2024.11.23.1 2- There was no error message, it outputted without any problem. 3- I noticed when I was checking the outputs, what I noticed when I was outputting again is that when the process reaches about 16%, the job completes RE: Only 360 Frames Out of 2119 Are Being Processed - Selur - 17.12.2024 The used script looks fine: # Imports The encoding call: "C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" "D:\test\encodingTempSynthSkript_2024-12-17@22_34_52_7510_0.vpy" - -c y4m | "C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -noautorotate -nostdin -threads 8 -color_primaries bt709 -color_trc bt709 -colorspace bt709 -color_range pc -f yuv4mpegpipe -i - -an -sn -color_primaries bt709 -color_trc bt709 -colorspace bt709 -color_range pc -fps_mode passthrough -vcodec png -dpi 0 -dpm 0 -pred 0 -vf zscale=matrixin=709:matrix=709,format=rgb24 -pix_fmt rgb24 -metadata encoding_tool="Hybrid 2024.11.23.1" "D:\test\1_1_%04d.png" Encoding stopped without an error: 024.12.17 - 22:35:07_Windows 10 Version 22H2 (64bit)_2024.11.23.1 - level 9: FFmpeg output: [out#0/image2 @ 0000019d07308580] video:370796KiB audio:0KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown Assuming it does, the problem is not with the script, but might be triggered by some antivirus or similar tool interfering. (Windows Defender never made problems, but suits like norton&co sometimes do.) I would suggest, to try: 1. move your temp folder into another folder outside your users folder (currently: "C:/Users/renarchi/AppData/Local/Temp"). 2. set an exemption in your virus scanner for the temp, output and Hybrid folder. 3. deactivate your antivirus scanner and similar stuff that might interact with running tools. Also, make sure to not run HDR or other content through your gpu while processing. Sometimes this can mess with torch addons. Quote:the process reaches about 16%, the job completesThat happened since Hybrid assumed there should be more frame coming, but since ffmpeg stopped sending them and ended without an error, Hybrid assumes everything is fine. Cu Selur RE: Only 360 Frames Out of 2119 Are Being Processed - renarchi - 17.12.2024 Quote:Does the Vapoursynth Preview show all frames?Moving the temp folder to a another location didn't work, also I don't use any antivirus (including Defender) I installed version 2024.09.29.1 to test it and I noticed the following. When I output with “DPIRDenoise” I got 360 frames and when I use “FastLineDarken” I got 391, which is quite weird. btw when I output with DPIRDenoise, the 1st frame is a black frame. RE: Only 360 Frames Out of 2119 Are Being Processed - Selur - 17.12.2024 Quote:Does the Vapoursynth Preview show all frames? ![]() Note, that if you change the version you also need to change the addons. RE: Only 360 Frames Out of 2119 Are Being Processed - renarchi - 17.12.2024 Yes, I can see all the frames. I have no idea what it is, but the frame I named 2119 shows as 2118 in the preview. Quote:Note, that if you change the version you also need to change the addons.sorry i forget it RE: Only 360 Frames Out of 2119 Are Being Processed - Selur - 17.12.2024 okay, What output do you get if you call: "C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" --info -c y4m "D:\test\encodingTempSynthSkript_2024-12-17@22_34_52_7510_0.vpy" NUL "C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" --progress -c y4m "D:\test\encodingTempSynthSkript_2024-12-17@22_34_52_7510_0.vpy" NUL Quote:When I output with “DPIRDenoise” I got 360 frames and when I use “FastLineDarken” I got 391, which is quite weird. btw when I output with DPIRDenoise, the 1st frame is a black frame.That sounds like something is hindering the gpu processing,.. I assume you are at that computer and not accessing it remotely, correct? (just making sure there isn't vnc or similar running) Got any gpu related tools running? Is your gpu over- or underclocked? (if it is change to the stock clocking and try again) What drivers are you using ? (I'm using NVIDIA Studio-Drivers - WHQL, version: 566.36) Cu Selur Ps.: Quote:the frame I named 2119 shows as 2118 in the preview.That is correct, since the frame count in python starts as 0 not 1 so frame 2119 is at index 2118. ![]() RE: Only 360 Frames Out of 2119 Are Being Processed - renarchi - 17.12.2024 Quote:What output do you get if you call:I don't know if I have to call it from cmd, but if I have to call it from cmd, I get the following error; Script evaluation failed: Quote:Do all frames get processed when calling:i got this; No output file specified Quote:That sounds like something is hindering the gpu processing,..Yes im on pc right now Any tool related to gpu is not working My gpu runs on stock settings I use Nvidia Game Drivers - WHQL, version 566.14 (I'll need to update) RE: Only 360 Frames Out of 2119 Are Being Processed - Selur - 17.12.2024 Ah,.. right the Vapoursynth file got deleted at the end of the job. ![]() So those calls will not work, but since the Vapoursynth Preview worked, the decoding should not be the problem. Like I wrote it's likely either a driver issue or something is interfering. Also try rebooting your system and running the job again to see whether it stops at the same position. |