Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (13149)

  • Is it possible to make 2 different quality videos match each other on a frame by frame basis

    26 décembre 2022, par Jon Freynik

    I have 1 high quality version and 1 low quality version of the same video. Is it possible to encode / degrade the high quality version to match the low quality version on a near perfect, frame by frame basis ? or do I need to know exactly what steps /software was used to compress / encode the low quality version ?

    


    When I try to match codecs and quality the frames almost match but are a little off.

    


  • Revision 5894e7ef50 : Add const to match declaration The definition fell out of sync in I7d2fda72de5f

    16 décembre 2013, par Johann

    Changed Paths :
     Modify /vp9/decoder/vp9_decodemv.c



    Add const to match declaration

    The definition fell out of sync in
    I7d2fda72de5fc27e86c6589543b41fa044681dbf

    Change-Id : I3ce3f6ba96bb121f51efaa08f64a69ad9f731a9e

  • FFMPEG/libav : how to match a linux lib version to a source code commit

    31 août 2016, par Gauthier

    I’m having trouble using a libav function, so I thought I’d dig into the source and see why it’s not doing what I expect.

    I want to checkout the source version used on my system, obviously, but I don’t know how to match these.

    $ ldd my_application | grep avformat
    libavformat.so.56 => /usr/local/lib/libavformat.so.56 (0x00007f629ef8f000)

    How can I find out the git tag that was used to build version 56 of the shared lib ?