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)
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)