ffmpeg compilation with AMR/3GP (for flash video encoding)


/ Published in: Other
Save to your folder(s)

The AMR video and audio codec the license distribution is unclear. But you download the reference implementation here to insert in the respective avcodec library directory of ffmpeg :

http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series


Copy this code and paste it in your HTML
  1. ./configure --enable-mp3lame --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-a52 --enable-gpl --extra-cflags=-I/usr/local/include/ --extra-ldflags=-L/usr/local/lib/

URL: http://ffmpeg.mplayerhq.hu/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.