Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (48)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer 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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (10624)

  • Revision 754bbcfdc8 : Fix the encoder to support profile change Change-Id : Iefb928ad1174e274409facfb4

    26 février 2015, par Yaowu Xu

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


     Modify /vp9/vp9_cx_iface.c



    Fix the encoder to support profile change

    Change-Id : Iefb928ad1174e274409facfb44f80265ff0f7683

  • How to change libx264 profile when using ffmpeg backend of OpenCV

    24 mars 2015, par dvhamme

    I am using OpenCV 3.0.0 beta to write a video with
    VideoWriter vw("out.avi",VideoWriter::fourcc('h','2','6','4'),24,frame.size());

    This calls on the ffmpeg backend (avcodec version 56.26.100), which calls libx264 (build 142). However, apparently it is not possible to specify a libx264 profile from OpenCV, and the default bitrate is too low for my application.

    Where can I change the default behaviour of ffmpeg or possibly libx264 to get higher quality video written from OpenCV ?

  • How to change libx264 profile when using ffmpeg backend of OpenCV

    24 mars 2015, par dvhamme

    I am using OpenCV 3.0.0 beta to write a video with
    VideoWriter vw("out.avi",VideoWriter::fourcc('h','2','6','4'),24,frame.size());

    This calls on the ffmpeg backend (avcodec version 56.26.100), which calls libx264 (build 142). However, apparently it is not possible to specify a libx264 profile from OpenCV, and the default bitrate is too low for my application.

    Where can I change the default behaviour of ffmpeg or possibly libx264 to get higher quality video written from OpenCV ?