Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (70)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (12068)

  • Windows again

    24 septembre 2013, par Mikko Koppanen — Imagick

    Seems like the new Windows build system is online and Imagick for Windows is now provided here :

    http://windows.php.net/downloads/pecl/releases/imagick/

  • Imagick and Gmagick builds available for Windows

    19 septembre 2009, par Mikko Koppanen — Imagick, PHP stuff

    The new Windows build page http://valokuva.org/magick/ contains builds for both Imagick and Gmagick. All builds are done using VC9 and PHP 5.3.

    ImageMagick builds are QuantumDepth 16 (default).
    GraphicsMagick builds are QuantumDepth 8 (default).

    Please note that these builds won’t work with the official PHP.net binaries which are compiled using VC6.

    Edit : Pierre corrected me that there are official VC9 builds of PHP available at http://windows.php.net/download/

  • Install ffmpeg (perl package) on windows xp

    3 janvier 2013, par user763852

    I'm trying to install ffmpeg by typing "cpan install FFmpeg" in my command prompt. I've got Image::Magick, Image::PBM, Image::Magick::Iterator installed, which, I understand, are some of the prerequisites that I need, but it appears that that's not enough. Here's some additional information. I get the error message :

    Note (probably harmless): No library found for -lavcodec
    Note (probably harmless): No library found for -lavformat
    Note (probably harmless): No library found for -lz
    Note (probably harmless): No library found for -ldl
    Note (probably harmless): No library found for -lmp3lame
    Note (probably harmless): No library found for -logg
    Note (probably harmless): No library found for -lvorbis
    Note (probably harmless): No library found for -lvorbisenc
    In file included from ffmpeg.h:2,
                from FFmpeg.xs:16:
    ./ffmpeg-6036.c:21:22: avformat.h: No such file or directory
    ./ffmpeg-6036.c:22:21: swscale.h: No such file or directory
    ./ffmpeg-6036.c:23:23: framehook.h: No such file or directory
    ./ffmpeg-6036.c:24:21: dsputil.h: No such file or directory
    ./ffmpeg-6036.c:25:17: opt.h: No such file or directory
    ./ffmpeg-6036.c:44:21: version.h: No such file or directory
    ./ffmpeg-6036.c:45:22: cmdutils.h: No such file or directory

    I'm guessing that I need to install those files and tell the installer where to find them. How do I do that, if that's what I need to do ?