Re: [Mlt-devel] [SDL] how to send video and audio to appropriate hdmi port?

2012-02-22 Thread Federico Allegretti
you are very kind Dan. as usual I was trying to obtain the best spending none ;-) maybe I had to surrender and obtain a decklinck studio (that has everything i need), but still i wonder if i can use more decklink cards on the same machine and address each of them by mlt framework tools

[Mlt-devel] my test script broke - mp4 = no streams

2012-02-22 Thread Carl Karsten
The test script I run every so often is now failing, even though I think the same thing worked in production. I'll put some effort into reconciling the diffrences, but maybe someone can point out a problem with the melt command that seems to be failing. melt built using

Re: [Mlt-devel] my test script broke - mp4 = no streams

2012-02-22 Thread Dan Dennedy
On Wed, Feb 22, 2012 at 11:23 AM, Carl Karsten c...@personnelware.com wrote: The test script I run every so often is now failing, even though I think the same thing worked in production.  I'll put some effort into reconciling the diffrences, but maybe someone can point out a problem with the

[Mlt-devel] Git: add meta.media.codec.width and .height

2012-02-22 Thread Dan Dennedy
src/modules/avformat/producer_avformat.c |4 src/modules/decklink/producer_decklink.cpp |3 ++- src/modules/decklink/producer_decklink.yml |9 + 3 files changed, 15 insertions(+), 1 deletions(-) New commits: commit 7b860516489e251212ff7b4f404707f418cf1952 Author: Dan

Re: [Mlt-devel] [PATCH] allow start decklink producer from pause

2012-02-22 Thread Dan Dennedy
On Mon, Feb 20, 2012 at 3:04 PM, Dan Dennedy d...@dennedy.org wrote: 2012/2/20 Maksym Veremeyenko ve...@m1stereo.tv: Hi, because of decklink board has no native EE mode for monitoring signal passthrow it only chance to start recording from proper position is pausing producer. attached patch