[Mlt-devel] conflicting profiles issue

2011-06-21 Thread j-b-m
Hi. There is a problem with profiles in current MLT. When playing an xml (.mlt) file, the profile inside the xml messes up the active MLT profile (at least the aspect ratio is broken) To reproduce: create a simple HD .mlt file, for example: melt -profile atsc_1080i_50 colour:red in=0 out=50

Re: [Mlt-devel] conflicting profiles issue

2011-06-21 Thread Dan Dennedy
On Tue, Jun 21, 2011 at 10:20 AM, j-b-m j-...@users.sourceforge.net wrote: Hi. There is a problem with profiles in current MLT. When playing an xml (.mlt) file, the profile inside the xml messes up the active MLT profile (at least the aspect ratio is broken) To reproduce: create a simple

[Mlt-devel] Git: Fix xml producer overwriting explicit profile.

2011-06-21 Thread Dan Dennedy
src/modules/core/producer_consumer.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) New commits: commit 38c44f896c15ffbd9646b4a6abd68a0d3f0f1597 Author: Dan Dennedy d...@dennedy.org Date: Tue Jun 21 20:41:01 2011 -0700 Fix xml producer overwriting explicit profile.

Re: [Mlt-devel] conflicting profiles issue

2011-06-21 Thread Dan Dennedy
On Tue, Jun 21, 2011 at 11:18 AM, j-b-m j-...@users.sourceforge.net wrote: On Tuesday 21 June 2011 19:32:02 Dan Dennedy wrote: melt -profile dv_pal test.mlt colour:blue Expected behaviour: we should first see a letterboxed 16:9 red clip, then a blue clip with normal 4:3 PAL ratio.

[Mlt-devel] Git: Fix regression on avdevice.

2011-06-21 Thread Dan Dennedy
src/modules/avformat/producer_avformat.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) New commits: commit eb35855bf69113c80cc127788bb22e089ce0 Author: Dan Dennedy d...@dennedy.org Date: Tue Jun 21 21:34:28 2011 -0700 Fix regression on avdevice. When using

[Mlt-devel] Git: Make sure avformat consumer closes all mlt_frames.

2011-06-21 Thread Dan Dennedy
src/modules/avformat/consumer_avformat.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) New commits: commit 49051c31a9887b96e6868449fd544b237c9943ae Author: Dan Dennedy d...@dennedy.org Date: Tue Jun 21 21:55:49 2011 -0700 Make sure avformat consumer closes all mlt_frames.