1

I'd like to get the length of a input video using python and ffmpeg. I don't want to use subprocess. I'm getting a video using:

input_video = ffmpeg.input(videopath)
Rik02
  • 36
  • 4
  • In case you mean video duration, I think [this](https://stackoverflow.com/questions/3844430/how-to-get-the-duration-of-a-video-in-python) post summarizes your options. – Rotem Apr 29 '21 at 19:07

0 Answers0