resander
December 27th, 2008, 05:46 AM
I am using Ubuntu 8.10 and installed ffmpeg via Synaptic.
After cd /usr/bin and ffmpeg -version I get:
ken@ken-desktop:/usr/bin$ ffmpeg -version
FFmpeg version UNKNOWN-svn15824+3:0.svn20081115-1ubuntu1~ppa1, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --extra-version=svn15824+3:0.svn20081115-1ubuntu1~ppa1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-libgsm --enable-libschroedinger --enable-libtheora --enable-libvorbis --enable-pthreads --disable-stripping --disable-vhook --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-altivec --disable-vis --enable-shared --disable-static
libavutil 49.12. 0 / 49.12. 0
libavcodec 52. 3. 0 / 52. 3. 0
libavformat 52.23. 1 / 52.23. 1
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 1. 0 / 0. 1. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Dec 15 2008 18:22:40, gcc: 4.3.2
FFmpeg UNKNOWN-svn15824+3:0.svn20081115-1ubuntu1~ppa1
libavutil 49.12. 0 / 49.12. 0
libavcodec 52. 3. 0 / 52. 3. 0
libavformat 52.23. 1 / 52.23. 1
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 1. 0 / 0. 1. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
which shows that ffmpeg reacts and libraries are installed.
I want to go through a tutorial written in C that uses include files
#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>
I cannot find avcodec.h, avformat.h, avutil.h or any other ffmpeg include file.
Where are they?
After cd /usr/bin and ffmpeg -version I get:
ken@ken-desktop:/usr/bin$ ffmpeg -version
FFmpeg version UNKNOWN-svn15824+3:0.svn20081115-1ubuntu1~ppa1, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --extra-version=svn15824+3:0.svn20081115-1ubuntu1~ppa1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-libgsm --enable-libschroedinger --enable-libtheora --enable-libvorbis --enable-pthreads --disable-stripping --disable-vhook --enable-libdc1394 --disable-armv5te --disable-armv6 --disable-altivec --disable-vis --enable-shared --disable-static
libavutil 49.12. 0 / 49.12. 0
libavcodec 52. 3. 0 / 52. 3. 0
libavformat 52.23. 1 / 52.23. 1
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 1. 0 / 0. 1. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Dec 15 2008 18:22:40, gcc: 4.3.2
FFmpeg UNKNOWN-svn15824+3:0.svn20081115-1ubuntu1~ppa1
libavutil 49.12. 0 / 49.12. 0
libavcodec 52. 3. 0 / 52. 3. 0
libavformat 52.23. 1 / 52.23. 1
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 1. 0 / 0. 1. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
which shows that ffmpeg reacts and libraries are installed.
I want to go through a tutorial written in C that uses include files
#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>
I cannot find avcodec.h, avformat.h, avutil.h or any other ffmpeg include file.
Where are they?