Re: [Mlt-devel] AVformat consumer aspect bug

2012-09-24 Thread Dan Dennedy
On Mon, Sep 24, 2012 at 2:44 AM, j-b-m wrote: > Hi. > > There currently is a bug with the "aspect" property of the avformat consumer. > Bug can be reproduced with this simple command: > > melt color:red out=50 -consumer avformat:test.mp4 aspect=1.8 > > The first 2-4 frames of the rendered clip hav

[Mlt-devel] AVformat consumer aspect bug

2012-09-24 Thread j-b-m
Hi. There currently is a bug with the "aspect" property of the avformat consumer. Bug can be reproduced with this simple command: melt color:red out=50 -consumer avformat:test.mp4 aspect=1.8 The first 2-4 frames of the rendered clip have a wrong aspect ratio, the end of the clip is correct. Lo