0

I want to insert an audio at a certain time on the video using moviepy.editor, how do I do it?, or do you have another way? please show me.

Examples like this:enter image description here

I was expecting someone to answer me, because I searched for a long time but couldn't.

1 Answers1

0

you could use this : clip.set_audio(CompositeAudioClip([audioclip.set_start(3)])) and start your audio wherever you want

Nvcao
  • 1