Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (44)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (4484)

  • vdpau : add support for the H.264 High 4:4:4 Predictive profile

    19 décembre 2014, par Rémi Denis-Courmont
    vdpau : add support for the H.264 High 4:4:4 Predictive profile
    

    Signed-off-by : Rémi Denis-Courmont <remi@remlab.net>
    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/vdpau_h264.c
    • [DBH] libavcodec/vdpau_internal.h
  • 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 ?