Recherche avancée

Médias (91)

Autres articles (68)

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

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

Sur d’autres sites (8033)

  • Revision 014b9c70f7 : Merge "Fix a bug"

    11 décembre 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Merge "Fix a bug"

  • Revert "avformat/format : temporarily use old next api"

    1er avril 2018, par Josh de Kock
    Revert "avformat/format : temporarily use old next api"
    

    This reverts commit 909e00ae816df9b6a05b1c4d0cafb794d4d0ca28.

    There is no need to use the old API anymore as the new API now
    behaves in the same way (treating devices as formats when loaded).

    Signed-off-by : Josh de Kock <josh@itanimul.li>

    • [DH] libavformat/format.c
  • Revert "avfilter/setparams : add FF_FILTER_FLAG_HWFRAME_AWARE"

    29 septembre 2020, par Mark Thompson
    Revert "avfilter/setparams : add FF_FILTER_FLAG_HWFRAME_AWARE"
    

    This reverts commit 5bbf58ab876279ca1a5a2f30563f271c99b93e62.

    The setparams filters are not hwframe aware, so the default context
    passthrough behaviour is needed to allow using them with hardware frames.

    • [DH] libavfilter/vf_setparams.c