ffmpex v0.2.0 FFprobe

Execute ffprobe CLI commands.

ffprobe is a simple multimedia streams analyzer. You can use it to output all kinds of information about an input including duration, frame rate, frame size, etc. It is also useful for gathering specific information about an input to be used in a script.

(from https://trac.ffmpeg.org/wiki/FFprobeTips)

Summary

Functions

Get the duration in seconds, as a float. If no duration (e.g., a still image), returns :no_duration

Functions

duration(file_path)

Get the duration in seconds, as a float. If no duration (e.g., a still image), returns :no_duration