Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (104)

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

  • Revision 6a501462f8 : First draft of vp9_short_idct32x32_add_neon. Lots of TODO which will be taken c

    12 septembre 2013, par Christian Duvivier

    Changed Paths :
     Modify /vp9/common/arm/neon/vp9_idct16x16_neon.c


     Add /vp9/common/arm/neon/vp9_idct32x32_neon.c


     Modify /vp9/common/arm/neon/vp9_short_idct16x16_add_neon.asm


     Add /vp9/common/arm/neon/vp9_short_idct32x32_add_neon.asm


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/vp9_common.mk



    First draft of vp9_short_idct32x32_add_neon.

    Lots of TODO which will be taken care in upcoming changes. As is,
    about 6x faster than C version.

    Change-Id : Ie2557b72fd2d8edca376dbf400a4d173aa5e63e0

  • jpeg2000 : drop red-blue swap

    30 mai 2013, par Michael Niedermayer
    jpeg2000 : drop red-blue swap
    

    This should no longer be needed as the pix fmt was updated

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/jpeg2000dec.c
  • How to detect blue screen of ffmpeg video packet ?

    28 novembre 2017, par 심상원

    Good morning. There is one question about FFMPEG.

    I’m using FFMPEG to study C ++ on Linux.

    When the camera spirituality is RTSP and the format is H.264,

    I would like to determine if the camera image is a blue screen, but the following concepts are confusing.

    1. KeyFrame comes in 1 second or every X seconds cycle. Does the KeyFrame get delivered from the camera even if it is still the same image ?

    2. If the KeyFrame is delivered, is the size of the packet transmitted between the cycles zero ?

    3. If the above method is the same as normal image, should I compare the individual frames after decoding ?

    If you do not have any of these questions, please let me know if you have a good way.

    Thank you.