On Tue, Oct 12, 2010 at 3:48 PM, Carl Karsten <[email protected]> wrote: > Why does it fade out at the end? > > melt -profile dv_ntsc source.txt out=30 meta.attr.titles=1 > meta.attr.titles.markup=#timecode# -attach data_show dynamic=1 > -consumer > avformat:/home/carl/Videos/veyepar/test_client/test_show/dv/test_loc/2010-05-21/00:06:00.dv > pix_fmt=yuv411p > > I don't care that it does, just wondering why so I can understand this > advanced technology.
View the definition of "titles" in $prefix/share/mlt/feeds/PAL/data_fx.properties. The feed files are filters templates. Metadata on the producers (can be retrieved from files as well, e.g. artist) can be applied to the template. However, in that template, I do not see anything obvious to explain why it fades out. Hmm. Sorry, no simple numeric frame number is currently available. > Clarke's law: Any sufficiently advanced technology is > indistinguishable from magic. > > > On Mon, Oct 11, 2010 at 8:31 PM, Carl Karsten <[email protected]> wrote: >> How can I render frame number onto dv frames? either dvgrab, melt or >> something. I can write some .py, but I need a 1 hour .dv, so it would >> be good if it didn't take hours to create. >> >> I need to file a bug report, but I am having trouble creating >> something reproducible that doesn't depend on my 20 gig .dv files >> (made from just dvgrab, so no dvswitch weirdness.) >> >> The bug report is: -in starts at wrong frame when X. I am trying to >> figure out X. I get one result when I do something like: >> >> melt foo.mlt -consumer avformat:bar.dv pix_fmt=yuv411p >> melt foo.mlt -consumer avformat:bar.flv \ >> acodec=libmp3lame ab=128k ar=44100 vcodec=flv minrate=0 b=900k progressive=1 >> melt bar.dv >> melt bar.flv >> >> the two bar's start at different places. >> >> "something like" = not that, cuz I just tried it, and they are the >> same. but something I did last night came out about 10 min off. >> >> -- >> Carl K >> ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
