Re: [FFmpeg-devel] [PATCH 07/14] lavfi/vf_overlay: use framesync2 options.

2017-08-05 Thread Nicolas George
L'octidi 18 thermidor, an CCXXV, Michael Niedermayer a écrit : > The documentation says > @section overlay > [...] > @table @option > @item x > @item y > [...] > @item eof_action > > Thats the order used in the example Yes. But it does not work like that for all the options. So basically, you gue

Re: [FFmpeg-devel] [PATCH 07/14] lavfi/vf_overlay: use framesync2 options.

2017-08-05 Thread Nicolas George
Le septidi 17 thermidor, an CCXXV, Paul B Mahol a écrit : > Also what about to porting one of simple filter(just filter_frame > call) to activate API, > i can not do it myself unless someone show me how. Now that the new design has proved to work, rewriting doc/filter_design.txt is near the top of

Re: [FFmpeg-devel] [PATCH 07/14] lavfi/vf_overlay: use framesync2 options.

2017-08-04 Thread Michael Niedermayer
On Wed, Aug 02, 2017 at 08:06:37AM +0200, Nicolas George wrote: > Le quintidi 15 thermidor, an CCXXV, Michael Niedermayer a écrit : > > removing these elements causes command lines using them to fail > > for example: > > > > ./ffmpeg -i matrixbench_mpeg2.mpg -i lena.pnm -filter_complex > > 'overl

Re: [FFmpeg-devel] [PATCH 07/14] lavfi/vf_overlay: use framesync2 options.

2017-08-04 Thread Paul B Mahol
On 8/4/17, Paul B Mahol wrote: > On 8/2/17, Nicolas George wrote: >> Le quintidi 15 thermidor, an CCXXV, Michael Niedermayer a écrit : >>> removing these elements causes command lines using them to fail >>> for example: >>> >>> ./ffmpeg -i matrixbench_mpeg2.mpg -i lena.pnm -filter_complex >>> 'ov

Re: [FFmpeg-devel] [PATCH 07/14] lavfi/vf_overlay: use framesync2 options.

2017-08-04 Thread Paul B Mahol
On 8/2/17, Nicolas George wrote: > Le quintidi 15 thermidor, an CCXXV, Michael Niedermayer a écrit : >> removing these elements causes command lines using them to fail >> for example: >> >> ./ffmpeg -i matrixbench_mpeg2.mpg -i lena.pnm -filter_complex >> 'overlay=10:main_h-overlay_h-10:pass' -qsca

Re: [FFmpeg-devel] [PATCH 07/14] lavfi/vf_overlay: use framesync2 options.

2017-08-01 Thread Nicolas George
Le quintidi 15 thermidor, an CCXXV, Michael Niedermayer a écrit : > removing these elements causes command lines using them to fail > for example: > > ./ffmpeg -i matrixbench_mpeg2.mpg -i lena.pnm -filter_complex > 'overlay=10:main_h-overlay_h-10:pass' -qscale 2 -t 1 file.avi Oh, the shorthand n

Re: [FFmpeg-devel] [PATCH 07/14] lavfi/vf_overlay: use framesync2 options.

2017-08-01 Thread Michael Niedermayer
On Mon, Jul 31, 2017 at 02:02:20PM +0200, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavfilter/vf_overlay.c | 45 - > 1 file changed, 4 insertions(+), 41 deletions(-) > > diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overl

[FFmpeg-devel] [PATCH 07/14] lavfi/vf_overlay: use framesync2 options.

2017-07-31 Thread Nicolas George
Signed-off-by: Nicolas George --- libavfilter/vf_overlay.c | 45 - 1 file changed, 4 insertions(+), 41 deletions(-) diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c index c1d2a21c05..512df87630 100644 --- a/libavfilter/vf_overlay.c +++