Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (104)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (3889)

  • vp9 : set color range to MPEG for intraonly profile 0

    19 août 2017, par James Zern
    vp9 : set color range to MPEG for intraonly profile 0
    

    this is undocumented in the vp9 bitstream and decoding specification
    doc, but matches libvpx

    Reviewed-by : "Ronald S. Bultje" <rsbultje@gmail.com>
    Signed-off-by : James Zern <jzern@google.com>

    • [DH] libavcodec/vp9.c
  • FFmpeg get video length when duration is equal to "AV_NOPTS_VALUE"

    17 juillet 2018, par widgg

    There’s a couple of video I have where the duration value in the AVStream is set so AV_NOPTS_VALUE. But players like VLC are able to get the length of that video. Even the file property in Ubuntu can read it.

    So when this happens, what should I do to get the file length ? Either in number of frames or in seconds, doesn’t really matter.

    Thanks

    P.S. : only with the API, not interested in calling FFmpeg in the command line.

  • Tests : Replace jQuery#size() with #jQuery.length

    10 février 2015, par jzaefferer
    Tests : Replace jQuery#size() with #jQuery.length
    

    Apparently newer jQuery versions are removing size(), since length has
    been around fover, use that instead.