Skip to content

Instantly share code, notes, and snippets.

@samirsaci
Created November 1, 2022 14:07
Show Gist options
  • Save samirsaci/5a10bd5a3c54ce3160ea2bee631cc334 to your computer and use it in GitHub Desktop.
Save samirsaci/5a10bd5a3c54ce3160ea2bee631cc334 to your computer and use it in GitHub Desktop.
Automate Video Editing - Stacking Lag
# 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