How to Display or Preview Video Using moviepy #2537
Unanswered
Sohanmaali
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I preview or display a video in MoviePy? I want to understand the proper methods and code needed to show a clip while working with it.
This is a part of my code
from moviepy import VideoFileClip
input_video = "video.mp4"
video = VideoFileClip(input_video)
Beta Was this translation helpful? Give feedback.
All reactions