Page 1 of 1

Trying to make a Lite VLC on CentOS

Posted: 06 Jun 2007 10:42
by Nem
Hi !
This is my firts post on this forum, hope i will manage to be clear in my explanations.

First, i'm not very familiar with Linux and Friends, so please excuse me if certain of my questions are basics.

I'm trying to build a lite VLC on CentOS (Red Hat clone).

I would like to use it as a transformation tool (i.e. MJPEG video -> MPEG4 video for example).

I need VLC to support MJPEG, MPEG4, H.264, JPEG, BMP, AAC and AMR.

So i think i will certainly need ffmpeg.

No use of any graphical interface or other things that are not directly connected to my needs.

Does someone have an idea for the ./configure i have to do ? Cause i've made some trys, but they weren't very concluant ^^...

Thx for help !

Posted: 06 Jun 2007 10:54
by Jean-Baptiste Kempf
Why don't you use RHEL or Fedora Packages ?

Posted: 06 Jun 2007 13:41
by Nem
I don't use those packages because i have to compile VLC to a minimal size (mean that i would like to keep enought stuff to do just what i need, no other features).
And those packages are more globals (or i haven't understand something) (and that's possible ^^).

Posted: 06 Jun 2007 14:13
by Jean-Baptiste Kempf
Ok, you need --enable-ffmpeg --with-ffmpeg-tree, --with-faad, --enable-sout

Posted: 06 Jun 2007 15:33
by Nem
Tanks for your fast answers j-b !
I will try using those options.