Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (83)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10505)

  • Révision 21026 : Certaines des pages d’installation de la connexion Ldap avaient le focus sur le ...

    3 décembre 2013, par esj -
  • Révision 21028 : Report de r21026 : Certaines des pages d’installation de la connexion Ldap avaie...

    3 décembre 2013, par b b
  • Installation Error when installing MLT [on hold]

    3 décembre 2013, par user3060419

    my PC configuration is
    Gnome version 3.4.2
    memory 1.7Gib
    Processor AMD Athlon(tm) II X2 270 Processor × 2
    Graphics VESA : RS780
    Base system Debian GNU/Linux 7 (wheezy) 64-bit
    Disc 486.3Gib

    I tried to intall MLT(Media Lovin Toolkit). after installing all dependencies when i configure with this command----

    ./configure —prefix=/usr —enable-gpl —qimage-libdir=/usr/lib/ —qimage-includedir=/usr/include/qt4

    Then the output shows as----

    Configuring modules/linsys :

    Configuring modules/lumas :

    Configuring modules/motion_est :

    Configuring modules/normalize :

    Configuring modules/oldfilm :

    Configuring modules/opengl :

    Configuring modules/plus :

    Configuring modules/qimage :

    • Qt not found : disabling

    Configuring modules/resample :

    Configuring modules/rotoscoping :

    Configuring modules/rtaudio :

    Configuring modules/sdl :

    Configuring modules/sox :

    Configuring modules/swfdec :

    Configuring modules/videostab :

    Configuring modules/vmfx :

    Configuring modules/vorbis :

    Configuring modules/xine :

    Configuring modules/xml :

    Configuring mlt++ :

    Configuring swig :

    GPLv2 license used ; GPLv3 components disabled

    and when i try to make by make command, then the output is---->

    list='src/framework src/mlt++ src/melt src/modules src/swig profiles' ; \
    for subdir in $list ; do \
    make -s -C $subdir depend || exit 1 ; \
    make -C $subdir all || exit 1 ; \
    done
    make[1] : Entering directory `/root/mlt/src/framework'

    make[1] : Nothing to be done for `all'.

    make[1] : Leaving directory `/root/mlt/src/framework'

    make[1] : Entering directory `/root/mlt/src/mlt++'

    make[1] : Nothing to be done for `all'.

    make[1] : Leaving directory `/root/mlt/src/mlt++'

    make[1] : Entering directory `/root/mlt/src/melt'

    make[1] : Nothing to be done for `all'.

    make[1] : Leaving directory `/root/mlt/src/melt'

    make[1] : Entering directory `/root/mlt/src/modules'

    list='xml kino rotoscoping motion_est avformat effectv vmfx gtk2 opengl videostab rtaudio
    jackrack resample oldfilm decklink sox vorbis dv core linsys feeds kdenlive frei0r qimage
    swfdec plus xine lumas avsync normalize dgraft sdl' ; \
    for subdir in $list ; do

       if [ -f $subdir/Makefile -a ! -f disable-$subdir ] ; \

       then make -C $subdir all || exit 1; \

       fi \

    done

    make[2] : Entering directory `/root/mlt/src/modules/xml'

    make[2] : Nothing to be done for `all'.

    make[2] : Leaving directory `/root/mlt/src/modules/xml'

    make[2] : Entering directory `/root/mlt/src/modules/kino'

    g++ -I../../ -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread pkg-config --cflags libquicktime pkg-config --cflags libdv
    -Wno-deprecated pkg-config --cflags libquicktime -c -o kino_wrapper.o kino_wrapper.cc

    g++ -I../../ -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    -fPIC -pthread pkg-config --cflags libquicktime pkg-config --cflags libdv

    -Wno-deprecated pkg-config --cflags libquicktime -c -o avi.o avi.cc

    g++ -I../../ -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread pkg-config --cflags libquicktime pkg-config --cflags libdv
    - Wno-deprecated pkg-config --cflags libquicktime -c -o filehandler.o filehandler.cc

    g++ -I../../ -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread pkg-config --cflags libquicktime pkg-config --cflags libdv
    - Wno-deprecated pkg-config --cflags libquicktime -c -o riff.o riff.cc

    g++ -shared -o ../libmltkino.so factory.o producer_kino.o kino_wrapper.o avi.o error.o

    filehandler.o riff.o -L../../framework -lmlt -lpthread -Wl,—no-undefined -Wl,—as-needed
    - lstdc++ pkg-config --libs libquicktime pkg-config --libs libdv

    make[2] : Leaving directory `/root/mlt/src/modules/kino'

    make[2] : Entering directory `/root/mlt/src/modules/rotoscoping'

    make[2] : Nothing to be done for `all'.

    make[2] : Leaving directory `/root/mlt/src/modules/rotoscoping'

    make[2] : Entering directory `/root/mlt/src/modules/motion_est'

    make[2] : Nothing to be done for `all'.

    make[2] : Leaving directory `/root/mlt/src/modules/motion_est'

    make[2] : Entering directory `/root/mlt/src/modules/avformat'

    cc -shared -o ../libmltavformat.so factory.o filter_avcolour_space.o filter_avresample.o
    filter_avdeinterlace.o filter_swscale.o producer_avformat.o consumer_avformat.o -L../..
    /framework -lmlt -lpthread -Wl,—no-undefined -Wl,—as-needed -lavformat -lavcodec
    - lavutil -lswscale -lavdevice

    make[2] : Leaving directory `/root/mlt/src/modules/avformat'

    make[2] : Entering directory `/root/mlt/src/modules/effectv'

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    -fPIC -pthread -c -o factory.o factory.c

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread -c -o filter_burn.o filter_burn.c

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre

    -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE

    -fPIC -pthread -c -o image.o image.c

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread -c -o utils.o utils.c

    cc -shared -o ../libmlteffectv.so factory.o filter_burn.o image.o utils.o -L../../framework
    -lmlt -lm -Wl,—no-undefined -Wl,—as-needed

    make[2] : Leaving directory `/root/mlt/src/modules/effectv'

    make[2] : Entering directory `/root/mlt/src/modules/vmfx'

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread -c -o factory.o factory.c

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread -c -o filter_chroma.o filter_chroma.c

    filter_chroma.c : In function ‘filter_get_image’ :

    filter_chroma.c:52:10 : warning : variable ‘y’ set but not used [-Wunused-but-set-variable]

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread -c -o filter_chroma_hold.o filter_chroma_hold.c

    filter_chroma_hold.c : In function ‘filter_get_image’ :

    filter_chroma_hold.c:52:10 : warning : variable ‘y’ set but not used [-Wunused-but-set-
    variable]

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread -c -o filter_mono.o filter_mono.c

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread -c -o filter_shape.o filter_shape.c

    filter_shape.c : In function ‘filter_process’ :

    filter_shape.c:137:9 : warning : variable ‘extension’ set but not used [-Wunused-but-set-
    variable]
    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread -c -o producer_pgm.o producer_pgm.c

    cc -shared -o ../libmltvmfx.so factory.o filter_chroma.o filter_chroma_hold.o filter_mono.o
    filter_shape.o producer_pgm.o -L../../framework -lmlt -Wl,—no-undefined -Wl,—as-needed

    make[2] : Leaving directory `/root/mlt/src/modules/vmfx'

    make[2] : Entering directory `/root/mlt/src/modules/gtk2'

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread pkg-config  --cflags gtk+-2.0 pkg-config  --cflags gdk-pixbuf-2.0 pkg-config  --cflags pangoft2 -c -o factory.o factory.c
    factory.c : In function ‘initialise’ :
    factory.c:47:3 : warning : ‘g_type_init’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:669) [-Wdeprecated-declarations]

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread pkg-config  --cflags gtk+-2.0 pkg-config  --cflags gdk-pixbuf-2.0
    pkg-config  --cflags pangoft2 -c -o consumer_gtk2.o consumer_gtk2.c

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread pkg-config  --cflags gtk+-2.0 pkg-config  --cflags gdk-pixbuf-2.0 pkg-config  --cflags pangoft2 -c -o producer_pixbuf.o producer_pixbuf.c
    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre -ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC -pthread pkg-config  --cflags gtk+-2.0 pkg-config  --cflags gdk-pixbuf-2.0 pkg-config  --cflags pangoft2 -c -o pixops.o pixops.c
    pixops.c : In function ‘pixops_process’ :
    pixops.c:410:20 : warning : variable ‘tcolor2’ set but not used [-Wunused-but-set-variable]

    pixops.c:410:11 : warning : variable ‘tcolor1’ set but not used [-Wunused-but-set-variable]

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE

    -fPIC -pthread pkg-config  --cflags gtk+-2.0 pkg-config  --cflags gdk-pixbuf-2.0

    pkg-config  --cflags pangoft2 -c -o filter_rescale.o filter_rescale.c

    cc -I../.. -DARCH_X86_64 -Wall -DPIC -O2 -pipe -fno-tree-dominator-opts -fno-tree-pre
    - ffast-math -DUSE_MMX -DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
    - fPIC -pthread pkg-config  --cflags gtk+-2.0 pkg-config  --cflags gdk-pixbuf-2.0
    pkg-config  --cflags pangoft2 -c -o producer_pango.o producer_pango.c

    producer_pango.c:28:31 : fatal error : freetype/freetype.h : No such file or directory
    compilation terminated.

    make[2] : * [producer_pango.o] Error 1

    make[2] : Leaving directory `/root/mlt/src/modules/gtk2'

    make[1] : * [all] Error 1

    make[1] : Leaving directory `/root/mlt/src/modules'

    make : * [all] Error 1

    Anyone please help me to install MLT, I really need help seriously.