Recherche avancée

Médias (91)

Autres articles (98)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (9942)

  • How to convert any type of video in mp4

    23 décembre 2016, par Ankit Aneja

    I’m using meteor with blaze for development of web-app. I have used html 5 video tag for play video in browser. other types like mp4 and m4v is working fine in all browser but MOV format file is not play in any browser.

    So I think to convert MOV to mp4 before upload.

    Anyone have any idea about convert video before upload using js or meteor. OR any other way we can play MOV type video in any browser

  • Revision 28826a913c : Merge "Fix eobs data type" into experimental

    3 novembre 2012, par Yunqing Wang

    Changed Paths : Modify /vp9/common/rtcd_defs.sh Modify /vp9/decoder/idct_blk.c Merge "Fix eobs data type" into experimental

  • h264_mb : Use smaller data type for refs in await_references.

    15 novembre 2014, par Reimar Döffinger
    h264_mb : Use smaller data type for refs in await_references.
    

    As far as I can tell the value can never go outside
    the int16_t type.
    And especially the cost of the initialization is
    reduced quite a bit by making it smaller.
    Overall decoding speedup not measurable though.

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] libavcodec/h264_mb.c