[Kdenlive-devel] why does kdenlive choke on all videos from stopmotion?

Mads Bondo Dydensborg mads at dydensborg.dk
Mon Apr 7 05:59:41 UTC 2008


mandag 07 April 2008 skrev dan williams:
> hmm, seems what I have is the highest debian stable offers. has compiling 
kdenlive become and easier in the last year?

Sort of. For best results I think you should still compile ffmpeg, mlt, mlt++ 
and kdenlive from source. Here is an overview I got from a coworker and 
modified to my own needs (you need to have checked out the svn repos of these 
guys, and you need quite a lot of -dev packages too):

ffmpeg:

make clean
./configure --prefix=/opt --enable-gpl --enable-nonfree --enable-liba52 --enable-libdc1394 --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-shared --disable-static --enable-postproc
echo 'LDFLAGS+=-Wl,-rpath,$(LIBDIR)' >> config.mak
make -j2
sudo make install

MLT:

make clean
export CFLAGS="-I/opt/include/libavformat/ -I/opt/include/libavcodec/ "
env PKG_CONFIG_PATH=/opt/lib/pkgconfig \
./configure --prefix=/opt --enable-gpl --enable-motion-est --avformat-shared=/opt
echo 'LDFLAGS+=-Wl,-rpath -Wl,$(libdir)' >> config.mak
make -j2 OPTIMISATIONS=
sudo make install 

MLT++:

make clean
env PATH=/opt/bin:$PATH ./configure
echo CXXFLAGS+=-g >> config.mak 
make -j2
sudo make install

kdenlive:

make clean
env PKG_CONFIG_PATH=/opt/lib/pkgconfig PATH=/opt/bin:$PATH 
cmake . -DCMAKE_INSTALL_PREFIX=/opt
perl -pi.orig -e 's{ -rdynamic }
{ -rdynamic -Wl,-rpath,/opt/lib } ' ./kdenlive/CMakeFiles/kdenlive.dir/build.make
make -j2
sudo make install

Regards

Mads

> 
>   dan
> 
> José Jorge wrote:
> > dan williams escreveu:
> >> is there hope???
> >> kdenlive 0.4 (using kde 3.5.5 under linux debian kernel (for what it 
matters) 2.6.16.45 )
> >>
> >> dan
> >>   
> > 
> > You should at least try with 0.5 version. I dot stopmotion with it.
> > 
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> > Register now and save $200. Hurry, offer ends at 11:59 p.m., 
> > Monday, April 7! Use priority code J8TLD2. 
> > 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> > _______________________________________________
> > Kdenlive-devel mailing list
> > Kdenlive-devel at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/kdenlive-devel
> > 
> 
> -- 
> Dan Williams, Owner
> http://eds.dyndns.org:81/
> Electronic Device Services
> (604) 886 5934
> 2022 Lower rd
> Roberts Creek BC Canada
> V0N 2W6
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Register now and save $200. Hurry, offer ends at 11:59 p.m., 
> Monday, April 7! Use priority code J8TLD2. 
> 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Kdenlive-devel mailing list
> Kdenlive-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kdenlive-devel
> 
> 



-- 
Mads Bondo Dydensborg   mads at dydensborg.dk   http://www.madsdydensborg.dk/

"The government of the United States is not, in any sense, founded on
the Christian religion." -George Washington, November 4, 1796

"No, I don't know that Atheists should be considered as citizens, nor
should they be considered patriots. This is one nation under God."
                          -George H. W. Bush, August 27, 1987





More information about the Kdenlive mailing list