Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread Christian Ebert
* Ricardo Kleemann on Monday, August 03, 2015 at 10:57:01 -0700 > Thanks everyone for the follow-ups. Does anyone know if SDL also works on > OSX, yes > or what would be the equivalent? For this specific purpose (ffmpeg output device) there is no equivalent as far as I know. But I haven't looked

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread Ricardo Kleemann
Thanks everyone for the follow-ups. Does anyone know if SDL also works on OSX, or what would be the equivalent? On Mon, Aug 3, 2015 at 8:11 AM, MrNice wrote: > > > On 03/08/15 14:35, Christian Ebert wrote: > > * MrNice on Monday, August 03, 2015 at 12:06:20 +0100 > >> Obviously I don't have SDL

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread MrNice
On 03/08/15 14:35, Christian Ebert wrote: > * MrNice on Monday, August 03, 2015 at 12:06:20 +0100 >> Obviously I don't have SDL output: >> >> ./ffmpeg -formats | grep SDL > > ffmpeg -devices > > narrows it down better for this purpose imho. > Thanks Moritz and Christian I installed SDL-devel

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread Christian Ebert
* MrNice on Monday, August 03, 2015 at 12:06:20 +0100 > Obviously I don't have SDL output: > > ./ffmpeg -formats | grep SDL ffmpeg -devices narrows it down better for this purpose imho. -- \black\trash movie _SAME TIME SAME PLACE_ New York, in the summer of 2001 --->> http

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread Moritz Barsnick
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 ther

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread MrNice
On 03/08/15 11:49, MrNice wrote: > > > On 03/08/15 09:23, Christian Ebert wrote: >> * Moritz Barsnick on Monday, August 03, 2015 at 09:48:20 +0200 >>> On Sun, Aug 02, 2015 at 17:51:39 -0700, Ricardo Kleemann wrote: Good point, how would I display ffmpeg on OS X? I’m not quite sure what

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread MrNice
On 03/08/15 09:23, Christian Ebert wrote: > * Moritz Barsnick on Monday, August 03, 2015 at 09:48:20 +0200 >> On Sun, Aug 02, 2015 at 17:51:39 -0700, Ricardo Kleemann wrote: >>> Good point, how would I display ffmpeg on OS X? I’m not quite sure >>> what the output device would be? >> >> The outpu

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread Christian Ebert
* Moritz Barsnick on Monday, August 03, 2015 at 09:48:20 +0200 > On Sun, Aug 02, 2015 at 17:51:39 -0700, Ricardo Kleemann wrote: >> Good point, how would I display ffmpeg on OS X? I’m not quite sure >> what the output device would be? > > The output device "sdl" is the first that comes to mind. >

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-03 Thread Moritz Barsnick
On Sun, Aug 02, 2015 at 17:51:39 -0700, Ricardo Kleemann wrote: > Good point, how would I display ffmpeg on OS X? I’m not quite sure > what the output device would be? The output device "sdl" is the first that comes to mind. $ ffmpeg -i $infile -f sdl "SDL output" and you can add another output,

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-02 Thread Ricardo Kleemann
Hi Carl, > On Aug 2, 2015, at 10:08 AM, Carl Eugen Hoyos wrote: > > Ricardo Kleemann americasnet.com> writes: > >> I know I can do more than one output but is it >> possible to use ffplay in conjunction with that? >> >> I believe it’s possible to pipe ffmpeg output to >> ffplay, but what a

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-02 Thread Dave Rice
> On Aug 2, 2015, at 1:08 PM, Carl Eugen Hoyos wrote: > > Ricardo Kleemann americasnet.com> writes: > >> I know I can do more than one output but is it >> possible to use ffplay in conjunction with that? >> >> I believe it’s possible to pipe ffmpeg output to >> ffplay, but what about doing

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-02 Thread Carl Eugen Hoyos
Ricardo Kleemann americasnet.com> writes: > I know I can do more than one output but is it > possible to use ffplay in conjunction with that? > > I believe it’s possible to pipe ffmpeg output to > ffplay, but what about doing ffplay as well as > streaming? ffmpeg (the application) allows to

[FFmpeg-user] ffmpeg and multiple outputs

2015-08-01 Thread Ricardo Kleemann
Hi, I know I can do more than one output but is it possible to use ffplay in conjunction with that? I believe it’s possible to pipe ffmpeg output to ffplay, but what about doing ffplay as well as streaming? I’d like to use ffplay as a monitor of what I’m grabbing with ffmpeg, but then also ne