Skip to content

Instantly share code, notes, and snippets.

@samirsaci
Created November 1, 2022 13:44
Show Gist options
  • Save samirsaci/ac422f7ccc0f83bacf52709d6b410e3c to your computer and use it in GitHub Desktop.
Save samirsaci/ac422f7ccc0f83bacf52709d6b410e3c to your computer and use it in GitHub Desktop.
Automate Video Editing - Mute
# Remove the sound
video_unload2 = video_unload1.volumex(0)
video_unload2.write_videofile("step_1_mute.mp4", fps=25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment