Re: [Mlt-devel] Limiting consumer avformat output frames

2014-05-01 Thread Dan Dennedy
On Thu, May 1, 2014 at 1:42 PM, James N. hart < james.h...@schneider-electric.com> wrote: > Thanks for the response Dan, see inline. > > > On 4/30/2014 11:55 AM, Dan Dennedy wrote: > > On Wed, Apr 30, 2014 at 10:19 AM, Dan Dennedy wrote: > >> Why not simple math? >> 200 - 120 = 80 >> qmelt 1.m

Re: [Mlt-devel] Limiting consumer avformat output frames

2014-05-01 Thread James N. hart
Thanks for the response Dan, see inline. On 4/30/2014 11:55 AM, Dan Dennedy wrote: On Wed, Apr 30, 2014 at 10:19 AM, Dan Dennedy > wrote: Why not simple math? 200 - 120 = 80 qmelt 1.mov out=80 -blank 120 -consumer ... yields, actually, 202 frames because

Re: [Mlt-devel] Limiting consumer avformat output frames

2014-04-30 Thread Dan Dennedy
On Wed, Apr 30, 2014 at 10:19 AM, Dan Dennedy wrote: > On Wed, Apr 30, 2014 at 9:47 AM, James N. Hart < > james.h...@schneider-electric.com> wrote: > >> Hello everyone, I would like to limit the number of frames that are output >> by the avformat consumer no matter how many frames are produced. >

Re: [Mlt-devel] Limiting consumer avformat output frames

2014-04-30 Thread Dan Dennedy
On Wed, Apr 30, 2014 at 9:47 AM, James N. Hart < james.h...@schneider-electric.com> wrote: > Hello everyone, I would like to limit the number of frames that are output > by the avformat consumer no matter how many frames are produced. > > At the moment, I can only use the command line (q)melt. Th

[Mlt-devel] Limiting consumer avformat output frames

2014-04-30 Thread James N. Hart
Hello everyone, I would like to limit the number of frames that are output by the avformat consumer no matter how many frames are produced. At the moment, I can only use the command line (q)melt. This problem would be easier using the libraries directly, but that isn't an option at this time. I'