Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (71)

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

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8886)

  • avcodec/lagarith : disable lag_decode_zero_run_line() and ask for a sample

    29 décembre 2013, par Michael Niedermayer
    avcodec/lagarith : disable lag_decode_zero_run_line() and ask for a sample
    

    The code seems to have never been tested
    fixing it should be quite easy but needs a sample/testcase

    Fixes use of uninitialized memory
    Fixes : msan_uninit-mem_7f9a862dfabf_413_2889_assassin_OL.avi
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/lagarith.c
  • FFMpeg sample program

    22 décembre 2016, par user948620

    I am currently learning ffmpeg tutorial of Martin Bohme Tutorial Here

    and I want to compile an ffmpeg sample program using Code Block IDE but, it can’t

    #include
    #include

    #include "libavcodec/avcodec.h"
    #include "libavformat/avformat.h"

    int main(int argc, char *argv[])
    {
    av_register_all();

       return 0;
    }

    Please help me. How to compile it. I am using Linux (Ubuntu)

  • avdevice/dshow : handle unknown sample time

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : handle unknown sample time
    

    GetTime may return an error indication that the sample has not
    timestamps, or may return a NULL start time. In those cases, fall back
    to graph time. Emit log when that happens.
    Improve logging in the frame receive function : now logged against
    correct avclass instead of NULL.
    Better debug message in case sample dropped : could now be audio or
    video frame.

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow_pin.c