[Kdenlive-devel] Fwd: Git: Change consumer 'profile' property to 'mlt_profile'
Dan Dennedy
dan at dennedy.org
Tue Jun 7 04:19:39 UTC 2011
I wanted to make sure you know about this change. This only affects
situations where you set the property named "profile" on a consumer -
not other usages of profile. Basically, I think you should try to
avoid setting the profile through a consumer property completely.
Either change the main profile you are supplying or use the "consumer"
producer to cast a project in one profile to another (as long as the
frame rates match).
---------- Forwarded message ----------
From: Dan Dennedy <dan at dennedy.org>
Date: Mon, Jun 6, 2011 at 9:14 PM
Subject: Git: Change consumer 'profile' property to 'mlt_profile'
To: mlt-devel at lists.sourceforge.net
src/framework/mlt_consumer.c | 2 +-
src/modules/avformat/consumer_avformat.yml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit d8a3a5c9190646aae72048f71a39ee7446a3bd45
Author: Dan Dennedy <dan at dennedy.org>
Date: Mon Jun 6 21:14:07 2011 -0700
Change consumer 'profile' property to 'mlt_profile'
libavcodec uses the profile property for aac and libx264.
--
+-DRD-+
More information about the Kdenlive
mailing list