Re: [Mlt-devel] Adding a producer

2013-04-20 Thread Thomas Vecchione
Ok thanks for the feedback then, I will continue developing my stuff as is in that case. Seablade On Saturday, April 20, 2013, Dan Dennedy wrote: > Yeah, quite simply, MLT is not well suited towards your needs. It > converts all inputs to uncompressed (if not already). It does not > support

Re: [Mlt-devel] Adding a producer

2013-04-19 Thread Dan Dennedy
Yeah, quite simply, MLT is not well suited towards your needs. It converts all inputs to uncompressed (if not already). It does not support the notions of "-vcodec copy" or lossless editing of compressed inputs ("edit without re-encoding by splicing on a keyframe"). It is overkill for something lik

Re: [Mlt-devel] Adding a producer

2013-04-19 Thread Thomas Vecchione
On Fri, Apr 19, 2013 at 8:09 PM, Dan Dennedy wrote: > > Does it? MLT is not really intended to be used for capturing an IP > stream and then relaying it. > > Maybe I am assuming some functionality that isn't there, but since there was, I believe I read, a wrapper around ffmpeg functionality, that

Re: [Mlt-devel] Adding a producer

2013-04-19 Thread Dan Dennedy
On Fri, Apr 19, 2013 at 4:04 PM, Thomas Vecchione wrote: > I am just evaluating at this point, and am far from a professional coder. I > wrote a basic python program to take output from ATEM devices from > Blackmagic Design and record the output and restream via ffmpeg. Then I > discovered this

[Mlt-devel] Adding a producer

2013-04-19 Thread Thomas Vecchione
I am just evaluating at this point, and am far from a professional coder. I wrote a basic python program to take output from ATEM devices from Blackmagic Design and record the output and restream via ffmpeg. Then I discovered this lib, which seems like exactly what I want to do with the exception