bf-Blender / Linux (2005/08/02) FFMPEG support
Moderators: jesterKing, stiv
Ok... after 2 week of "hard days nights", i get this built working.
As some of you, i'm using Ubuntu and i had troubles to install ffmpeg. Here's what i'v done to get the famous libavutil.so :
download ffmpeg cvs:
cd /usr/local
cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
./configure --enable-mp3lame --enable-vorbis --enable-faad --enable-faac --enable-a52 --enable-a52bin --enable-pp --enable-libogg --enable-gpl --enable-shared --prefix=/usr
sudo make install
It works for me, but i had to install (via synaptic) a "lot" of other libs.
As some of you, i'm using Ubuntu and i had troubles to install ffmpeg. Here's what i'v done to get the famous libavutil.so :
download ffmpeg cvs:
cd /usr/local
cvs -z9 -d:pserver:anonymous@mplayerhq.hu:/cvsroot/ffmpeg co ffmpeg
./configure --enable-mp3lame --enable-vorbis --enable-faad --enable-faac --enable-a52 --enable-a52bin --enable-pp --enable-libogg --enable-gpl --enable-shared --prefix=/usr
sudo make install
It works for me, but i had to install (via synaptic) a "lot" of other libs.
Hi,
Fot those who don't find the libs, i made this horrible thing
http://dwarf.free.fr/wip/BLENDER_ffmpeg ... -27.tar.gz
i've done it for my laptop wich is "runing" on an old slackware...
To launch blender, extract the archive, open an terminal, cd to the "BLENDER" dir and run to the blender.sh file.
So, my fisrt anim completly done (render+seq) with Blernder... having fffmpg into blender is a great pleasure !
http://dwarf.free.fr/wip/entre_amis_ffmpegPcm01.mpg4
Fot those who don't find the libs, i made this horrible thing
http://dwarf.free.fr/wip/BLENDER_ffmpeg ... -27.tar.gz
i've done it for my laptop wich is "runing" on an old slackware...
To launch blender, extract the archive, open an terminal, cd to the "BLENDER" dir and run to the blender.sh file.
So, my fisrt anim completly done (render+seq) with Blernder... having fffmpg into blender is a great pleasure !
http://dwarf.free.fr/wip/entre_amis_ffmpegPcm01.mpg4
Hi guys can you help me? I don't undestand that are this error
Linking program ==> 'blender'
/usr/lib/libavformat.a(dc1394.o): In function `dc1394_read_header':
: undefined reference to `dc1394_create_handle'
/usr/lib/libavformat.a(dc1394.o): In function `dc1394_read_header':
: undefined reference to `dc1394_get_camera_nodes'
/usr/lib/libavformat.a(dc1394.o): In function `dc1394_read_header':
: undefined reference to `dc1394_dma_setup_capture'
I have de ffmpeg, libdc1394-13-dev and libraw1394-dev and the others lib -dev
Linking program ==> 'blender'
/usr/lib/libavformat.a(dc1394.o): In function `dc1394_read_header':
: undefined reference to `dc1394_create_handle'
/usr/lib/libavformat.a(dc1394.o): In function `dc1394_read_header':
: undefined reference to `dc1394_get_camera_nodes'
/usr/lib/libavformat.a(dc1394.o): In function `dc1394_read_header':
: undefined reference to `dc1394_dma_setup_capture'
I have de ffmpeg, libdc1394-13-dev and libraw1394-dev and the others lib -dev