How to run FFMPEG executable with Hass.io

Is it possible to run a command line FFMPEG executable in hass.io like:

ffmpeg -y -i rtsp://192.168.0.54:554/onvif1 -ss 0:0:2 -frames 1 1.jpg

Every time I try I get errors like:

/bin/sh: 1: ffmpeg: not found
/bin/sh: 1: -ss: not found

I have ffmpeg: in my config file with no other modifiers.

1 Like

Hi tailtrt,
Did you resolve your issue. I got the same problem.