Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (31)

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

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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (4032)

  • Merge pull request #3445 from mcdado/patch-1

    23 mai 2016, par blueimp
    Merge pull request #3445 from mcdado/patch-1
    

    Correct methods visibility and minor whitespaces

  • Revision b29c48b03c : Shorten GF/arf interval in hard scenes. This patch accounts in the first pass s

    6 mars 2015, par paulwilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c



    Shorten GF/arf interval in hard scenes.

    This patch accounts in the first pass stats for blocks that
    while not coded as intra, are complex and have an intra error /
    best error ratio below a threshold.

    The modification shortens the GF arf interval for a particular
    class of content that contains a lot of blocks matching the
    above criteria. (In one short problem test sequence the average
    interval dropped from about 14-15 to 10-11)

    The change results in small net gains in metrics results for the
    Yt( 0.2%) and yt-hd ( 0.5%) sets and is approximately neutral
    for the other test sets.

    The change is currently shielded by a flag and off by default
    pending verification that it does not cause other regressions
    in tests on a wider YT test set.

    Change-Id : I6b803daa6a4ac09a6f428fb3a18be1ecedd974b7

  • How to apply a patch to ffmpeg version 3.0.2

    13 juin 2016, par user3362668

    I have this patch for ffmpeg to fix audio channel output : https://gist.github.com/outlyer/4a88f1adb7f895b93fd9, I cannot seem to find how to recompile or apply this to ffmpeg ? Curious if anyone out there has worked with this and successfully enabled it.

    Thank you !