Re: [FFmpeg-devel] Modified force_key_frames option to accept frame numbers

2014-11-22 Thread Sylvester Zaluga
CCXXIII, Sylvester Zaluga a écrit : > ***Sending again, this time with diff*** Better use git format-patch (or git send-email), so that you have authorship and date information. > Attached a patch which allows for passing in frame numbers > at which key frames should be forced. > > Th

Re: [FFmpeg-devel] Modified force_key_frames option to accept frame numbers

2014-11-16 Thread Sylvester Zaluga
> From: l...@lrcd.com > To: ffmpeg-devel@ffmpeg.org > Date: Sun, 9 Nov 2014 23:12:28 -0900 > Subject: Re: [FFmpeg-devel] Modified force_key_frames option to accept frame > numbers > > Hi, > > On Sun, Nov 9, 2014, at 02:42 PM, Sylvester Zaluga wrote: > > ***Sending again

Re: [FFmpeg-devel] Modified force_key_frames option to accept frame numbers

2014-11-16 Thread Sylvester Zaluga
Thank you for your reply. > Date: Mon, 10 Nov 2014 14:18:25 +0100 > From: geo...@nsup.org > To: ffmpeg-devel@ffmpeg.org > CC: sylwek...@outlook.com > Subject: Re: [FFmpeg-devel] Modified force_key_frames option to accept frame > numbers > > Le nonidi 19 brumaire, an CCX

[FFmpeg-devel] Modified force_key_frames option to accept frame numbers

2014-11-10 Thread Sylvester Zaluga
***Sending again, this time with diff*** Attached a patch which allows for passing in frame numbers at which key frames should be forced. The current modes in which force_key_frames operate are: * force_key_frames 1,2,3,4,5 - parameter is interpreted as timestamps * force_key_frames expr:gte(t

[FFmpeg-devel] [PATCH] Modified force_key_frames command line option to accept frame numbers

2014-11-10 Thread Sylvester Zaluga
@item -force_key_frames[:@var{stream_specifier}] @var{time}[,@var{time}...] (@emph{output,per-stream}) +@item -force_key_frames[:@var{stream_specifier}] n:@var{number}[,@var{number}...] (@emph{output,per-stream}) @item -force_key_frames[:@var{stream_specifier}] expr:@var{expr} (@emph{output,p

[FFmpeg-devel] [PATCH] Modified force_key_frames command line option to accept frame numbers

2014-11-10 Thread Sylvester Zaluga
@item -force_key_frames[:@var{stream_specifier}] @var{time}[,@var{time}...] (@emph{output,per-stream}) +@item -force_key_frames[:@var{stream_specifier}] n:@var{number}[,@var{number}...] (@emph{output,per-stream}) @item -force_key_frames[:@var{stream_specifier}] expr:@var{expr} (@emph{output,p

[FFmpeg-devel] [PATCH] Modified force_key_frames option to accept frame numbers

2014-11-10 Thread Sylvester Zaluga
Attached a patch which allows for passing in frame numbers at which key frames should be forced. The current modes in which force_key_frames operate are: * force_key_frames 1,2,3,4,5 - parameter is interpreted as timestamps * force_key_frames expr:gte(t,n_forced) - parameter is an expression T