Vikram Vishwakarma
Vikram Vishwakarma
**Is your feature request related to a problem? Please describe.** I am using the python pytube and i use YouTube.streams.filter(mime_type="video/mp4") to get list of video Stream objects but when i...
#### CODE ``` from moviepy import VideoFileClip clip = VideoFileClip("./path") clip = clip.set_duration("00:00:10") clip.write_videofile("./path/newvideo.mp4") ``` #### THE PROBLEM while cutting a video by using set_duration method in moviepy, i specified...
Can you update this library to the latest version of python ? doesn't work with higher python versions