Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (93)

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

  • Les images

    15 mai 2013
  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (6488)

  • Revision 4cba43ac3d : Added rounding when using —output-shift PSNR values are slightly improved by u

    13 mai 2014, par Peter de Rivaz

    Changed Paths :
     Modify /vpxdec.c



    Added rounding when using —output-shift

    PSNR values are slightly improved by using
    rounding when shifting images back to 8bit.

    Change-Id : Ida70ca48588f933a92f906cd1ebc8e88134c07f5

  • Revision aa2d8ca7e2 : Changed —output-shift option —output-shift now infers the amount to shift fro

    13 mai 2014, par Peter de Rivaz

    Changed Paths :
     Modify /vp9/vp9_dx_iface.c


     Modify /vpx/vp8dx.h


     Modify /vpxdec.c



    Changed —output-shift option

    — output-shift now infers the amount to shift
    from the bitdepth of the decoded file.

    Option has been renamed to
    — convert-to-8bit

    Change-Id : Ieb2945bb282bb81c52a0c4f1b691c82bec5ec18c

  • Revision 747f0e3b8e : Deprecates —input-shift parameter Deprecates —input-shift parameter and inste

    16 mai 2014, par Deb Mukherjee

    Changed Paths :
     Modify /third_party/libyuv/README.libvpx


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/vpx_encoder.h


     Modify /vpxdec.c


     Modify /vpxenc.c



    Deprecates —input-shift parameter

    Deprecates —input-shift parameter and instead derives that from
    bit-depth assuming 8-bit input source. Eventually this needs to be
    derived from the input-bit-depth parameter once we support high
    bit depth input. Another parameter —test-high-internal is added
    to force use of 16 bit internal buffers for testing purposes, in
    profile 0 and 1.

    Also —bit-depth parameter now uses values 8/10/12 which is more
    intuitive than 0/1/2.

    Also includes some cleanups.

    Change-Id : I0bdd6d9caae8bb339d217551bb35a001057805ec