[Mlt-devel] Twinning?

2017-11-29 Thread Jesse Gordon
h Susan Henning as the uncredited photo double.) If this mode of edit is supported, what is the name of parameter to activate it? Thank you very much, Jesse Gordon -- Check out the vibrant tech community on one

[Mlt-devel] melt: scrolling and fading text

2016-10-03 Thread Jesse Gordon
So my first question, is there a better place to seek information on /using/ melt? I mean, you guys are great and the best source of information, but I understand if you don't want to be bothered with user questions and I bet there's a place for those kinds of questions, since this is a devel l

Re: [Mlt-devel] mlt won't play video files - SOLVED

2016-10-03 Thread Jesse Gordon
bout it and the PKG_CONFIG_PATH environment variable. If you get through that, then "melt -query producers" will list the MLT plugins that can read files or synthesize video (ala color). Look for "avformat". Hope that helps. On Fri, Sep 30, 2016 at 8:51 PM Jesse Gordon

Re: [Mlt-devel] mlt won't play video files

2016-10-02 Thread Jesse Gordon
10:00 then you could do: *smelt video1.mpg smelt:s5.melt video2.mpg s5.melt (Wrong)* and so on and so forth. The file extensions are purely arbitrary and optional. ~Jesse On 10/02/2016 06:36 PM, Jesse Gordon wrote: Tomas, I've cc'd you directly in case the mailing list str

Re: [Mlt-devel] mlt won't play video files

2016-10-02 Thread Jesse Gordon
n you could do: smelt video1.mpg smelt:s5.melt video2.mpg s5.melt and so on and so forth. The file extensions are purely arbitrary and optional. ~Jesse On 10/02/2016 06:36 PM, Jesse Gordon wrote: Tomas, I've cc'd you directly in case the mailing list strips attachments, because

Re: [Mlt-devel] mlt won't play video files

2016-10-02 Thread Jesse Gordon
Tomas, I've cc'd you directly in case the mailing list strips attachments, because I've attached a simple perl script that does as you desire. I named it smelt. You can rename it as you like. On 10/02/2016 02:29 PM, Tomas Hlavaty wrote: It would be nicer, if I could create a file: example.me

Re: [Mlt-devel] mlt won't play video files

2016-10-01 Thread Jesse Gordon
Hi Tomas, > I only miss > - ability to write mlt files (command line style language, non-xml >files) which would allow for better factoring of complex videos, >e.g. using comments and includes Fascinating! I was actually thinking of writing a perl wrapper script that would take a mildl

Re: [Mlt-devel] mlt won't play video files

2016-09-30 Thread Jesse Gordon
/usr/local/lib/libavcodec.a(avpacket.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC/ The only reason I was manually specifying --avformat-shared was because it was the only I could think to try at the time, since n

Re: [Mlt-devel] mlt won't play video files

2016-09-30 Thread Jesse Gordon
Oh blah, I meant to say that the jpeg file /displays/ fine, not that it displaces. Sorry. ~Jesse On 09/30/2016 08:50 PM, Jesse Gordon wrote: Some further info, and two specific questions: I tried playing a .jpeg file and that displaces. I can also specify color:red out=25 videofile.mpeg

Re: [Mlt-devel] mlt won't play video files

2016-09-30 Thread Jesse Gordon
rt to mlt for a wide range of common video formats? Thank you very much, Jesse On 09/29/2016 08:03 PM, Jesse Gordon wrote: Good day, I am very excited to read about mlt/melt, and and am trying to install and use it, but may be having some user error. My understanding is that I should be ab

[Mlt-devel] mlt won't play video files

2016-09-29 Thread Jesse Gordon
Good day, I am very excited to read about mlt/melt, and and am trying to install and use it, but may be having some user error. My understanding is that I should be able to play common video files with /melt videofile.mpeg/ Unfortunately, it won't work - it just gives usage. I did compile