Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (78)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Add a quality factor packet side data

    15 juillet 2015, par Vittorio Giovara
    Add a quality factor packet side data
    

    This is necessary to preserve the quality information currently exported
    with coded_frame. Add the new side data to every encoder that needs it,
    and use it in avconv.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] avconv.c
    • [DBH] avconv.h
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/dnxhdenc.c
    • [DBH] libavcodec/libx264.c
    • [DBH] libavcodec/libxavs.c
    • [DBH] libavcodec/libxvid.c
    • [DBH] libavcodec/mpegvideo_enc.c
    • [DBH] libavcodec/svq1enc.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/dump.c
  • avcodec/utils : Do not merge side data for encoders

    21 juillet 2015, par Michael Niedermayer
    avcodec/utils : Do not merge side data for encoders
    

    With side data now being added to every MPEG*/H26* video encoder
    in the form of a quality scalar, software which simply stores
    the pkt->data to get an ES stream would break.
    This also as a side-effect makes the code faster

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/utils.c
  • avcodec/mpegvideo_enc : export per frame PSNR through side data

    28 juillet 2015, par Michael Niedermayer
    avcodec/mpegvideo_enc : export per frame PSNR through side data
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpegvideo_enc.c