Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (51)

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

  • Capture pictures from IP camera

    29 décembre 2016, par Иван Деркач

    i’m trying to make project, which will take picture from ip camera (camera can’t send any esle format of video, except for .h264), my problem in that i don’t know, how to do it. I used live555 library and i tried to use openRTSP (from testProgs). So got images this way, but i had make .mp4 files and save little slices of video, after i opened them with Aforge.Video.FFMPEG library and took pictures, but i couldn’t take the video, while my parallel thread made me those files. So i checked those files in my program, but it doesn’t work. There was another problem, live555 standart program don’t write evenly(first file can be 10 sec, second can be 8 seconds, about 5-6 files don’t work, if total duration 20 secodns), and because of it Aforge couldn’t open them all. Please help me, i suggest that i should use testRTSPclient(from testProgs too), it’s dummy of real program, but i don’t know, what to do, this library little hard for my understanding. Give me advice and thanks.
    There references to this library : http://www.live555.com/
    There visual studio project of this library : http://www.bumblebee.website/downloads_l555.html

  • avcodec/vc1 : FIELDTX is only present in interlaced frame I/BI pictures

    20 mai 2018, par Jerome Borsboom
    avcodec/vc1 : FIELDTX is only present in interlaced frame I/BI pictures
    

    If v->fieldtx_is_raw is not reset to zero, it may spill over from a previous
    interlaced frame I/BI picture.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vc1.c
  • avcodec/mpegvideo_enc : Do not duplicate pictures on shifting

    19 juin 2024, par Michael Niedermayer
    avcodec/mpegvideo_enc : Do not duplicate pictures on shifting
    

    Fixes : out of array access
    Fixes : 69098/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPEG2VIDEO_fuzzer-6107989688778752
    Fixes : 69599/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPEG4_fuzzer-4848626296225792.fuzz

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpegvideo_enc.c