Re: [Mlt-devel] Extracting the audio data

2011-10-03 Thread Dan Dennedy
On Mon, Oct 3, 2011 at 10:11 PM, bettinger cédric wrote: > Thank you, > Finaly I initialized my variables, and tried to do what's in the code of > kdenlive. But I don't really understand it. My goal is to get an array of > data that could let my draw an audio signal like we can see in kdenlive or

Re: [Mlt-devel] Documentation Update

2011-10-03 Thread Dan Dennedy
On Mon, Oct 3, 2011 at 8:41 PM, Brian Matherly wrote: >>>  I also have a patch for your consideration to remove docs/TODO, > >> docs/policies.txt, docs/services.txt - since all that information is now >> available on the web site. >>> >> >> What do you think we should do about framework.txt, melt.

Re: [Mlt-devel] Documentation Update

2011-10-03 Thread Brian Matherly
>> I also have a patch for your consideration to remove docs/TODO, > docs/policies.txt, docs/services.txt - since all that information is now > available on the web site. >> > > What do you think we should do about framework.txt, melt.txt, > mlt++.txt, and mlt-xml.txt? For starters, we should

Re: [Mlt-devel] Documentation Update

2011-10-03 Thread Dan Dennedy
On Sun, Oct 2, 2011 at 8:22 PM, Brian Matherly wrote: > Dan, > > I created two new topics on the Wiki: > http://www.mltframework.org/twiki/bin/view/MLT/CodingStyleGuide > http://www.mltframework.org/twiki/bin/view/MLT/CopyrightPolicy > > Those two pages contain all the relevant content from docs/p

[Mlt-devel] Git: Fix framebuffer producer in property (3417991)

2011-10-03 Thread Dan Dennedy
src/modules/kdenlive/producer_framebuffer.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) New commits: commit 7e11359109879898f215917f84441dd78d92c743 Author: j-b-m Date: Mon Oct 3 19:54:21 2011 -0700 Fix framebuffer producer in property (3417991)

[Mlt-devel] [patch] Fix framebuffer producer in

2011-10-03 Thread j-b-m
Hello. Attached patch should fix mlt bug 3417991: http://sourceforge.net/tracker/?func=detail&atid=613414&aid=3417991&group_id=96039 (framebuffer producer ignores "in") regards jb ___ diff --git a/src/modules/kden

Re: [Mlt-devel] Extracting the audio data

2011-10-03 Thread Dan Dennedy
On Sun, Oct 2, 2011 at 9:16 PM, bettinger cédric wrote: > Hello, > I am using Mlt++ and I need to get the audio data of a media content. I > tried that : > > #include > > #include > > int main(int argc, char** argv){ > > Mlt::Factory::init(NULL); > > Mlt::Profile *m_profile = new Mlt::Profile ("

[Mlt-devel] Extracting the audio data

2011-10-03 Thread bettinger cédric
Hello, I am using Mlt++ and I need to get the audio data of a media content. I tried that : #include #include int main*(*int argc*,* char argv*){* Mlt*::*Factory*::*init*(**NULL**);* Mlt*::*Profile ***m_profile *=* *new* Mlt*::*Profile *(*"square_ntsc_wide"* );* Mlt*::*Producer ***p