Re: [FFmpeg-devel] [PATCH] vf_overlay: Add `timebase` option to set the time base source for the output video.

2016-03-10 Thread Vittorio Gambaletta (VittGam)
On 10/03/2016 19:14:10 CET, Michael Niedermayer wrote: On Tue, Feb 09, 2016 at 09:12:53PM +0100, Paul B Mahol wrote: On 1/20/16, Vittorio Gambaletta (VittGam) wrote: > With this commit it is possible to use vf_overlay to center a video over > a black background, without having to know the video

Re: [FFmpeg-devel] [PATCH] vf_overlay: Add `timebase` option to set the time base source for the output video.

2016-03-10 Thread Michael Niedermayer
On Tue, Feb 09, 2016 at 09:12:53PM +0100, Paul B Mahol wrote: > On 1/20/16, Vittorio Gambaletta (VittGam) wrote: > > With this commit it is possible to use vf_overlay to center a video over > > a black background, without having to know the video framerate in advance > > and set it as parameter to

Re: [FFmpeg-devel] [PATCH] vf_overlay: Add `timebase` option to set the time base source for the output video.

2016-02-09 Thread Paul B Mahol
On 1/20/16, Vittorio Gambaletta (VittGam) wrote: > With this commit it is possible to use vf_overlay to center a video over > a black background, without having to know the video framerate in advance > and set it as parameter to lavfi. > > Signed-off-by: Vittorio Gambaletta > --- > doc/filters.t

[FFmpeg-devel] [PATCH] vf_overlay: Add `timebase` option to set the time base source for the output video.

2016-01-20 Thread Vittorio Gambaletta (VittGam)
With this commit it is possible to use vf_overlay to center a video over a black background, without having to know the video framerate in advance and set it as parameter to lavfi. Signed-off-by: Vittorio Gambaletta --- doc/filters.texi | 14 ++ libavfilter/vf_overlay.c |