Created
November 1, 2022 14:07
-
-
Save samirsaci/5a10bd5a3c54ce3160ea2bee631cc334 to your computer and use it in GitHub Desktop.
Automate Video Editing - Stacking Lag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Stacking with lag | |
final_clip_lag = clips_array([[video_unload1, video_unload3.set_start(5)], | |
[video_unload5.set_start(10), video_unload6.set_start(15)]]) | |
final_clip_lag = final_clip_lag.volumex(0) | |
final_clip_lag.write_videofile("stack_lag.mp4") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment