Zsh:Command Not Found ffplay


1 minute read | 2 months ago

When I installed ffmpeg, I wanted to start ffplay, but when I run the command from the terminal, I get the error zsh: command not found: ffplay it turned out that, I needed to install sdl2

brew install sdl2

And reconfigure the installation like shown below:

./configure --enable-ffplay

After doing this, I successfully installed ffmpeg and ffplay