Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (32)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (4919)

  • 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 ?