![]() |
Render Visible every Nth frame; Alpha the rest? - 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: Render Visible every Nth frame; Alpha the rest? (/thread-3894.html) |
Render Visible every Nth frame; Alpha the rest? - PizzaTime - 04.10.2024 Hello, Is there a way I could take a clip and re-encode the whole video again, but make everything except every Nth frame transparent? This would be helpful for a clip I'm working with. As I would use it to overlay over the original clip and edit from there. RE: Render Visible every Nth frame; Alpha the rest? - Selur - 04.10.2024 Hybrid does not support encoding to any format that support an alpha channel. + I never needed this, so I have no clue how I would even go at it. ![]() Vapoursynth has support for alpha channels, but I have never really tried using them. So I got no idea how I would even do this. ![]() Cu Selur Ps.: When writing a script to combine two clips like you want, I would probably use animate and Overlay. RE: Render Visible every Nth frame; Alpha the rest? - PizzaTime - 05.10.2024 (04.10.2024, 07:07)Selur Wrote: Hybrid does not support encoding to any format that support an alpha channel. Okay. Thanks for the info, Selur! |