Page 1 of 1

Kdenlive, Openshot and xvid support

PostPosted: Sep 4th, '11, 09:54
by papa33
Hello,

I'm trying to enable xvid support in Kdenlive and Openshot.
I have compiled ffmpeg (latest) with --enable-libxvid and I also build mlt with the same option but when I type melt -query "video_codecs", I can't see libxvid and it is not available in kdenlive and openshot.
Nevertheless, if I type ffmpeg -codecs, I can read the line
EV libxvid libxvidcore MPEG-4 part 2
so the problem seems to come from mlt building, but I really don't see how to solve this.

Thanks in advance for help,
papa

Re: Kdenlive, Openshot and xvid support

PostPosted: Sep 4th, '11, 10:04
by doktor5000
Please show the outputs of
Code: Select all
rpm -qa | grep ffmpeg
rpm -qa | grep avformat
rpm -qa | grep mlt

Re: Kdenlive, Openshot and xvid support

PostPosted: Sep 4th, '11, 10:20
by papa33
Code: Select all
rpm -qa | grep ffmpeg
libffmpeg-static-devel-0.6.3-2.mga1.tainted
libffmpeg52-0.6.3-2.mga1.tainted
libffmpeg-devel-0.6.3-2.mga1.tainted
ffmpeg-0.6.3-2.mga1.tainted
gstreamer0.10-ffmpeg-0.10.11-3.mga1
libffmpegthumbnailer4-2.0.6-1.mga1
ffmpegthumbs-4.6.5-0.1.mga1
ffmpegthumbnailer-2.0.6-1.mga1


Code: Select all
rpm -qa | grep avformat
libavformats52-0.6.3-2.mga1.tainted



Code: Select all
rpm -qa | grep mlt
libmlt4-0.7.2-1.1.mga1
python-mlt-0.7.2-1.1.mga1
mlt-0.7.2-1.1.mga1
libmlt++3-0.7.2-1.1.mga1


Re: Kdenlive, Openshot and xvid support

PostPosted: Sep 4th, '11, 10:51
by doktor5000
What does
Code: Select all
rpm -qa | grep xvid
output?

Well, i'd open up a bugreport about the issue: https://bugs.mageia.org/enter_bug.cgi?p ... mat=guided

Re: Kdenlive, Openshot and xvid support

PostPosted: Sep 4th, '11, 10:56
by papa33
Code: Select all
rpm -qa | grep xvid
libxvid4-1.3.1-2.mga1
gstreamer0.10-xvid-0.10.21-3.mga1.tainted
libxvid-devel-1.3.1-2.mga1


[SOLVED] Re: Kdenlive, Openshot and xvid support

PostPosted: Sep 5th, '11, 09:47
by papa33
Finally found a solution
1) re-build ffmpeg 0.6.3 adding libxvid :

Code: Select all
./configure --prefix=/usr --enable-shared --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libmp3lame --enable-libfaad --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libxvid


2) re-buid mlt 0.7.2 :

Code: Select all
./configure --enable-gpl --avformat-swscale --avformat-ldextra="-lmp3lame -lfaad -lxvidcore -lx264 -lvorbis -ltheora -lvorbisenc -logg -lbz2"


Thanks for help

Re: Kdenlive, Openshot and xvid support

PostPosted: Sep 5th, '11, 09:59
by doktor5000
Could you still open up a bugreport for the missing xvid support for kdenlive and openshot, please?

Re: Kdenlive, Openshot and xvid support

PostPosted: Sep 14th, '11, 16:40
by stormi
Hi, did you open the bug report in http://bugs.mageia.org regarding xvid support in openshot and kdenlive ?

Re: Kdenlive, Openshot and xvid support

PostPosted: Sep 14th, '11, 17:07
by papa33
stormi wrote:Hi, did you open the bug report in http://bugs.mageia.org regarding xvid support in openshot and kdenlive ?

No because I consider that it is not a bug...

Re: Kdenlive, Openshot and xvid support

PostPosted: Sep 14th, '11, 17:20
by stormi
Being forced to rebuild a piece of software to get xvid support, if it's not a bug improving it would be a real improvement, isn't it ? Bugzilla is not only for bugs.