Posts: 52
Threads: 11
Joined: Nov 2023
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.
Posts: 10.547
Threads: 57
Joined: May 2017
04.10.2024, 07:07
(This post was last modified: 04.10.2024, 14:25 by Selur.)
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.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 52
Threads: 11
Joined: Nov 2023
(04.10.2024, 07:07)Selur Wrote: 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.
Okay. Thanks for the info, Selur!