Hi bud
If it says it doesn’t exist, maybe you don’t have ffmpeg installed in your machine?
sudo add-apt-repository ppa:jonathonf/ffmpeg-4
then
sudo apt install ffmpeg
check if it installed successfully: ffmpeg -version
If it doesn’t work, try to start a new project following this topic. I too had this issue and fixed it: