[Mlt-devel] [mltframework/mlt] 7a8ceb: Add avfilter.crop to the blacklist.

2016-10-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 7a8ceb59bb6eb64f1e7d7e2029c08d45766058c4 https://github.com/mltframework/mlt/commit/7a8ceb59bb6eb64f1e7d7e2029c08d45766058c4 Author: Dan Dennedy Date: 2016-10-10 (Mon, 10 Oct 2016) Changed paths:

Re: [Mlt-devel] New Website

2016-10-11 Thread Janne Liljeblad
Hi, Haven't been to mltframework.org in a while, so I'm not sure if the changed look is part of this update, but it looks more modern and cleaner then the last time I saw it. Also the sidebar with featured app screenshots gives a quick visual information on what has been achieved using MLT. Seeme

[Mlt-devel] Capture realtime

2016-10-11 Thread Ricardo Jimenez Hurtado
Hello: How can I make in python for the capture from a decklink and playing in another with the less seconds of delay posible. I have this code #!/usr/bin/env python # -*- coding: utf-8 -*- # Import required modules import mlt import time import sys # Start the mlt system mlt.Factory().init( )

Re: [Mlt-devel] Capture realtime

2016-10-11 Thread Dan Dennedy
On Tue, Oct 11, 2016 at 7:21 AM Ricardo Jimenez Hurtado < jimenezhurtadorica...@gmail.com> wrote: > Hello: > > How can I make in python for the capture from a decklink and playing in > another with the less seconds of delay posible. > > I have this code > > #!/usr/bin/env python > # -*- coding: ut

Re: [Mlt-devel] [filter avfilter.crop] Unexpected return format

2016-10-11 Thread Geoffroy Montel
Dear Dan Many thanks for your quick answer. It makes perfectly sense ! I've always used melt native crop, and it's great, but I'm facing a slight issue right now when chaining two native crops. That's why I was starting to test avfilter crop. Anyway, let's share my experiment with chaining two n

Re: [Mlt-devel] [filter avfilter.crop] Unexpected return format

2016-10-11 Thread Dan Dennedy
Multiple instances of crop is simply not supported/possible. On Tue, Oct 11, 2016, 2:20 PM Geoffroy Montel wrote: Dear Dan Many thanks for your quick answer. It makes perfectly sense ! I've always used melt native crop, and it's great, but I'm facing a slight issue right now when chaining two

Re: [Mlt-devel] [filter avfilter.crop] Unexpected return format

2016-10-11 Thread Geoffroy Montel
OK ! I'll crop the images beforehand then ! Thanks, All the best Geoffroy > Le 11 oct. 2016 à 23:24, Dan Dennedy a écrit : > > Multiple instances of crop is simply not supported/possible. > > On Tue, Oct 11, 2016, 2:20 PM Geoffroy Montel > wrote: > Dear Dan > > Many thanks for your quick