On Thursday 16 June 2011 07:18:33 Dan Dennedy wrote: > On Tue, Jun 14, 2011 at 12:32 AM, j-b-m <[email protected]> wrote:
> Then, I run > melt -verbose -profile quarter_ntsc > video4linux2:/dev/video0?width:320\&height:240\&frame_rate:15 > -consumer avformat:test.mpg > > When I press 'q', I always see producer_avformat_close. Does that > reproduce the problem for you? Ouch, my fault. It works correctly. I found the problem, I was passing audio parameters to the avformat consumer without having audio input: melt -verbose -profile quarter_ntsc video4linux2:/dev/video0?width:320\&height:240\&frame_rate:15 -consumer avformat:test.mp4 f=mp4 acodec=libmp3lame ab=128k ar=44100 vcodec=mpeg4 Reproduces the issue for me. I guess it is waiting for audio input... however I think that could be fixed in MLT so that closing producer and consumer really closes everything. regards and thanks for your help in finding the issue. jb ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
