Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (12)

  • 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 (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • 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

Sur d’autres sites (2759)

  • What is the best program to convert AVI to MP4 for playing online [on hold]

    8 avril 2016, par D3F4ULT

    I got several files into AVI movies, videos and more, and want to convert all MP4 so that it is playable on players like jwplayer, is there any ready tool for this task, which would be the best way for me to do this, the goal is :

    1 - Keep the collection of videos I have on HD in MP4 format playable online
    2 - Keep the same quality or same quality and most faithful possible
    3 - If possible to maintain the same quality, make the MP4 file have the same size or very close to the original file in AVI

  • libavformat/http: Refactor and fix additional leaks in get_cookies.

    19 avril 2018, par Richard Shaffer
    libavformat/http: Refactor and fix additional leaks in get_cookies.
    

    This refactors get_cookies to simplify some code paths, specifically for
    skipping logic in the while loop or exiting it. It also simplifies the logic
    for appending additional values to *cookies by replacing strlen/malloc/snprintf
    with one call av_asnprintf.

    This refactor fixes a bug where the cookie_params AVDictionary would get leaked
    if we failed to allocate a new buffer for writing to *cookies.

    • [DH] libavformat/http.c
  • fate : Fix test name for pixfmts tests

    20 avril 2015, par Timothy Gu
    fate : Fix test name for pixfmts tests
    

    The last pixel format gets leaked as `$test` further down the pipeline.

    See for example https://fate.libav.org/x86_32-netbsd-clang-no-inline-asm/20150420020104
    Note the odd test names like “yuvj444p.”

    CC : libav-stable@libav.org

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] tests/fate-run.sh