[FFmpeg-user] MacOSX Output Question

Moritz Barsnick barsnick at gmx.net
Sun Aug 17 23:36:06 CEST 2014


On Sun, Aug 17, 2014 at 13:53:26 -0700, Richard Milewski wrote:
> Apoligies for a noob questsion, but: How do I route ffmpeg output to the screen on MacOSX? 

This doesn't answer your question, but you can consider using ffmpeg's
"sdl" output, which does go to screen:

ffmpeg -i input.mp4 -i logo.png -filter_complex overlay -f sdl dummy

That doesn't have the ffplay features such as keyboard control though.

You might also be able to pipe from ffmpeg to ffplay, but figuring that
out is too complicated for me right now, late at night. :-)

Moritz


More information about the ffmpeg-user mailing list