Posts: 122
Threads: 26
Joined: May 2023
this is the debug log:
http://www.wcn.it/debug.txt
i processed others MiniDV clips from the same camera, aquired using winDV application without any issue
Hybrid is used to deinterlace (bottom field) and make a temporal degrain
the clip is 720x576 (PAL) with a PAR of 64x45 ( 16:9 setting from a sony MiniDV recorder that stretch the video to obtain a wide video using the standard 720x576 size)
i don't think this is related to the PAR BTW.
this clip (10 GB) is ending without crashes or other after 4/5 minute of processing
Posts: 10.547
Threads: 57
Joined: May 2017
12.10.2024, 23:24
(This post was last modified: 12.10.2024, 23:24 by Selur.)
Try whether the Vapoursynth Preview does show the whole clip, if not, try whether disabling 'Prefer BestSource' helps.
If it does, and you can share a link to a smaller clip, which allows reproducing the problem, I could send it to the author of BestSource to look into it.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 122
Threads: 26
Joined: May 2023
also in preview the clip is showed long only 4 minutes...
i cutted a piece of the original clip (6 minutes) .. also processed as 4 minutes:
http://www.wcn.it/6.avi
just reinstalled hybrid deleteing everything and the video is correctly displayed (lenght) on preview. trying to degrain rightnow
this need a lot.. because is used only 40% of the cpu... no idea why (usually i can use 85% )
Posts: 10.547
Threads: 57
Joined: May 2017
13.10.2024, 09:53
(This post was last modified: 13.10.2024, 10:07 by Selur.)
Thanks, for the download I can reproduce the problem with BestSource and disabling 'Prefer BestSource' does fix the problem.
=> Will report it to the BestSource author, and hopefully he has time and is willing to fix it. (
reported it)
Quote: this need a lot.. because is used only 40% of the cpu... no idea why (usually i can use 85% )
no clue either only thing that really changed was the preference of BestSource,...
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.547
Threads: 57
Joined: May 2017
Okay, problem found:
You format changes in the file. Vdub2 will barf out warnings about it. I think it's only a few frames so you may be able to cut out a bit around frame 6886 to fix it too.
-> seems like your source is buggy (in theory, I could add an option to set 'variableformat=True' in BestSource, but changing characteristics would just cause problems in later filters.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 38
Threads: 1
Joined: Sep 2024
This is the issue i had, my video is cut out of DVD to cut ads and stuff so maybe thats why it was cutting 10k frames, shouldnt do that anyways spent days troubleshooting just for a simple fix
Posts: 122
Threads: 26
Joined: May 2023
UMh.. this mean that WinDV is creating bugged outputs? never heard about this on last 21 years..
BTW.. for some reason i was able to process correctly the file using a fresh new installation of hybrid
Posts: 254
Threads: 32
Joined: Aug 2022
(14.10.2024, 10:19)Bartoloni Wrote: UMh.. this mean that WinDV is creating bugged outputs? never heard about this on last 21 years..
BTW.. for some reason i was able to process correctly the file using a fresh new installation of hybrid
How long have you been using an AMD CPU?
When did all these problems start?
Posts: 10.547
Threads: 57
Joined: May 2017
Quote:UMh.. this mean that WinDV is creating bugged outputs?
Not sure, what could cause this, but that the format changes inside a file is rather uncommon.
Some formats support it. Like myrsloik wrote, it were only some frames, so this is probably the result of some (smart) cutting where some headers got broken. (could also be some transfer error)
If this happens more often, I can add an option to enable the support for 'variableformat=True', but like I wrote that probably will cause problems later, since Hybrid and most filters assume that the input has a constant format (color space, sampling, matrix,..).
I expect something like this to potentially happen with transport stream captures (resolution, audio count, etc. can change in transport streams), with other stuff content it's really rare and Hybrid will not handle it properly.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.