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.
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
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
2024.12.17 - 22:35:07_Windows 10 Version 22H2 (64bit)_2024.11.23.1 - level 9: process finished with exitcode: 0 and exitStatus: 0
Does the Vapoursynth Preview show all frames?
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 completes
That 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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Quote:Does the Vapoursynth Preview show all frames? 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.
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.
? (if they do, then something is interfering with the piping, if not something is interfering with the processing of the Vapoursynth script.)
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.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Quote: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
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:
File reading exception:
[Errno 2] No such file or directory: 'D:\\test\\encodingTempSynthSkript_2024-12-17@22_34_52_7510_0.vpy'
Quote: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)
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)
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.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.