Re: [FFmpeg-devel] [PATCH] lavfi/perspective: Add basic timeline editing.

2016-04-17 Thread Thilo Borgmann
Am 12.04.16 um 11:51 schrieb Thilo Borgmann: > Am 11.04.16 um 04:34 schrieb Michael Niedermayer: >> On Sun, Apr 10, 2016 at 06:33:47PM +0200, Thilo Borgmann wrote: >>> Hi, >>> >>> basically adding number of input/output frames in expression evaluation >>> for perspective transform coordinates. >>>

Re: [FFmpeg-devel] [PATCH] lavfi/perspective: Add basic timeline editing.

2016-04-12 Thread Thilo Borgmann
Am 11.04.16 um 04:34 schrieb Michael Niedermayer: > On Sun, Apr 10, 2016 at 06:33:47PM +0200, Thilo Borgmann wrote: >> Hi, >> >> basically adding number of input/output frames in expression evaluation >> for perspective transform coordinates. >> >> -Thilo > >> doc/filters.texi | 19

Re: [FFmpeg-devel] [PATCH] lavfi/perspective: Add basic timeline editing.

2016-04-11 Thread Moritz Barsnick
On Mon, Apr 11, 2016 at 12:30:26 +0200, Thilo Borgmann wrote: > > Please add (somewhere) that this is the default. > This is already in: Oh darn, sorry. I apparently checked above and inline. Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] lavfi/perspective: Add basic timeline editing.

2016-04-11 Thread Thilo Borgmann
Am 11.04.16 um 12:13 schrieb Moritz Barsnick: > On Sun, Apr 10, 2016 at 18:33:47 +0200, Thilo Borgmann wrote: >> +It accepts the following values: >> +@table @samp >> +@item init >> +only evaluate expressions once during the filter initialization or >> +when a command is processed > > Please add (

Re: [FFmpeg-devel] [PATCH] lavfi/perspective: Add basic timeline editing.

2016-04-11 Thread Moritz Barsnick
On Sun, Apr 10, 2016 at 18:33:47 +0200, Thilo Borgmann wrote: > +It accepts the following values: > +@table @samp > +@item init > +only evaluate expressions once during the filter initialization or > +when a command is processed Please add (somewhere) that this is the default. Moritz

Re: [FFmpeg-devel] [PATCH] lavfi/perspective: Add basic timeline editing.

2016-04-10 Thread Michael Niedermayer
On Sun, Apr 10, 2016 at 06:33:47PM +0200, Thilo Borgmann wrote: > Hi, > > basically adding number of input/output frames in expression evaluation > for perspective transform coordinates. > > -Thilo > doc/filters.texi | 19 + > libavfilter/vf_perspective.c | 82 > +++