Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (8284)

  • Is there a way to run a ffmpeg command based on the videos resolution ?

    15 avril 2022, par William Lee

    As an example, if a video has a maximum resolution of 480p, DO NOT convert it to 1080p, just convert it from 144p to 480p.

    


    Is there any way that this is possible ?

    


  • Revision 13930cf569 : Limit mv range to be based on partition size Previous change c4048dbd limits th

    23 août 2013, par Yaowu Xu

    Changed Paths :
     Modify /vp9/common/vp9_enums.h


     Modify /vp9/encoder/vp9_encodeframe.c



    Limit mv range to be based on partition size

    Previous change c4048dbd limits the mv search range assuming max block
    size of 64x64, this commit change the search range using actual block
    size instead.

    Change-Id : Ibe07ab02b62bf64bd9f8675d2b997af20a2c7e11

  • Revision 10bae82510 : Adds variance based fixed size partitioning Adds a method for determining a fix

    25 février 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.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_rdopt.c



    Adds variance based fixed size partitioning

    Adds a method for determining a fixed size partition based on
    variance of a 64x64 SB. This method is added to rtc speed 6.
    Also fixes a bug in rtc_use_partition() and includes some
    refactoring related to partitioning search, and some cosmetics.

    Currently compared to speed 5, the coding efficiency of speed 6
    is -19% and that of speed 7 is -55%, in cbr mode.

    Change-Id : I057e04125a8b765906bb7d4bf7a36d1e575de7c6