Re: [FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-03-02 Thread Michael Niedermayer
On Thu, Mar 02, 2017 at 03:35:08PM +0100, Tobias Rapp wrote: > On 02.03.2017 03:27, Michael Niedermayer wrote: > >On Mon, Feb 27, 2017 at 09:50:31AM +0100, Tobias Rapp wrote: > >>On 26.02.2017 16:09, Michael Niedermayer wrote: > >>>On Mon, Feb 20, 2017 at 04:05:00PM +0100, Tobias Rapp wrote: >

Re: [FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-03-02 Thread Tobias Rapp
On 02.03.2017 03:27, Michael Niedermayer wrote: On Mon, Feb 27, 2017 at 09:50:31AM +0100, Tobias Rapp wrote: On 26.02.2017 16:09, Michael Niedermayer wrote: On Mon, Feb 20, 2017 at 04:05:00PM +0100, Tobias Rapp wrote: On 20.02.2017 15:09, Mark Thompson wrote: On 06/02/17 12:33, Tobias Rapp

Re: [FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-03-01 Thread Michael Niedermayer
On Mon, Feb 27, 2017 at 09:50:31AM +0100, Tobias Rapp wrote: > On 26.02.2017 16:09, Michael Niedermayer wrote: > >On Mon, Feb 20, 2017 at 04:05:00PM +0100, Tobias Rapp wrote: > >>On 20.02.2017 15:09, Mark Thompson wrote: > >>>On 06/02/17 12:33, Tobias Rapp wrote: > Sets framerate field in

Re: [FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-02-27 Thread Tobias Rapp
On 26.02.2017 16:09, Michael Niedermayer wrote: On Mon, Feb 20, 2017 at 04:05:00PM +0100, Tobias Rapp wrote: On 20.02.2017 15:09, Mark Thompson wrote: On 06/02/17 12:33, Tobias Rapp wrote: Sets framerate field in output codec context if explicitly specified on the command-line.

Re: [FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-02-26 Thread Michael Niedermayer
On Mon, Feb 20, 2017 at 04:05:00PM +0100, Tobias Rapp wrote: > On 20.02.2017 15:09, Mark Thompson wrote: > >On 06/02/17 12:33, Tobias Rapp wrote: > >>Sets framerate field in output codec context if explicitly specified on > >>the command-line. > >> > >>Signed-off-by: Tobias Rapp

Re: [FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-02-20 Thread Tobias Rapp
On 20.02.2017 15:09, Mark Thompson wrote: On 06/02/17 12:33, Tobias Rapp wrote: Sets framerate field in output codec context if explicitly specified on the command-line. Signed-off-by: Tobias Rapp --- ffmpeg_opt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-02-20 Thread Mark Thompson
On 06/02/17 12:33, Tobias Rapp wrote: > Sets framerate field in output codec context if explicitly specified on > the command-line. > > Signed-off-by: Tobias Rapp > --- > ffmpeg_opt.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c

Re: [FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-02-20 Thread Tobias Rapp
On 13.02.2017 08:51, Tobias Rapp wrote: On 06.02.2017 13:33, Tobias Rapp wrote: Sets framerate field in output codec context if explicitly specified on the command-line. Signed-off-by: Tobias Rapp --- ffmpeg_opt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-02-12 Thread Tobias Rapp
On 06.02.2017 13:33, Tobias Rapp wrote: Sets framerate field in output codec context if explicitly specified on the command-line. Signed-off-by: Tobias Rapp --- ffmpeg_opt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index

[FFmpeg-devel] [PATCH v2 1/3] ffmpeg_opt: pass output framerate as a hint to the encoder

2017-02-06 Thread Tobias Rapp
Sets framerate field in output codec context if explicitly specified on the command-line. Signed-off-by: Tobias Rapp --- ffmpeg_opt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 6a47d32..3b532da 100644 --- a/ffmpeg_opt.c +++