Hi all, I'm simply trying to get a simple video (homer.avi) working with [pix_film], but there is a problem:
[pix_filmNEW]: opening homer.avi with format 1908 ... error: [pix_filmNEW]: unable to open file: homer.avi
The Gem library included in CCRMA Pd version 0.39.3-extended-rc5 works in loading the file, but I can not use it because it does not support the GEM_SINGLE_CONTEXT variable set to 1 needed for the creation os the gemwin with the fglrx driver (topic discussed recently in "[PD] gem crash using fglrx driver in ubuntu").
I suppose I have to bind the compilation with some codec library in my system, but which and how? Thanks for helping me!
Tommaso
tommaso bianco wrote:
Hi all,
I suppose I have to bind the compilation with some codec library in my system, but which and how?
correct. you have to have libavifile-dev (here it is: libavifile-0.7-dev; it might be something like avifile-devel on a fedora machine) installed at configure-/compile-/run-time.
Gem's configure will automatically detect the presence of this library and use it at compilation time.
fgmadsr IOhannes
Hi Iohannes, yes, now it is working. I installed avifile-dev, as well as libquicktime-devel, and it is now able to read both the .avi and .mov files. Now I can start play for real :-)
Here's attacched the output of the configure. I had to uninstall libmpeg3-devel because it was giving a file not found for libmpeg3.h.
Tommaso
IOhannes m zmölnig wrote:
tommaso bianco wrote:
Hi all,
I suppose I have to bind the compilation with some codec library in my system, but which and how?
correct. you have to have libavifile-dev (here it is: libavifile-0.7-dev; it might be something like avifile-devel on a fedora machine) installed at configure-/compile-/run-time.
Gem's configure will automatically detect the presence of this library and use it at compilation time.
fgmadsr IOhannes
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
checking for Base/configLinux.h.in... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether compiler accepts "-fPIC"... yes
building Gem with Controls-objects
building Gem with Geos-objects
building Gem with Manips-objects
building Gem with Nongeos-objects
building Gem with Particles-objects
building Gem with Pixes-objects
building Gem with openGL-objects
building Gem without Vertex-objects
checking for sin in -lm... yes
checking for main in -lz... yes
checking for dlopen in -ldl... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for main in -lX11... yes
checking for main in -lXext... yes
checking for XF86VidModeGetAllModeLines in -lXxf86vm... yes
checking for main in -lXext... (cached) yes
checking for "OpenGL"-framework... no
checking for glInitNames in -lGL... yes
checking for gluLookAt in -lGLU... yes
checking for "AGL"-framework... no
checking for "Carbon"-framework... no
checking for "QuickTime"-framework... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PKG_IMAGEMAGICK___CFLAGS... -fopenmp
checking for PKG_IMAGEMAGICK___LIBS... -lMagick++ -lWand -lMagick
checking for PKG_TIFF_CFLAGS...
checking for PKG_TIFF_LIBS...
checking for tiff-config... no
checking for TIFFOpen in -ltiff... yes
checking for PKG_JPEG_CFLAGS...
checking for PKG_JPEG_LIBS...
checking for jpeg-config... no
checking for jpeg_read_header in -ljpeg... yes
checking for PKG_LIBQUICKTIME_CFLAGS... -I/usr/include/lqt
checking for PKG_LIBQUICKTIME_LIBS... -lquicktime -lGL -lpthread -lm -lz -ldl
checking for PKG_LQT_CFLAGS...
checking for PKG_LQT_LIBS...
checking for lqt-config... yes
checking for PKG_MPEG3_CFLAGS...
checking for PKG_MPEG3_LIBS...
checking for mpeg3-config... no
checking for mpeg3_check_sig in -lmpeg3... no
checking for PKG_MPEG_CFLAGS...
checking for PKG_MPEG_LIBS...
checking for mpeg-config... no
checking for OpenMPEG in -lmpeg... no
checking for PKG_AVIFILE_CFLAGS... -I/usr/include/avifile-0.7
checking for PKG_AVIFILE_LIBS... -laviplay
checking for PKG_FFMPEG_CFLAGS...
checking for PKG_FFMPEG_LIBS...
checking for ffmpeg-config... no
checking for av_open_input_file in -lavformat... yes
checking whether (AVStream)->codec is of type "*AVCodecContext"... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 linux/videodev.h usability... yes
checking linux/videodev.h presence... yes
checking for linux/videodev.h... yes
checking for PKG_IEEE1394_CFLAGS...
checking for PKG_IEEE1394_LIBS...
checking for ieee1394-config... no
checking for main in -ldv... no
checking for PKG_FTGL_CFLAGS...
checking for PKG_FTGL_LIBS...
checking for ftgl-config... no
checking for main in -lftgl... no
checking for PKG_ARTOOLKIT_CFLAGS...
checking for PKG_ARTOOLKIT_LIBS...
checking for artoolkit-config... no
checking for arInitCparam in -lAR... no
checking for pthread_create in -lpthread... yes
checking for X... libraries , headers
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for memory.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for unsigned int... yes
checking size of unsigned int... 4
checking for void *... yes
checking size of void *... 4
checking for error_at_line... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for bzero... yes
checking for floor... yes
checking for gettimeofday... yes
checking for memset... yes
checking for munmap... yes
checking for pow... yes
checking for sqrt... yes
checking for strchr... yes
checking for strdup... yes
checking for strrchr... yes
checking for strstr... yes
checking for lqt_open_write... yes
checking m_pd.h usability... yes
checking m_pd.h presence... yes
checking for m_pd.h... yes
checking whether compiler accepts "-freg-struct-return"... yes
enabling "register struct return"
allows to make use of FreeFrame-effects without recompiling them
might break things, if you are using several different compilers
checking whether compiler accepts "-O3"... yes
checking whether compiler accepts "-falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops"... yes
checking whether compiler accepts "-ffast-math"... yes
checking whether compiler accepts "-mmmx"... yes
checking whether compiler accepts "-fpascal-strings"... no
checking whether linker accepts "-shared -Wl,-export-dynamic"... yes
checking whether linker accepts "-dynamiclib -mmacosx-version-min=10.3 -undefined dynamic_lookup"... no
checking whether linker accepts "-bundle -undefined suppress -flat_namespace"... no
checking for strip... strip
checking if strip is GNU strip... yes
checking for dos2unix... dos2unix
configure: creating ./config.status
config.status: creating Make.config
config.status: creating Base/configLinux.h
config.status: Base/configLinux.h is unchanged
Result: Target : Gem.pd_linux Objects : Base Controls Geos Manips Nongeos Particles Pixes openGL
Configuration:
Compiler : g++
CXXFLAGS : -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx
: -I/usr/include/ffmpeg -fopenmp -I/usr/include/lqt -I/usr/include/avifile-0.7
INCLUDES :
DEFINES :
LIBS : -lavformat -ljpeg -ltiff -lGLU -lGL -lXext -lXxf86vm -lXext -lX11 -ldl -lz -lm -lpthread
: -laviplay -L/usr/lib -lquicktime -lGL -lpthread -lm -lz -ldl -lquicktime -lGL -lpthread -lm -lz -ldl -lMagick++ -lWand -lMagick
LDFLAGS : -shared -Wl,-export-dynamic
:
Strip : strip --strip-unneeded
Install path : /usr/local
pure-data: version : 0.40 extension : pd_linux
used optional libraries:
font-rendering :
image-support use ImageMagick : yes use TIFF : yes use JPEG : yes video-support use mpeg : no use mpeg-3 : no use QuickTime : yes use aviplay : yes use ffmpeg : yes input-support use v4l : yes use ieee1394 : no
Now run make ...