[FFmpeg-user] MacOSX Output Question

Richard Milewski richard at mozilla.com
Mon Aug 18 01:51:44 CEST 2014


Thanks for the help Mortiz! 

Sadly, that doesn't seem to work on my machine (OSX 10.9.4). It fails with: 

2014-08-17 16:46:07.024 ffmpeg[73888:2b03] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1000) creating CGSWindow on line 263' 

-- Richard 


----- Original Message -----

From: "Moritz Barsnick" <barsnick at gmx.net> 
To: "FFmpeg user discussions" <ffmpeg-user at ffmpeg.org> 
Sent: Sunday, August 17, 2014 2:36:06 PM 
Subject: Re: [FFmpeg-user] MacOSX Output Question 

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 
_______________________________________________ 
ffmpeg-user mailing list 
ffmpeg-user at ffmpeg.org 
http://ffmpeg.org/mailman/listinfo/ffmpeg-user 



More information about the ffmpeg-user mailing list