![]() |
[HELP] ReplaceSingle (to replace multi) - 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] ReplaceSingle (to replace multi) (/thread-4084.html) Pages:
1
2
|
RE: ReplaceSingle (to replace multi) - zspeciman - 20.05.2025 Thank you for providing a solution. I was ready to test this, but Hybrid doesn't accept the video anymore. I am on Hybrid_dev_2025.05.18-84550 As soon as I add the video Hybrid exists Will Replaceframe with Duplicate ever become part of Hybrid as you have done with ReplaceMultiple? RE: ReplaceSingle (to replace multi) - Selur - 20.05.2025 Quote:As soon as I add the video Hybrid existsno clue, why Hybrid would close, don't see anything in the debug output. Quote:Will Replaceframe with Duplicate ever become part of Hybrid as you have done with ReplaceMultiple?Maybe, not sure. Cu Selur RE: ReplaceSingle (to replace multi) - Selur - 20.05.2025 btw. for amusement: def duplicateFrames(clip: vs.VideoNode, positions: list[int]) -> vs.VideoNode: clip = duplicateFrames(clip,[7361, 7447]) Cu Selur RE: ReplaceSingle (to replace multi) - zspeciman - 21.05.2025 (19.05.2025, 14:54)Selur Wrote: Do: It works great!!! Thank you for helping. A useful tool, on a wish list to be part of Hybrid someday RE: ReplaceSingle (to replace multi) - Selur - 28.05.2025 Added an DuplicateFrames option to the latest dev. Cu Selur RE: ReplaceSingle (to replace multi) - zspeciman - 29.05.2025 Thank you for adding this feature. There is still a problem. If I put frame 7361 in the field. I get 7361 and a duplicate 7362 (which is perfect), however old bad frame 7362 became new 7363 and old good frame 7363 becomes new frame 7364. The video has one more frame than the original. RE: ReplaceSingle (to replace multi) - Selur - 29.05.2025 Argh, must be a typo somewhere, I'll look at it. RE: ReplaceSingle (to replace multi) - Selur - 29.05.2025 Should be fixed now (udated dev). (small index mistake) Cu Selur |