I hope its not a version issue? I haven't tested it on earlier versions of
melt. Can someone else try it with 0.9.6?

On Sat, Apr 18, 2015 at 11:04 AM, Nisar Ahmed <nisar....@gmail.com> wrote:

> I have tried following command but no timecode track on the output. using
> melt version 0.9.6
>
> melt /Server/CLIPS/242010_T49141116171833378.mov -attach
> dynamictext:#timecode#
>
> On Fri, Apr 17, 2015 at 8:38 PM, Brian Matherly <c...@brianmatherly.com>
> wrote:
>
>> You need to tell the dynamic text filter what text you want to display:
>>
>> melt -verbose -profile dv_pal /Volumes/XSAN/test000.mov -attach
>> dynamictext:#timecode# -consumer decklink
>>
>> ~BM
>>
>>   ------------------------------
>>  *From:* Nisar Ahmed <nisar....@gmail.com>
>> *To:* Dan Dennedy <d...@dennedy.org>
>> *Cc:* mlt-devel <mlt-devel@lists.sourceforge.net>
>> *Sent:* Friday, April 17, 2015 10:05 AM
>> *Subject:* Re: [Mlt-devel] Capture movie in chunks/segments using melt
>>
>> I was trying to add timecode overlay using following command without any
>> success.. what is wrong with the following command? is there an argument
>> missing?
>>
>> melt -verbose -profile dv_pal /Volumes/XSAN/test000.mov -attach
>> dynamictext -consumer decklink
>>
>>
>>
>> On Fri, Apr 17, 2015 at 10:51 AM, Nisar Ahmed <nisar....@gmail.com>
>> wrote:
>>
>> I tried that one also but adding reset_timestamps=1 to melt solved the
>> issue.
>>
>> I was exploring the API for building custom application and it was a
>> really a great experience.. I would also like to add a second consumer for
>> monitoring captured feed in VLC so trying multi consumer now.
>>
>> Thanks for a wonderful product.
>>
>> On Thu, Apr 16, 2015 at 11:41 PM, Dan Dennedy <d...@dennedy.org> wrote:
>>
>> Also, you can compile ffmpeg to use decklink as input device and just use
>> ffmpeg.
>> http://www.ffmpeg.org/ffmpeg-devices.html#decklink
>>
>> On Wed, Apr 15, 2015 at 10:30 AM, Dan Dennedy <d...@dennedy.org> wrote:
>>
>> On Wed, Apr 15, 2015 at 9:45 AM, Nisar Ahmed <nisar....@gmail.com> wrote:
>>
>> Thanks,
>>
>> While waiting for your reply, I updated ffmpeg to version 2.4.3 and melt
>> to 0.9.2 and now I am getting a warning "Using AVStream.codec.time_base as
>> a timebase hint to the muxer is deprecated. Set AVStream.time_base instead."
>>
>> Anyways splitting works now but only first movie contains valid frames,
>> rest of the movies are created with blank frames
>>
>> melt -verbose -profile dv_pal decklink:1 -consumer avformat:test%03d.mov
>> vcodec=prores acodec=pcm_s16le f=segment segment_format=mov segment_time=10
>>
>> Can you guess what is wrong with files created after first one?
>>
>>
>>
>> No, you probably need to debug it and send a patch.
>>
>>
>> --
>> +-DRD-+
>>
>>
>>
>>
>> --
>> +-DRD-+
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
>> Develop your own process in accordance with the BPMN 2 standard
>> Learn Process modeling best practices with Bonita BPM through live
>> exercises
>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual-
>> event?utm_
>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
>>
>> _______________________________________________
>> Mlt-devel mailing list
>> Mlt-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mlt-devel
>>
>>
>>
>
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to