you can use my vlc repository
https://edge.launchpad.net/~mapopa/+archive
add in /etc/apt/sources.list
deb http://ppa.launchpad.net/mapopa/ubuntu hardy main
deb-src http://ppa.launchpad.net/mapopa/ubuntu hardy main
then
$sudo apt-get update
$sudo apt-get install vlc
Subscribe to:
Post Comments (Atom)
3 comments:
Hi, I also read your post about compiling ffmpeg with amr support. I'm trying to get vlc to convert a movie for a cellphone, with h263 and amr_nb, so far I haven't been succesfull.
Could you post a recipe to compile VLC and ffmpeg with AMR support?
Thank's
Marc.
you must install amr-nb package from this page
http://www.penguin.cz/~utx/amr
and then configure the vlc with these options
./configure --help | grep amr
--with-ffmpeg-amrnb specify if ffmpeg has been compiled with libamrnb support
--with-ffmpeg-amrwb specify if ffmpeg has been compiled with libamrwb support
also you might need to build ffmpeg with thouse options too
1. get ffmpeg from svn
2. configure it with all amrnb/wb options (see an previus post of mine)
also you can start with this basic compiling guide from git
http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804
Post a Comment