Results 1 to 2 of 2
Hi,
To enable libmp3lame for ffmpeg, I have read the following:
cd into the ffmpeg directory and run the following:
$ ./configure --enable-gpl --enable-liba52 --enable-libgsm --enable-libxvid \
--enable-libamr_nb --enable-libamr_wb --enable-libmp3lame ...
- 09-18-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 1
How to enable libmp3lame for ffmpeg?
Hi,
To enable libmp3lame for ffmpeg, I have read the following:
cd into the ffmpeg directory and run the following:
$ ./configure --enable-gpl --enable-liba52 --enable-libgsm --enable-libxvid \
--enable-libamr_nb --enable-libamr_wb --enable-libmp3lame --enable-libogg \
--enable-libvorbis --enable-libfaac --enable-libfaad --enable-shared
But I don't know where the ffmpeg directory is ...
Can anybody help me pls?
Thanks!
Christophe
- 09-21-2011 #2Just Joined!
- Join Date
- Sep 2011
- Posts
- 1
Find where it is with this command. If not installed then it shows no path.
$whereis ffmpeg


Reply With Quote