Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (105)

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

  • avformat/utils : add missing brackets around arguments in av_realloc() call

    22 novembre 2016, par James Almer
    avformat/utils : add missing brackets around arguments in av_realloc() call
    

    Found-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/utils.c
  • Add missing conversions from side data enum to name

    21 janvier 2016, par Neil Birkbeck
    Add missing conversions from side data enum to name
    

    Add names for recently added enums to av_frame_side_data_name.

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/frame.c
  • libavformat/matroskaenc.c : fix small memory leaks on error

    19 août 2015, par Neil Birkbeck
    libavformat/matroskaenc.c : fix small memory leaks on error
    

    Fixing small leaks that can occur when mkv_write_tracks fails in mkv_write_header
    (e.g., if video track has unknown codec). Also changing mkv_write_seekhead to take
    the MatroskaMuxContext to avoid having dangling pointers.

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/matroskaenc.c