Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (78)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5858)

  • HNM4/HNM4A demuxer & video decoder

    28 octobre 2013, par David Kment
    HNM4/HNM4A demuxer & video decoder
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/hnm4video.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/hnm.c
    • [DH] libavformat/version.h
  • Merge commit ’e2834567d73bd1e46478ba67ac133cb8ef5f50fd’

    23 avril 2014, par Michael Niedermayer
    Merge commit ’e2834567d73bd1e46478ba67ac133cb8ef5f50fd’
    

    * commit ’e2834567d73bd1e46478ba67ac133cb8ef5f50fd’ :
    On2 AVC decoder

    Conflicts :
    Changelog
    configure
    libavcodec/avcodec.h
    libavcodec/codec_desc.c
    libavcodec/version.h

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/on2avc.c
    • [DH] libavcodec/on2avcdata.c
    • [DH] libavcodec/on2avcdata.h
    • [DH] libavcodec/version.h
    • [DH] libavformat/riff.c
  • lavc : remove libschroedinger encoding and decoding wrappers

    28 mai 2017, par Rostislav Pehlivanov
    lavc : remove libschroedinger encoding and decoding wrappers
    

    The library has stopped being developed and Debian has removed it
    from its repositories citing security issues.
    The native Dirac decoder supports everything the library has and basic
    encoding support is still provided via the native vc2 (Dirac Pro, intra
    only version of Dirac) encoder. Hence, there's no reason to still support
    linking to the library and potentially leading users into security issues.

    • [DH] Changelog
    • [DH] MAINTAINERS
    • [DH] configure
    • [DH] doc/general.texi
    • [DH] doc/platform.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/libschroedinger.c
    • [DH] libavcodec/libschroedinger.h
    • [DH] libavcodec/libschroedingerdec.c
    • [DH] libavcodec/libschroedingerenc.c