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
> 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
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
***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
@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
@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
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