Page 1 of 1

fdk-aac encoder in vlc on windows

Posted: 29 Nov 2016 03:40
by runner0502
Dear folks,
i want to encoding raw pcm to aac-ld using VLC for windows
i compile vlc git use default config, but it is not support fdk-aac encoder.
i view vlc sourcecode there is a fdk-aac module, but it is disable by default, i use --enable-fdkaac flag ,then error ocurrs: configure: error: Library fdk-aac needed for fdkaac was not found
how can i compile fdk-aac module under ubuntu for windows?
and some one say ffmpeg codec also can support fdk-aac by some modify.
witch is better way to make vlc support fdk-aac encoder for windows?

thank you for any help

Re: fdk-aac encoder in vlc on windows

Posted: 27 Dec 2016 11:32
by Jean-Baptiste Kempf
Crosscompile fdk-aac and put it in the contribs.

Re: fdk-aac encoder in vlc on windows

Posted: 08 Mar 2017 08:42
by runner0502
Crosscompile fdk-aac and put it in the contribs.
thank you for your reply,
i crosscompile fdk-aac plugin success, and write the process detail blow

http://blog.csdn.net/runner0502/article ... s/60873052

Re: fdk-aac encoder in vlc on windows

Posted: 13 Mar 2017 18:05
by Jean-Baptiste Kempf
That seems correct.