Recherche avancée

Médias (91)

Autres articles (18)

  • 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 (3254)

  • lavc/libopenh264enc : add bit rate control select support

    29 avril 2020, par Linjie Fu
    lavc/libopenh264enc : add bit rate control select support
    

    RC_BITRATE_MODE :
    set BITS_EXCEEDED to iCurrentBitsLevel and allows QP adjust
    in RcCalculatePictureQp().

    RC_BUFFERBASED_MODE :
    use buffer status to adjust the video quality.

    RC_TIMESTAMP_MODE :
    bit rate control based on timestamp, introduced in release 1.4.

    Default to use RC_QUALITY_MODE.

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/libopenh264enc.c
  • Updated Zip.php to version 1.33, fixing a problem where some directories

    3 juin 2012, par Grandt
    Updated Zip.php to version 1.33, fixing a problem where some directories
    would be created with an additional empty subdirectory
    Some code cleanup
    Fixed a problem in EPub.php, where EPUBChecker would report a problem with
    the mimetype file having 28 bytes of extra field data.
  • Revision 52d273674b : Further rate control cleanups Includes various cleanups. Streamlines the interf

    4 décembre 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Further rate control cleanups

    Includes various cleanups.
    Streamlines the interfaces so that all rate control state
    updates happen in the vp9_rc_postencode_update() function.
    This will hopefully make it easier to support multiple
    rate control schemes.
    Removes some unnecessary code, which in rare cases can casue
    a difference in the constrained quality mode output, but
    other than that there is no bitstream change yet.

    Change-Id : I3198cc37249932feea1e3691c0b2650e7b0c22fc