Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (84)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

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

Sur d’autres sites (11918)

  • cbs_h264 : Fix handling of auxiliary pictures

    7 novembre 2018, par Andreas Rheinhardt
    cbs_h264 : Fix handling of auxiliary pictures
    

    The earlier code used the most recent non-auxiliary slice to determine
    whether an auxiliary slice has the syntax of an IDR slice, even when
    the most recent slice was from a slice of a redundant frame. Now only
    slices of the primary coded picture are used, as the specifications
    mandate.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@googlemail.com>

    • [DH] libavcodec/cbs_h264_syntax_template.c
  • avformat/flacenc : support writing attached pictures

    4 avril 2018, par Rodger Combs
    avformat/flacenc : support writing attached pictures
    

    Usage of packet queueing API and some cleaning done by the committer.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/flacenc.c
  • id3v2 : fix reading v2.2 attached pictures

    10 janvier 2015, par Anton Khirnov
    id3v2 : fix reading v2.2 attached pictures
    

    In v2.2, the picture type is not a zero-terminated string, but has a
    constant size of 3 bytes.

    • [DBH] libavformat/id3v2.c