FFMPEG & FFMPEG-PHP (mit mp3) / Ubuntu 10

MDX

New Member
Hallo, ich versuche schon seit Stunden FFMPEG mit mp3 zu installieren und auch lauffähig zu bekommen.
Bis vorhin hat alles funktioniert bis auf die PHP unterstützung, welche allerdings unbedingt benötigt wird.
Nun habe ich mir eine neue Anleitung gesucht und dabei folgende gefunden:
http://www.hazaah.com/ubuntu/how-to...bogg-libvorbis-flvtool2-mplayer-mencoder-amr/

Allerdings funktioniert das Komplimieren von ffmpeg-php nicht, bei dem Befehl "make" wird mit folgender Meldung abgebrochen:
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_tools.c:45:21: error: swscale.h: No such file or directory
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_tools.c: In function 'ffmpeg_img_convert':
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_tools.c:67: warning: implicit declaration of function 'sws_getContext'
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_tools.c:70: error: 'SWS_BICUBIC' undeclared (first use in this function)
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_tools.c:70: error: (Each undeclared identifier is reported only once
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_tools.c:70: error: for each function it appears in.)
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_tools.c:76: warning: implicit declaration of function 'sws_scale'
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg_tools.c:81: warning: implicit declaration of function 'sws_freeContext'
make: *** [ffmpeg_tools.lo] Fehler 1
Scheinbar fehlt die Datei swscale.h... Diese Meldung hatte ich bei vielen anderen Tutorials auch schon...

P.S.: Auch ein
./configure [...] --enable-gpl --enable-swscale
bei FFMPEG brachte keine Besserung!

Auf dem Server läuft wie oben steht Ubuntu 10.04.
Falls keine eine Lösung hat, wäre es auch praktisch wenn jmd eine funktionierende Anleitung für Ubuntu 10 hat, da viele die ich ausprobiert habe nicht funktionierten...

Danke schonmal
 
Installier mal noch
aptitude install libswscale-dev

Dann hast Du auch die fehlende Datei und der Compiler kann auch das Symbol SWS_BICUBIC auflösen...

Gruss
 
Hatte ich bereits gemacht und hab ich auch nochmal ausgeührt, aber ich bekomme bei ./configure:
./configure --with-ffmpeg=/usr/local/ffmpeg
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
checking for PHP extension directory... /usr/lib/php5/20090626+lfs
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... gawk
checking for ffmpeg support... yes, shared
checking whether to force gd support in ffmpeg-php... no
checking for ffmpeg headers... ...found in /usr/local/include/ffmpeg
checking for ffmpeg libavcodec.so... ...found in /usr/lib
checking for ffmpeg swscale support... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
und bei dem mak Befehl wieder dieselbe Fehlermeldung wie oben...
 
Hm, dann muss wohl was schief gelaufen sein, als du ffmpeg selbst kompiliert hast. Die Verzeichnisstruktur sollte so aussehen:
Code:
/usr/local/ffmpeg
|-- bin
|   |-- ffmpeg
|   |-- ffprobe
|   `-- ffserver
|-- include
|   |-- libavcodec
|   |   |-- avcodec.h
|   |   |-- avfft.h
|   |   |-- dxva2.h
|   |   |-- opt.h
|   |   |-- vaapi.h
|   |   |-- vdpau.h
|   |   `-- xvmc.h
|   |-- libavdevice
|   |   `-- avdevice.h
|   |-- libavformat
|   |   |-- avformat.h
|   |   `-- avio.h
|   |-- libavutil
|   |   |-- adler32.h
|   |   |-- attributes.h
|   |   |-- avconfig.h
|   |   |-- avstring.h
|   |   |-- avutil.h
|   |   |-- base64.h
|   |   |-- common.h
|   |   |-- crc.h
|   |   |-- error.h
|   |   |-- fifo.h
|   |   |-- intfloat_readwrite.h
|   |   |-- log.h
|   |   |-- lzo.h
|   |   |-- mathematics.h
|   |   |-- md5.h
|   |   |-- mem.h
|   |   |-- pixdesc.h
|   |   |-- pixfmt.h
|   |   |-- rational.h
|   |   `-- sha1.h
|   `-- libswscale
|       `-- swscale.h
|-- lib
|   |-- libavcodec.a
|   |-- libavcodec.so -> libavcodec.so.52.72.2
|   |-- libavcodec.so.52 -> libavcodec.so.52.72.2
|   |-- libavcodec.so.52.72.2
|   |-- libavdevice.a
|   |-- libavdevice.so -> libavdevice.so.52.2.0
|   |-- libavdevice.so.52 -> libavdevice.so.52.2.0
|   |-- libavdevice.so.52.2.0
|   |-- libavformat.a
|   |-- libavformat.so -> libavformat.so.52.64.2
|   |-- libavformat.so.52 -> libavformat.so.52.64.2
|   |-- libavformat.so.52.64.2
|   |-- libavutil.a
|   |-- libavutil.so -> libavutil.so.50.15.1
|   |-- libavutil.so.50 -> libavutil.so.50.15.1
|   |-- libavutil.so.50.15.1
|   |-- libswscale.a
|   |-- libswscale.so -> libswscale.so.0.11.0
|   |-- libswscale.so.0 -> libswscale.so.0.11.0
|   |-- libswscale.so.0.11.0
|   `-- pkgconfig
|       |-- libavcodec.pc
|       |-- libavdevice.pc
|       |-- libavformat.pc
|       |-- libavutil.pc
|       `-- libswscale.pc
`-- share
    `-- ffmpeg
        |-- libx264-baseline.ffpreset
        |-- libx264-default.ffpreset
        |-- libx264-fast.ffpreset
        |-- libx264-fast_firstpass.ffpreset
        |-- libx264-faster.ffpreset
        |-- libx264-faster_firstpass.ffpreset
        |-- libx264-fastfirstpass.ffpreset
        |-- libx264-hq.ffpreset
        |-- libx264-ipod320.ffpreset
        |-- libx264-ipod640.ffpreset
        |-- libx264-lossless_fast.ffpreset
        |-- libx264-lossless_max.ffpreset
        |-- libx264-lossless_medium.ffpreset
        |-- libx264-lossless_slow.ffpreset
        |-- libx264-lossless_slower.ffpreset
        |-- libx264-lossless_ultrafast.ffpreset
        |-- libx264-main.ffpreset
        |-- libx264-max.ffpreset
        |-- libx264-medium.ffpreset
        |-- libx264-medium_firstpass.ffpreset
        |-- libx264-normal.ffpreset
        |-- libx264-placebo.ffpreset
        |-- libx264-placebo_firstpass.ffpreset
        |-- libx264-slow.ffpreset
        |-- libx264-slow_firstpass.ffpreset
        |-- libx264-slower.ffpreset
        |-- libx264-slower_firstpass.ffpreset
        |-- libx264-slowfirstpass.ffpreset
        |-- libx264-superfast.ffpreset
        |-- libx264-superfast_firstpass.ffpreset
        |-- libx264-ultrafast.ffpreset
        |-- libx264-ultrafast_firstpass.ffpreset
        |-- libx264-veryfast.ffpreset
        |-- libx264-veryfast_firstpass.ffpreset
        |-- libx264-veryslow.ffpreset
        `-- libx264-veryslow_firstpass.ffpreset
von hier ./include/libswscale/swscale.h sollte sich ffmpeg_tools.c nämlich die bemängelte Datei holen.

Gruss
 
Back
Top