[Mlt-devel] xml limits

2018-08-12 Thread Carl Karsten
How much system resources (memory and file handles) does each "file producer" use? (I think that's the question I want.) I expect to have 9000 1 second references to 5 source files. Because I am trying to make the audio better, and this is the best I can come up with: for each second, look at rm

[Mlt-devel] What are L R P loudness results?

2018-08-03 Thread Carl Karsten
analysis pass stored these values: What are the 3 parameters? $ grep results Welcome_to_CircuitPython.mlt L: -26.787672R: 21.030387P 0.889130 L: -26.012146R: 20.896616P 0.865967 L: -27.243035R: 19.009469P 0.796722 L: -27.084552R: 19.035645P

[Mlt-devel] subtitle text track

2017-12-21 Thread Carl Karsten
I have a file of time:text that I would like to mux in as part of the encoding. does melt have suppot for this? I found hls_subtitle_path https://www.mltframework.org/plugins/ConsumerAvformat/#hlssubtitlepath but no idea if that helps me. -- Carl K -

Re: [Mlt-devel] Can't get audio fade-in or fade-out to work

2016-06-12 Thread Carl Karsten
On Sun, Jun 12, 2016 at 7:34 PM, Grant Edwards wrote: > On 2016-06-13, Carl Karsten wrote: > > https://www.shotcut.org/download/ > > Linux (Mint 12+, Ubuntu 12.04+, Debian 7+, Fedora 15+, openSUSE 12+, > > Arch/Manjaro) > > > > What flavor do you run? > &

Re: [Mlt-devel] Can't get audio fade-in or fade-out to work

2016-06-12 Thread Carl Karsten
https://www.shotcut.org/download/ Linux (Mint 12+, Ubuntu 12.04+, Debian 7+, Fedora 15+, openSUSE 12+, Arch/Manjaro) What flavor do you run? That includes a current stable version of melt. On Sun, Jun 12, 2016 at 6:40 PM, Grant Edwards wrote: > On 2016-06-12, Carl Karsten wr

Re: [Mlt-devel] Can't get audio fade-in or fade-out to work

2016-06-12 Thread Carl Karsten
to make a potable example (that anyone can run, without needing your input files), you can use -producer noise (generates both audio and video noise) Also skip encoding to an output file and let melt play it: melt \ colour:black out=100 \ -producer noise out=100 \ -mix 100 -mixer luma

Re: [Mlt-devel] relative paths in .mlt

2015-12-01 Thread Carl Karsten
at the first half is the service that should be used. > If this is the case, then colons in the path name are just not going to be > supported. > > ~Brian > > ------ > *From:* Carl Karsten > *To:* mlt-devel > *Sent:* Tuesday, December 1, 2015

Re: [Mlt-devel] relative paths in .mlt

2015-12-01 Thread Carl Karsten
nsumer xml > > /dev/null > [dv @ 0xae1e00] Estimating duration from bitrate, this may be inaccurate > > cd baz > > carl@twist:~/temp/foo/baz$ melt "../bar:bar/00_00_00.dv" -consumer xml > > /dev/null > [dv @ 0xf2de00] Estimating duration from bitrate, this may be inacc

Re: [Mlt-devel] relative paths in .mlt

2015-12-01 Thread Carl Karsten
t; /dev/null [dv @ 0xf2de00] Estimating duration from bitrate, this may be inaccurate On Tue, Dec 1, 2015 at 12:59 PM, Carl Karsten wrote: > It seems I can now use relitive paths in a .mlt file. > > ../dv/Stowe_Hall/2015-11-14/video swang > 11:14/Clip1ATK3.mov > > Is this expec

[Mlt-devel] relative paths in .mlt

2015-12-01 Thread Carl Karsten
It seems I can now use relitive paths in a .mlt file. ../dv/Stowe_Hall/2015-11-14/video swang 11:14/Clip1ATK3.mov Is this expected to work? And should it work with odd chars in the name, like colons? some work, this does not: (veyepar)juser@cnt1:~$ melt Videos/veyepar/nodevember/nodevember15/c

Re: [Mlt-devel] Dynamictext recorded time

2015-11-21 Thread Carl Karsten
av do not pass the gop_timecode value > from each GOP header to any of the metadata dictionaries. But it has been a > while since I looked. > > ~Brian > > -- > *From:* Carl Karsten > *To:* mlt-devel > *Sent:* Saturday, November 21, 2015 1:0

[Mlt-devel] Dynamictext recorded time

2015-11-20 Thread Carl Karsten
What is the #keyword# to show when the frame was recorded? http://www.mltframework.org/bin/view/MLT/FilterDynamictext#argument " Keywords may also be any frame property (e.g. meta.media.0.codec.frame_rate#) " I am assuming that is tracked per frame and not just in the header. exiftool 9.MTS

Re: [Mlt-devel] v4l2 to dv / dvswitch

2015-08-30 Thread Carl Karsten
Never mind all this. I forgot there was a gstreamer plugin written over a year ago to address this case. It is working, I am now able to capture hdmi and feed it into dvswitch. On Sat, Aug 29, 2015 at 3:57 PM, Carl Karsten wrote: > Is melt appropriate for this? > > I have a hard

[Mlt-devel] v4l2 to dv / dvswitch

2015-08-29 Thread Carl Karsten
Is melt appropriate for this? I have a hardware hdmi frame grabber that exposes itself as a 4vl2 device. I can view the stream with mplayer tv:// -tv driver=v4l2:device=/dev/video1 I need to convert that to ntsc dvd and stream it to stdout just like dvgrab | foo I am trying to do the ffmpeg co

Re: [Mlt-devel] Help running melt on Heroku

2015-07-08 Thread Carl Karsten
Try giving the full path to the files . $ melt /home/carl/temp/foo.mp4 $ melt /home/carl/temp/foo.mlt (xml cutlist, and files in there will also need the full path) this works on my local linux box: $ melt $PWD/foo.mp4 Not sure if it will help with what you are doing on heroku. On Wed, Jul 8,

Re: [Mlt-devel] Capture movie in chunks/segments using melt

2015-04-17 Thread Carl Karsten
this may help - it's from a script that generates test files, so a little clunky here on it's own. $ echo test>source.txt $ melt -profile dv_ntsc_wide -video-track source.txt bgcolour=blue out=90 meta.attr.titles=1 meta.attr.titles.markup=#timecode# -attach data_show dynamic=1 On Fri, Apr 17, 20

[Mlt-devel] build-melt.sh errors

2015-02-13 Thread Carl Karsten
ubuntu trusty wget http://github.com/mltframework/mlt-scripts/raw/master/build/build-melt.sh chmod u+x build-melt.sh ./build-melt.sh LOG: Getting or updating source for movit - this could take some time LOG: About to run command: pushd . ~/melt/src ~/melt/src LOG: About to run command: cd movit

Re: [Mlt-devel] force 4:3 input to 16:9

2015-01-13 Thread Carl Karsten
setup by someone else, not mlt trunk: $ melt -version melt 0.9.3 On Wed, Jan 14, 2015 at 5:12 PM, Dan Dennedy wrote: > On Tue, Jan 13, 2015 at 7:59 PM, Carl Karsten > wrote: > >> melt -progress -profile dv_ntsc_wide 10_40_23.dv >> force_aspect_ratio=@32/27 in=2500 out=2600

Re: [Mlt-devel] force 4:3 input to 16:9

2015-01-13 Thread Carl Karsten
1 0 avformat 1.18519 Thanks again for all your help. On Tue, Jan 13, 2015 at 1:11 PM, Dan Dennedy wrote: > On Mon, Jan 12, 2015 at 3:42 PM, Carl Karsten > wrote: > >> I am hoping there is a setting I can use to override the aspect

[Mlt-devel] force 4:3 input to 16:9

2015-01-12 Thread Carl Karsten
I am hoping there is a setting I can use to override the aspect ratio set in dv frames. I have .dv files that are a mix of 4:3 frames and 16:9. they should all be 16:9. (it is a result of sending 16:9 vga in to a scan converter that spit out 4:3 dv.) I don't need black bars or any sort of trans

[Mlt-devel] broken dv - missing frames

2014-09-14 Thread Carl Karsten
Seems I have a bunch of dv files where the cpu couldn't move things fast enough (due to other processes.. I grumble) and so frames got dropped. here is 200 frames: http://5cda49ca88af98bf1f1e-b4c3b47b38bb1b572e0805ecabeeb59c.r76.cf2.rackcdn.com/broken1.dv the time stamps in each frame should be

Re: [Mlt-devel] Docker

2014-03-24 Thread Carl Karsten
Markus I just started trying out docker - I wold be happy to try out whatever you come up with. btw, on debian, here are packages for debian: Hmm, I seem to have enabled backports too. but I was trying to document it, and don't see the apt-add-repository for that. apt-get --assume-yes install

Re: [Mlt-devel] ka-boom in start_thread

2014-02-05 Thread Carl Karsten
eemed like a reasonable place to start) bring it up in virtual box, setup port forwarding for ssh and run the script. you can ssh into it with juser@dhcp203:~/veyepar/tests/melt/vag$ vagrant ssh On Sun, Feb 2, 2014 at 6:38 PM, Carl Karsten wrote: > I think I used aac to appease iPad user

Re: [Mlt-devel] ka-boom in start_thread

2014-02-02 Thread Carl Karsten
t out of the rooms tonight. I am on my way home, it will be about 24 hours before I can really do much. On Sun, Feb 2, 2014 at 8:24 PM, Dan Dennedy wrote: > > > On Sun, Feb 2, 2014 at 11:03 AM, Carl Karsten wrote: > >> heh - encoding and such was someone elses problem until

Re: [Mlt-devel] ka-boom in start_thread

2014-02-02 Thread Carl Karsten
traces here. For > example, does encoding to other formats work? If you use one of the > provided x264 encoding presets that come with MLT, does it work? > > On Sun, Feb 2, 2014 at 2:02 AM, Carl Karsten > wrote: > > melt built about 12 hours ago. > > > > this play

[Mlt-devel] ka-boom in start_thread

2014-02-02 Thread Carl Karsten
melt built about 12 hours ago. this plays in the player fine: melt -verbose -progress -profile dv_pal /home/carl/Videos/veyepar/fosdem/fosdem_2014/tmp/Welcome_to_FOSDEM_2014.mlt Trying to encode: (veyepar)carl@twist:~/src/veyepar/dj/scripts$ gdb --args melt -verbose -progress -profile dv_pal /ho

Re: [Mlt-devel] memcmp-sse4.S: No such file

2014-01-22 Thread Carl Karsten
ok - thanks. On Wed, Jan 22, 2014 at 5:33 PM, Dan Dennedy wrote: > On Wed, Jan 22, 2014 at 2:05 PM, Carl Karsten > wrote: > > /home/carl/bin/melt foo.flv -consumer avformat:foo.mp4 > ... > > [libx264 @ 0x7fffdc0c7b00] MB rate (360) > level limit (2073600) > &g

[Mlt-devel] memcmp-sse4.S: No such file

2014-01-22 Thread Carl Karsten
$ gdb -args melt foo.flv -consumer avformat:foo.mp4 GNU gdb (GDB) 7.6.1-ubuntu Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to

Re: [Mlt-devel] A new module to support latest vid.stab library

2014-01-20 Thread Carl Karsten
On Mon, Jan 20, 2014 at 4:31 PM, Brian Matherly wrote: > So I don't know how to handle the potential situation where the results > property and localmotions both exist and are different. Always loading from > the results property avoids that potential problem but has the disadvantage > of slown

Re: [Mlt-devel] provides ... dunno ...

2013-12-30 Thread Carl Karsten
.0really4.4.3) but it is not going to be installed I forget why I added that. heh - mildly ironic: I am not sure why it is there. On Mon, Dec 30, 2013 at 9:41 PM, Dan Dennedy wrote: > On Mon, Dec 30, 2013 at 7:27 PM, Carl Karsten wrote: >> LOG: MLTDISABLED swfdec : this is an optional m

[Mlt-devel] provides ... dunno ...

2013-12-30 Thread Carl Karsten
LOG: MLTDISABLED swfdec : this is an optional module that provides ... dunno ... . To enable it, try installing a package called something like ... dunno That cracked me up. In case it is a problem, here is a bit more. Let me know if you want a proper bug report filed. Configuring modules

Re: [Mlt-devel] Info about live switching solutions.

2013-10-27 Thread Carl Karsten
for the dvswitch relevant part.. http://code.timvideos.us/gst-switch.html On Sun, Oct 27, 2013 at 2:26 PM, Federico Allegretti wrote: > Yesterday we (terni GNU/LUG) make the linux day and rec the "talks" with the > rock solid dvswitch. > Now i have the time to search for a modern alternetive a

Re: [Mlt-devel] Delete segments from input video file, output to another file

2013-07-23 Thread Carl Karsten
On Tue, Jul 23, 2013 at 9:59 AM, James Board wrote: > Anyway, what is 'shotcut'? http://www.shotcut.org/ There is also http://www.openshotvideo.com/ -- Carl K -- See everything from the browser to the database with A

Re: [Mlt-devel] vcodec skew / avformat

2013-06-19 Thread Carl Karsten
https://github.com/CarlFK/veyepar/blob/master/setup/melt/mkmlt.sh carl@dc10:~$ melt -query video_codecs | grep 264 - libx264 - libx264rgb On Wed, Jun 19, 2013 at 7:30 AM, Brian Matherly wrote: > > >>I'm having a problem with vcodec skew. When I run: >> >>$ melt -query video_codecs >> >>Th

Re: [Mlt-devel] melt source.txt color:blue

2013-05-31 Thread Carl Karsten
On Fri, May 31, 2013 at 2:09 PM, Brian Matherly wrote: >>I am trying to create some test files, and would like to render a text > >>file on a blue background. >>(so that it is noticeable when it flips to a read background and the >>noise stops .. like to testi AV sync.) >> >>This is what I tried,

Re: [Mlt-devel] melt source.txt color:blue

2013-05-31 Thread Carl Karsten
On Fri, May 31, 2013 at 12:38 PM, j-b-m wrote: > On Friday 31 May 2013 11.28:44 Carl Karsten wrote: >> #!/bin/bash -xe >> I am trying to create some test files, and would like to render a text >> file on a blue background. >> (so that it is noticeable when it flips t

[Mlt-devel] melt source.txt color:blue

2013-05-31 Thread Carl Karsten
#!/bin/bash -xe I am trying to create some test files, and would like to render a text file on a blue background. (so that it is noticeable when it flips to a read background and the noise stops .. like to testi AV sync.) This is what I tried, but I get white source.txt on black, then #frame# on b

Re: [Mlt-devel] MLT build issue on Ubuntu 13.04 with libjack0

2013-04-23 Thread Carl Karsten
On Tue, Apr 23, 2013 at 7:27 AM, Janne Liljeblad wrote: > Hi Dan, > > > I just installed Ubuntu 13.04 and when setting up the dev environment I > decided to try your term command for 12.04 from > http://www.mltframework.org/bin/view/MLT/BuildScripts (thanks for having > that available). > > There

[Mlt-devel] odd xml maybe

2013-04-19 Thread Carl Karsten
Is this expected? If the value really is , then I get why the < is there, just wondering if it is really correct. $ melt -producer ladspa.1047 0=1000 1=0.5 -consumer xml producer 15000 pause 1.07 ladspa.1047 1000 0.5

Re: [Mlt-devel] generate and analyze test tone

2013-04-19 Thread Carl Karsten
On Fri, Apr 19, 2013 at 11:13 PM, Dan Dennedy wrote: > On Fri, Apr 19, 2013 at 7:29 PM, Carl Karsten wrote: >> about 1 in 100 videos I encode confuse the encoder (likely due to some >> corrupted dv files) and I get garbled audio. >> >> I am thinking if I append a

[Mlt-devel] generate and analyze test tone

2013-04-19 Thread Carl Karsten
about 1 in 100 videos I encode confuse the encoder (likely due to some corrupted dv files) and I get garbled audio. I am thinking if I append a soft tone at the end of the cutlist, encode that too, then check for it, that will give me some test that the encoder did not get confused. I am dead in

[Mlt-devel] audio for ipad

2013-03-29 Thread Carl Karsten
Can someone recommend encoding parameters that whatever the default player on an iPad will play? I hear ipad will not play mp4's with mp3 audio. Carl K -- Own the Future-Intel(R) Level Up Game Demo Contest 2013 Rise to g

Re: [Mlt-devel] removing parts of mp4

2013-03-26 Thread Carl Karsten
On Tue, Mar 26, 2013 at 7:55 AM, Brian Matherly wrote: >> I need to touch up some videos I made with: > >> >> melt -verbose -progress -profile dv_ntsc test.mlt -consumer >> avformat:test.mp4 threads=2 progressive=1 properties=x264-medium >> vb=1024k acodec=libmp3lame ab=128k >> >> I don't have the

[Mlt-devel] removing parts of mp4

2013-03-25 Thread Carl Karsten
I need to touch up some videos I made with: melt -verbose -progress -profile dv_ntsc test.mlt -consumer avformat:test.mp4 threads=2 progressive=1 properties=x264-medium vb=1024k acodec=libmp3lame ab=128k I don't have the sources listed in test.mlt (they are in a truck being shipped, eta friday)

Re: [Mlt-devel] build error

2013-01-11 Thread Carl Karsten
On Fri, Jan 11, 2013 at 2:07 PM, Dan Dennedy wrote: > On Fri, Jan 11, 2013 at 11:17 AM, Carl Karsten wrote: >> On Fri, Jan 11, 2013 at 12:21 PM, Dan Dennedy wrote: >>> On Fri, Jan 11, 2013 at 5:55 AM, Carl Karsten >>> wrote: >>>> ubuntu 12.04.1 LTS >

Re: [Mlt-devel] build error

2013-01-11 Thread Carl Karsten
On Fri, Jan 11, 2013 at 12:21 PM, Dan Dennedy wrote: > On Fri, Jan 11, 2013 at 5:55 AM, Carl Karsten wrote: >> ubuntu 12.04.1 LTS >> precise >> >> sudo apt-get install git automake autoconf libtool intltool g++ yasm >> swig libmp3lame-dev libgavl-dev libsampler

Re: [Mlt-devel] kcomponentdata.h: No such file or directory

2013-01-11 Thread Carl Karsten
On Fri, Jan 11, 2013 at 11:40 AM, Dan Dennedy wrote: > On Fri, Jan 11, 2013 at 8:06 AM, Carl Karsten wrote: >> g++ -I/home/juser/melt/20130111/include -DARCH_X86_64 -Wall -DPIC >> -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX >> -D

[Mlt-devel] kcomponentdata.h: No such file or directory

2013-01-11 Thread Carl Karsten
g++ -I/home/juser/melt/20130111/include -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -f

[Mlt-devel] build error

2013-01-11 Thread Carl Karsten
ubuntu 12.04.1 LTS precise sudo apt-get install git automake autoconf libtool intltool g++ yasm swig libmp3lame-dev libgavl-dev libsamplerate-dev libxml2-dev ladspa-sdk libjack-dev libsox-dev libsdl-dev libgtk2.0-dev liboil-dev libsoup2.4-dev libqt4-dev libexif-dev libtheora-dev libvdpau-dev libvo

Re: [Mlt-devel] hot to clean popping audio

2012-12-14 Thread Carl Karsten
at the pop-frequency onto the affected areas > might be a good and fast solution. If you link me a wav that is suited for > remuxing I can do it as an exercise. :) > > \\ Benjamin > > > On Sat, Dec 15, 2012 at 4:32 AM, Dan Dennedy wrote: >> >> On Fri, Dec

[Mlt-devel] hot to clean popping audio

2012-12-14 Thread Carl Karsten
Somehow dvswitch's pNp has introduced some noise in the audio. it exists in the original DV exactly has you hear it here: http://youtu.be/Celaz_q90lU So it isn't an encoding problem. I'll be spending the next few days trying to track this down, but in the mean time any suggestions on a filter

[Mlt-devel] Enhancement - encoding stats

2012-11-21 Thread Carl Karsten
I batch process videos - typically 30-100 at a time. I don't view or listen to them, so when there are problems I don't notice. Like no audio thanks to someone moving the input from L to R, and my encoding copies L to R, so 0's out the audio.There are a few other problems too, what the cause

Re: [Mlt-devel] Error loading producer xml

2012-10-23 Thread Carl Karsten
On Tue, Oct 23, 2012 at 11:44 AM, Jan Arens wrote: > Hi everybody, > > I'm developing a melted web GUI and run into a little problem: > > If i'm testing melted using telnet, everything works fine. I can attach > a video file to the playlist and play the video. It gets complicated if > i'm trying t

Re: [Mlt-devel] compilation error

2012-10-03 Thread Carl Karsten
On Wed, Oct 3, 2012 at 3:34 PM, vijaya kumar wrote: > Hello everyone, > > I am new to MLT, I have downloaded MLT from SOURCEFORGE version 0.8.2. > while compiling i stuck with this error > > consumer_avformat.c:241: error: ‘AVCodec’ has no member named ‘encode’ > consumer_avformat.c:265: error: ‘A

Re: [Mlt-devel] Licence query

2012-08-27 Thread Carl Karsten
On Mon, Aug 27, 2012 at 2:14 PM, Patrick Matthäi wrote: >> >> I am trying my best but no luck yet...*who should we contact for the >> license information?* > > An lawyer :) > From my Debian education I have got very good knowledges about open > source licenses (and what is not free / and forbidden

Re: [Mlt-devel] black magic declink support

2012-07-15 Thread Carl Karsten
On Sun, Jul 15, 2012 at 3:49 AM, Tim Ansell wrote: > * API is not proprietary rather then V4L, so you need to use custom code. is not? (guessing typo) -- Carl K -- Live Security Virtual Conference Exclusive live event

[Mlt-devel] black magic declink support

2012-06-18 Thread Carl Karsten
I am looking for a hardware based solution for capturing the video signal used to drive a projector. This is for conferences which for over 10 years have used good ol vga, typically 1024x768 and who knows what sort of laptop. I expect vga will be around for another 5 years but I am OK converti

Re: [Mlt-devel] MLT Build Script Repository

2012-04-12 Thread Carl Karsten
On Thu, Apr 12, 2012 at 7:52 AM, Brian Matherly wrote: >> Thanks for what you are doing - I am more of a mlt user than dev, but > >> I am coder and completely appreciate the value of unit tests. >> >> I have a lengthy and tangled wad of python code that tests a bunch of >> stuff.  In it's current

Re: [Mlt-devel] MLT Build Script Repository

2012-04-11 Thread Carl Karsten
On Wed, Apr 11, 2012 at 9:51 PM, Brian Matherly wrote: > > > Dan, > > I'd like to offer a proposal for a repository to keep all the scripts related > to MLT: > https://github.com/pez4brian/mlt-scripts > > I would like to start assembling various test scripts in the "test" > directory. We could m

Re: [Mlt-devel] build-melt.sh modifications

2012-03-18 Thread Carl Karsten
On Sun, Mar 18, 2012 at 9:30 PM, Dan Dennedy wrote: > >> Also, would you be amicable to the idea of creating a new git repository for >> MLT scripts (the ones from the Wiki) and maybe some other misc. scripts that >> I'll need for all the automated tests? >> > > The purpose of the scripts was to

[Mlt-devel] mp4 encoding changed

2012-02-23 Thread Carl Karsten
mp4 encoding it isn't as crisp as i used to be.It is tolerable, but if it can be easily adjusted, that would be nice. My definition of "crisp" is based on rendering ABCDEFG, encoding, extracting a png and running that though gocr. It is now recognising: _BCDE_G looking art the F, the vertica

[Mlt-devel] codec names recognized again.

2012-02-23 Thread Carl Karsten
Today's build is working again. On Wed, Feb 22, 2012 at 10:27 PM, Dan Dennedy wrote: > On Wed, Feb 22, 2012 at 11:23 AM, Carl Karsten wrote: >> The test script I run every so often is now failing, even though I >> think the same thing worked in production.  I

[Mlt-devel] my test script broke - mp4 = no streams

2012-02-22 Thread Carl Karsten
The test script I run every so often is now failing, even though I think the same thing worked in production. I'll put some effort into reconciling the diffrences, but maybe someone can point out a problem with the melt command that seems to be failing. melt built using http://mltframework.org/tw

Re: [Mlt-devel] Adding text to a video

2012-02-14 Thread Carl Karsten
On Tue, Feb 14, 2012 at 5:30 PM, bettinger cédric wrote: > Right now I can't try this plugin since I installed mlt with the ubuntu > synaptic manager...and my version of mlt is 0.6.2. But may be I should try > to compile the last version...I am just afraid of messing up and having no > mlt version

Re: [Mlt-devel] rugen build error on 11.10

2011-11-11 Thread Carl Karsten
That worked. Thanks. On Fri, Nov 11, 2011 at 4:04 PM, Dan Dennedy wrote: > On Fri, Nov 11, 2011 at 1:37 PM, Carl Karsten wrote: >> Trying to build on ubuntu 11.10 (oneiric) fails.  I'll try on 11.4 and >> 10.10 and post those results once the boxes build. >> >>

Re: [Mlt-devel] rugen build error on 11.10

2011-11-11 Thread Carl Karsten
friend says: FWIW, build-melted.sh ran and claimed success on my machine (Ubuntu maverick) -- Carl K -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 __

[Mlt-devel] rugen build error on 11.10

2011-11-11 Thread Carl Karsten
Trying to build on ubuntu 11.10 (oneiric) fails. I'll try on 11.4 and 10.10 and post those results once the boxes build. gcc `pkg-config --cflags gthread-2.0 mlt-melted mlt-mvcp` -Wall `pkg-config --libs gthread-2.0 mlt-melted mlt-mvcp` -o rugen rugen-main.o rugen-support.o rugen-interface.o rug

[Mlt-devel] ppt to ogv

2011-09-03 Thread Carl Karsten
How can I render a ppt in a shell script? Or something like that. I need to loop though the slides of a MS power point file and feed them to an icecast stream server, which pretty much means ogv.For sure I can use Libre Office to play it, and do screen capture to a file, encode, feed to iceca

[Mlt-devel] playback sync to clock

2011-08-23 Thread Carl Karsten
when playing a video, if the stream has time stamps in the frames (like a dv stream) but there are missing frames (buffer underrun...), can the player dupe the last known frame to fill in the gap and keep the time stamp synced with the local OS clock? The goal is to put 2 cams on 2 different tall

Re: [Mlt-devel] Fwd: failed kfreebsd-amd64 build of mlt 0.7.4-1

2011-07-17 Thread Carl Karsten
works for me on ubuntu natty: sudo apt-get install automake autoconf libtool intltool g++ yasm swig libmp3lame-dev libgavl-dev libsamplerate-dev libxml2-dev ladspa-sdk libjack-dev libsox-dev libsdl-dev libgtk2.0-dev libqt4-dev libexif-dev libtheora-dev libvdpau-dev libvorbis-dev python-dev libvpx-

[Mlt-devel] build error: bits' set but not used

2011-07-11 Thread Carl Karsten
./build-melted.sh libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -W

Re: [Mlt-devel] Bug#627122: melt sefaults

2011-05-22 Thread Carl Karsten
I didn't like all the sudo loopy so I came up with a new way: https://gitorious.org/vms/vms/blobs/master/mk_sid_qcow.sh -- Carl K -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how I

Re: [Mlt-devel] Bug#627122: melt sefaults

2011-05-19 Thread Carl Karsten
On Thu, May 19, 2011 at 11:51 PM, Carl Karsten wrote: > > printf "Acquire::http::Proxy > \"http://g2a.personnelware.com:8000/\";\n"; >> /etc/apt/apt.conf whoops, pull that. or poin

Re: [Mlt-devel] Bug#627122: melt sefaults

2011-05-19 Thread Carl Karsten
On Wed, May 18, 2011 at 12:37 PM, Carl Karsten wrote: > I'll > report in a few hours. where few = 40. [ 2449.988189] melt[8336]: segfault at 0 ip b5b39ffa sp bfcd7110 error 4 in libQtCore.so.4.7.3[b5ae3000+29e000] It isn't a simple vm, but it builds one pretty quick. I couldn&

Re: [Mlt-devel] Bug#627122: melt sefaults

2011-05-18 Thread Carl Karsten
On Wed, May 18, 2011 at 12:10 PM, Patrick Matthäi wrote: > Am 18.05.2011 18:59, schrieb Carl Karsten: >> I am not up on debian names - here is lenny and squeze: >> >> http://people.debian.org/~aurel32/qemu/i386/ >> >> and a script I use to get it, run qemu, setup

Re: [Mlt-devel] Bug#627122: melt sefaults

2011-05-18 Thread Carl Karsten
On Wed, May 18, 2011 at 11:51 AM, Dan Dennedy wrote: > On Wed, May 18, 2011 at 9:02 AM, Samuel Mimram wrote: >> Hi, >> >> On Wed, May 18, 2011 at 1:39 AM, Dan Dennedy wrote: >>> >>> On Tue, May 17, 2011 at 1:59 PM, Patrick Matthäi >>> wrote: >>> > Hello, >>> > >>> > you are right, it also happe

Re: [Mlt-devel] consume ProRes

2011-04-23 Thread Carl Karsten
On Fri, Apr 22, 2011 at 6:53 PM, Dan Dennedy wrote: > On Fri, Apr 22, 2011 at 4:12 PM, Carl Karsten > wrote: > > I was just given a 70g file: "Recording AJA KiPro/ClipATK34.mov" > > ffplay shows Video: Apple ProRes (full dump below) > > I am hoping to us

Re: [Mlt-devel] consume ProRes

2011-04-22 Thread Carl Karsten
On Fri, Apr 22, 2011 at 6:53 PM, Dan Dennedy wrote: > On Fri, Apr 22, 2011 at 4:12 PM, Carl Karsten > wrote: > > I was just given a 70g file: "Recording AJA KiPro/ClipATK34.mov" > > ffplay shows Video: Apple ProRes (full dump below) > > I am hoping to us

[Mlt-devel] consume ProRes

2011-04-22 Thread Carl Karsten
I was just given a 70g file: "Recording AJA KiPro/ClipATK34.mov" ffplay shows Video: Apple ProRes (full dump below) I am hoping to use some of it in melt. google says "build mplayer with w32codecs" which might allow me to play the file, and prolly transcode it. Or I can wait for a FinalCutPro/M

Re: [Mlt-devel] melt stops

2011-04-03 Thread Carl Karsten
n this - you should accompany all problem reports with > information about the next closest thing that does work. For example, > by removing X, or changing X to Y, or previous version X. > > On Sun, Apr 3, 2011 at 11:33 AM, Carl Karsten > wrote: > > Not sure how to debug this. fr

[Mlt-devel] melt stops

2011-04-03 Thread Carl Karsten
Not sure how to debug this. fresh ubuntu 10l.10, sunjab's ppa - any suggestions? (veyepar)juser@room-a:~/veyepar/dj/scripts$ melt -version MLT melt 0.7.1 Copyright (C) 2002-2011 Ushodaya Enterprises Limited This is free software; see the source for copying condition

Re: [Mlt-devel] bad encode on natty

2011-03-30 Thread Carl Karsten
On Wed, Mar 30, 2011 at 7:26 PM, Dan Dennedy wrote: > On Wed, Mar 30, 2011 at 3:06 PM, Carl Karsten > wrote: > > Natty, so beta... installing a fresh maverick now to test, but it is > > interesting to look at: > > > > http://blip.tv/file/get/Veyepar_test-TestEpis

[Mlt-devel] bad encode on natty

2011-03-30 Thread Carl Karsten
Natty, so beta... installing a fresh maverick now to test, but it is interesting to look at: http://blip.tv/file/get/Veyepar_test-TestEpisode232.mp4 The fuz can be seen in the source dv that was generated by: melt -profile dv_ntsc -audio-track -producer noise out=0 -video-track source.txt out=90

Re: [Mlt-devel] strlen.S: No such file or directory

2011-03-27 Thread Carl Karsten
duh, not sure why I didn't post this to sf.net bug tracker. posting now. On Sun, Mar 27, 2011 at 12:38 PM, Carl Karsten wrote: > In trying to investigate why I can't use the last 5 min of a 1 hour dv > clip I tried to run: > > ./melt -profile dv_ntsc -produ

[Mlt-devel] melt not playing dv

2011-03-21 Thread Carl Karsten
x.dv plays fine on other boxes. (veyepar)juser@dhcp12:~/mlt$ melt -verbose x.dv Failed to load "x.dv" Failed to load "x.dv" Usage: melt [options] [producer [name=value]* ]+ Options: ... (veyepar)juser@dhcp12:~/mlt$ apt-cache policy melt melt: Installed: 0.6.3+git20110319.ec57ce0e-0ubuntu0~sun

Re: [Mlt-devel] melt eating memory

2011-01-24 Thread Carl Karsten
On Mon, Jan 24, 2011 at 2:05 AM, Dan Dennedy wrote: > On Sun, Jan 23, 2011 at 11:19 PM, Carl Karsten wrote: >> On Mon, Jan 24, 2011 at 12:47 AM, Carl Karsten >> wrote: >>> I could use some help tracking down why melt is eating memory and >>> getting kil

Re: [Mlt-devel] melt eating memory

2011-01-23 Thread Carl Karsten
On Mon, Jan 24, 2011 at 12:47 AM, Carl Karsten wrote: > I could use some help tracking down why melt is eating memory and > getting killed. > > It is about the same parameters as I used a week ago to encode 2 1 > hour videos.  The main difference is I am currently using pal, the

Re: [Mlt-devel] fade in/out end magic math

2011-01-17 Thread Carl Karsten
Got it working: http://blip.tv/file/4643758 I have a feeling it could be done better, like do I really need a 3rd playlist, and do I need to reference the same clip in 2 play lists? Here is the xml that I came up with: 273 is the end of the content before adding the footer image.

Re: [Mlt-devel] fade in/out end magic math

2011-01-17 Thread Carl Karsten
On Sun, Jan 16, 2011 at 10:37 PM, Carl Karsten wrote: > On Sun, Jan 16, 2011 at 10:00 PM, Dan Dennedy wrote: >> On Fri, Jan 14, 2011 at 9:51 AM, Carl Karsten wrote: >>> I am adding a credits image to the end of my vidoes.  I am trying to >>> figure out how to get

Re: [Mlt-devel] fade in/out end magic math

2011-01-16 Thread Carl Karsten
On Sun, Jan 16, 2011 at 10:00 PM, Dan Dennedy wrote: > On Fri, Jan 14, 2011 at 9:51 AM, Carl Karsten wrote: >> I am adding a credits image to the end of my vidoes.  I am trying to >> figure out how to get rid of the abrupt cut from video to credit.png. >>  I would love

[Mlt-devel] can noise take a parameter?

2011-01-16 Thread Carl Karsten
Is there something better than out=0 to turn off noise in the command below? I am adding audio to my tests.I am trying to keep the tests simple to read because when something breaks I don't want anyone to have to work too hard to figure out what my test is doing. My test script uses melt to c

Re: [Mlt-devel] large output

2011-01-15 Thread Carl Karsten
On Sat, Jan 15, 2011 at 10:32 PM, Carl Karsten wrote: > On Sat, Jan 15, 2011 at 10:21 PM, Carl Karsten wrote: >> On Sat, Jan 15, 2011 at 4:54 PM, Carl Karsten wrote: >>> I am trying to figure out why my flv files are so huge, or more to the >>> point how to get them

Re: [Mlt-devel] large output

2011-01-15 Thread Carl Karsten
On Sat, Jan 15, 2011 at 10:21 PM, Carl Karsten wrote: > On Sat, Jan 15, 2011 at 4:54 PM, Carl Karsten wrote: >> I am trying to figure out why my flv files are so huge, or more to the >> point how to get them back to normal. >> >> Nov 20 (so melt 5.x) I switched to

Re: [Mlt-devel] large output

2011-01-15 Thread Carl Karsten
On Sat, Jan 15, 2011 at 4:54 PM, Carl Karsten wrote: > I am trying to figure out why my flv files are so huge, or more to the > point how to get them back to normal. > > Nov 20 (so melt 5.x) I switched to h264, and at the same time noticed > that blip.tv changed how they encode, a

[Mlt-devel] large output

2011-01-15 Thread Carl Karsten
I am trying to figure out why my flv files are so huge, or more to the point how to get them back to normal. Nov 20 (so melt 5.x) I switched to h264, and at the same time noticed that blip.tv changed how they encode, and at one point it seemed like the best results came from encoding with b=1200k

Re: [Mlt-devel] 6.0 .deb

2011-01-15 Thread Carl Karsten
but now managed by a team, > and supports all Ubuntu versions since Lucid. > https://launchpad.net/~kxstudio-team/+archive/ppa/ > > mlt 0.6 is there, with also the latest frei0r 1.2.1 and kdenlive 0.7.8. > > i hope you find it useful > > 2011/1/14 Carl Karsten >> >

[Mlt-devel] 6.0 .deb

2011-01-14 Thread Carl Karsten
Can someone host 6.0 for Ubuntu Maverick in a PPA? I'll do it myself, it might be easy, but my confidence is low. I generally track trunk using sunab's repo (which I am very thankful of), and roll with it when things happen. But I am working with a group that needs stability for a few weeks, a

[Mlt-devel] fade in/out end magic math

2011-01-14 Thread Carl Karsten
I am adding a credits image to the end of my vidoes. I am trying to figure out how to get rid of the abrupt cut from video to credit.png. I would love to have it be like my intro: title.png mixed with audio, fades to video over 5 seconds. I would settle for the video fading to black and then t

Re: [Mlt-devel] MLT version 0.6.0 released - deb/u repos

2011-01-02 Thread Carl Karsten
On Sun, Jan 2, 2011 at 12:30 PM, Patrick Matthäi wrote: > Am 02.01.2011 18:59, schrieb Dan Dennedy: >> I released version 0.6.0 yesterday. On January 10 or so, I will merge >> the mingw (win32) and parallel-consumer branches into master. >> > > Thanks for your good work! > For anyone interested in

Re: [Mlt-devel] MLT version 0.6.0 released

2011-01-02 Thread Carl Karsten
Yay Dan. I have posted about 1000 videos of tech talks, melt is a key part of that. Let me thank you again for all your hard work, both on the code base and support lilsts. On Sun, Jan 2, 2011 at 11:59 AM, Dan Dennedy wrote: > I released version 0.6.0 yesterday. On January 10 or so, I will mer

  1   2   >