[FFmpeg-devel] [PATCH] Add Win32 GDI-based screen grabbing

Calvin Walton calvin.walton at kepstin.ca
Thu Apr 3 23:58:01 CEST 2014


On Thu, 2014-04-03 at 11:22 -0600, Roger Pack wrote:
> On 4/2/14, Michael Niedermayer <michaelni at gmx.at> wrote:
> > On Wed, Apr 02, 2014 at 03:35:40PM -0600, Roger Pack wrote:
> >> On 4/2/14, Michael Niedermayer <michaelni at gmx.at> wrote:
> >> > ok, anyone else interrested in maintaining it ?
> >> > roger ?
> >>
> >> Sure put me in (add a CC rogerdpack at gmail.com to the MAINTAINERS
> >> file--also for dshow the CC...)
> >
> > done
> 
> OK the new gdigrab does configure and compile right.
> I sometimes get this message when using it:
> 
> *** dropping frame 690 from stream 0 at ts 687
> 
> (hint/feature request: it might be nice if messages like that and
> other like it said which *module* was generating the message, similar
> to how other messages are formatted:
> here's a normal message [note it says source]
> [libx264 @ 02698900] 8x8 transform intra:30.6% inter:15.0%)
> Thanks for your efforts here.

That message actually comes from ffmpeg.c (the main file of the ffmpeg
command-line executable) itself - it appears to apply to the entire
stream as a whole rather than any particular module.

I don't know why this message would show up, perhaps gdigrab is
producing frames faster than the output framerate that you are using in
your encoder command line?

-- 
Calvin Walton <calvin.walton at kepstin.ca>



More information about the ffmpeg-devel mailing list