Temp first noisy frames fix

#25
by 100thape - opened

temporary fix on i2v and t2v noisy starting frames. You can skip the first 3 frames by adding a split images node before your save image node. just set the split index to 3. Image-A will be the skipped frames and Image-B will be the remaining frames that you want to save.

Also noting that "Select Images" (from VideoHelperSuite) works with an index of "5:-1", which means pick frames 5 until the end. Feel free to use a different count than 5 depending on how many frames you need to discard.

Sign up or log in to comment