On Mon, Aug 03, 2015 at 12:06:20 +0100, MrNice wrote:
> > [NULL @ 0x3142b80] Requested output format 'sdl' is not a suitable output 
> > format
> > SDL output: Invalid argument

This means you don't have the "sdl" output device.

> > SDL is installed. Do I need to compile with a SDL option? or there is
> > another output format?
> What is the compile option?

No special option. You need to have the development libraries for SDL
installed.
On RedHat-type Linux distributions: SDL-devel (in addition to SDL).
On Debian-type distributions such as Ubuntu: libsdl1.2-dev (in addition to 
libsdl1.2).

A nice check: If you had SDL installed correctly, ffplay would have
been built as well. (SDL is the only extra dependency ffplay has.)

Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to