Skip to content

About ffmpeg and audio problem with FLV

In the name of Allah

Big thanks to Luar, who helped us to solve the problem with audio when converting from video to FLV with ffmpeg. I read his post. In Installing and configuring ffmpeg, he write this commends:

./configure –enable-gpl –enable-mp3lame –enable-shared –prefix=/usr
make clean && make
make install

It will never work with the new version of ffmpeg, because the ” mp3lame ” changed to be ” libmp3lame “, so the new commends will be :

./configure –enable-gpl –enable-libmp3lame –enable-shared –prefix=/usr
make clean && make
make install

bye,,,

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*