You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @AustinMroz I have a question regarding the "skip_first_frames" functionality in the VHS plugin.
Is it possible to use this option to skip the initial frames and continue processing or merging an already existing video file (e.g., resuming work on the same file after an interruption, such as a power outage)? Specifically, I want to avoid creating a new file and instead modify or continue processing the previously created one.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
There is no existing functionality to append to an existing video file, no. In the case of a power outage specifically, there's a good chance that has incomplete data at the end that would make appending impossible and require.
If the number of frames you are working with is on the moderate end (<500ish), you can use the partial file as an input to a load video as bellow, but this will probably be very heavy on RAM usage.
Your best option is likely to use skip_first_frames past the part you do have to produce a second output video and combine the two video files manually.
Thank you so much for the clarification! I ended up going with option #2 by leveraging MediaInfo and FFmpeg binaries. It worked really well and was fast - processing a 5-minute video took only about a second.
Would it be possible to add a toggle/feature that checks the input (source) video frames and compares them to the output? If the output has fewer frames than the source, it could continue processing automatically. I primarily use VHS nodes for 8K video upscaling in the cloud via API and also ComfyUI-to-Python-Extension, and such a feature would be incredibly helpful!
Hi @AustinMroz I have a question regarding the "skip_first_frames" functionality in the VHS plugin.
Is it possible to use this option to skip the initial frames and continue processing or merging an already existing video file (e.g., resuming work on the same file after an interruption, such as a power outage)? Specifically, I want to avoid creating a new file and instead modify or continue processing the previously created one.
Thank you for your help!
The text was updated successfully, but these errors were encountered: