Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (72)

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

  • Merge pull request #390 from hjfuji/feature/ja

    4 avril 2013, par jackmoore
    Merge pull request #390 from hjfuji/feature/ja
    

    Japanese translation

  • avformat/movenc : correct loci parameter handling

    26 mars 2023, par Gyan Doshi
    avformat/movenc : correct loci parameter handling
    

    3GPP TS 26.244 Table 8.10 specifies that longitude is written before
    latitude. The MOV demuxer already expects the correct order. So, write
    them in that order.

    However, the user supplied string may also be used in MOV mode which
    requires ISO 6709 format which specifies latitude first. The demuxer
    also exports the loci value in that format. So parser adjusted as well.

    • [DH] libavformat/movenc.c
  • libavdevice/dshow.c : Correct CoGetMalloc check

    13 février 2016, par FearThe1337
    libavdevice/dshow.c : Correct CoGetMalloc check
    

    Current if statement would always be false due to assigning the value of
    S_OK which equals 0.

    Signed-off-by : FearThe1337 <git@fearthe1337.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavdevice/dshow.c