Page 1 of 1

VLC with libfdk_aac

Posted: 27 Jun 2013 16:20
by gepebril
Hi there,

Is it possible to compile a version of VLC for windows with libfdk_aac and use this via command line?
I did it for FFMpeg in Linux with succes. Unfortunately I have to use VLC in Windows.
If so has anyone made an attempt?

Your sincerely,

Albert

Re: VLC with libfdk_aac

Posted: 27 Jun 2013 19:57
by RĂ©mi Denis-Courmont
In theory, yes. I don't think this has ever been tried. Most people doing custom builds for command line streaming use Linux or another Unix clone.

Re: VLC with libfdk_aac

Posted: 28 Jun 2013 16:52
by gepebril
Yup,

I would love to use Linux, unfortunately are not all capture cards equipped with Linux drivers :(
It's still about the money.
Well if I have some time I would give it a try, as I see to build VLC you need Linux and cross compile it.
A sound improvement always is nice for a software product.

Yours sincerely,

Albert

Re: VLC with libfdk_aac

Posted: 29 Jun 2013 19:03
by gepebril
I found the manual to built VLC on Windows. You have to do it on Linux., see http://wiki.videolan.org/Win32Compile
But what I don't see is parts to parts to built lame, x264, or parts like libfdk_aac like the example here: http://linuxsysconfig.com/2013/04/compi ... -centos-6/

Code: Select all

cd /opt/source/ffmpeg/ git clone --depth 1 git://github.com/mstorsjo/fdk-aac.git cd fdk-aac autoreconf -fiv ./configure --enable-shared make make install
And where does VLC obtain the FFMpeg part from? As far as I know, that is where libfdk_aac should be put into.
Any help?

Re: VLC with libfdk_aac

Posted: 30 Jun 2013 00:55
by gepebril
Although I rarely compile, and surely never write my own make files, I think the solution lies here.
http://stuff.mit.edu/afs/sipb/project/v ... TALL.win32

Re: VLC with libfdk_aac

Posted: 02 Jul 2013 15:43
by Jean-Baptiste Kempf
0.8.6d? You are kidding, right?