Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.07k stars 1.51k forks source link

I cut 1800 seconds of audio, but the result is 1846 seconds. Why is this happening? How can I solve this problem? #2193

Open Test-Jim opened 3 weeks ago

Test-Jim commented 3 weeks ago

image

my_audio_clip.subclip(1, 1800)

I cut 1800 seconds of audio, but the result is 1846 seconds. Why is this happening? How can I solve this problem?