Re: [FFmpeg-user] FFMPEG producing multiple outputs (one streaming and one snapshot)

2019-09-08 Thread Devin Heitmueller
Hi Thomas, On Sun, Sep 8, 2019 at 9:33 AM Thomas Chen wrote: > > > i am trying to capture video from a camera and produce to two outputs > 1) streaming (h264) > 2) taking periodic snapshot of the image (jpg) > > is this possible ? i read >

[FFmpeg-user] FFMPEG producing multiple outputs (one streaming and one snapshot)

2019-09-08 Thread Thomas Chen
i am trying to capture video from a camera and produce to two outputs 1) streaming (h264) 2) taking periodic snapshot of the image (jpg) is this possible ?   i read https://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs  that ffmpeg can have multiple outputs but i am not sure how to handle

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 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 the output

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 output device sdl

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 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 and

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 wxcvbn2...@iol.ie 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

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 there is

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-02 Thread Carl Eugen Hoyos
Ricardo Kleemann ricardo at 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

Re: [FFmpeg-user] ffmpeg and multiple outputs

2015-08-02 Thread Dave Rice
On Aug 2, 2015, at 1:08 PM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Ricardo Kleemann ricardo at 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

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 ceho...@ag.or.at wrote: Ricardo Kleemann ricardo at 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

[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