Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (78)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (13164)

  • Making a video with opencv and ffmpeg. How to find the right color format ?

    19 décembre 2014, par luc

    I have a webcam video recorder program built with python, opencv and ffmpeg

    It works ok except that the color of the video is more blue than the reality. The problem seems to come from color format of images.

    It seems that OpenCv is giving BGR images and ffmpeg+libx264 is expecting YUV420p. I’ve read that YUV420p correspond to YCbCr.

    opencv has no conversion from BGR to YCbCr. It only has a conversion to YCrCb.

    I have made some searchs and tried different alternatives to try converting opencv image to something that could be ok for ffmpeg+libx264. None is working. At this point, I am a bit lost and I would appreciate any pointer that could help me to fix this color issue.

  • Making a video with opencv and ffmpeg. How to find the right color format ?

    17 mai 2024, par luc

    I have a webcam video recorder program built with python, opencv and ffmpeg

    



    It works ok except that the color of the video is more blue than the reality. The problem seems to come from color format of images.

    



    It seems that OpenCv is giving BGR images and ffmpeg+libx264 is expecting YUV420p. I've read that YUV420p correspond to YCbCr.

    



    opencv has no conversion from BGR to YCbCr. It only has a conversion to YCrCb.

    



    I have made some searchs and tried different alternatives to try converting opencv image to something that could be ok for ffmpeg+libx264. None is working. At this point, I am a bit lost and I would appreciate any pointer that could help me to fix this color issue.

    


  • Revision 37d7cb607e : Remove unnecessary local variables. Change-Id : I1cdcd847f258967534ef30ba15894b4

    5 février 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/vp9_cx_iface.c



    Remove unnecessary local variables.

    Change-Id : I1cdcd847f258967534ef30ba15894b486f1519a8