Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (111)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (16551)

  • How to control webcam's exposure time (using V4L2) based on the certain pixel's value ?

    16 avril 2022, par Garid

    I'd like to control the exposure time such that certain average value of certain window (e.g. 10x10+230+70) always fall between 100 to 220.

    


    /p.s. Camera is monochrome/

    


    Something like following :

    


    loop
    if average value > 220:
        v4l2: lower the exposure
    else if average value > 100:
        v4l2: higher the exposure
    else if 100 < average value < 220:
        break the loop


    


    I can do this with Python with OpenCV. I'm looking for another solutions

    


    Is there any solutions with ffmpeg, or imagemagick ?

    


  • avcodec/h264_refs : Rewrite code to make control flow clearer

    26 mars 2024, par Andreas Rheinhardt
    avcodec/h264_refs : Rewrite code to make control flow clearer
    

    While this change IMO makes the control flow clearer
    for the human reader, it is especially important for
    GCC : It erroneously believes that it is possible to
    enter the SHORT2(UNUSED|LONG) cases without having
    entered the preceding block that initializes pic,
    frame_num, structure and j ; it would emit -Wmaybe-uninitialized
    warnings for these variables if they were not pseudo-
    initialized with av_uninit(). This patch allows to remove
    the latter.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/h264_refs.c
  • Revision aa7c495472 : Rename vp8_cfg to vp9_cfg in vp9_cx_iface This variable takes control parameter

    19 février 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/vp9_cx_iface.c



    Rename vp8_cfg to vp9_cfg in vp9_cx_iface

    This variable takes control parameters for vp9 encoder, hence
    renamed vp9_cfg.

    Change-Id : I9b253c41a06e44d97fe699f26005cd71e2eeb36c