module

FFMPEG

Class methods

ffmpeg_binary

Get the path to the ffmpeg binary, defaulting to 'ffmpeg'

Source
ffmpeg_binary=(bin)

Set the path of the ffmpeg binary. Can be useful if you need to specify a path such as /usr/local/bin/ffmpeg

Source
ffprobe_binary

Get the path to the ffprobe binary, defaulting to 'ffprobe'

Source
ffprobe_binary=(bin)

Set the path of the ffprobe binary. Can be useful if you need to specify a path such as /usr/local/bin/ffprobe

Source
which(cmd)

Cross-platform way of finding an executable in the $PATH.

Source

Nested types