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
And reconfigure the installation like shown below:
After doing this, I successfully installed ffmpeg and ffplay