Recherche avancée

Médias (0)

Mot : - Tags -/page unique

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

Autres articles (86)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (14509)

  • cpu.h : Fix compiler detection

    15 février 2017, par Erik de Castro Lopo
    cpu.h : Fix compiler detection
    

    GCC version 4.6 was throwing an error on `__has_attribute` which
    seems to be Clang specific. Solution was to un-nest the CPP code
    so that Clang is confirmed before the `__has_attribute` is hit.

    • [DH] src/libFLAC/include/private/cpu.h
  • Revision 5d0174bc02 : Skip AS detection for VS Visual Studio doesn't use the assembler in $PATH Chan

    12 décembre 2011, par Johann Koenig

    Changed Paths : Modify /build/make/configure.sh Skip AS detection for VS Visual Studio doesn't use the assembler in $PATH Change-Id : I169f8492127cbc1d256a2fb2e749cd970040ccc8

  • FFMPEG : How to encode for seekable video at high key frame interval

    22 novembre 2015, par Johnny Slack

    I’m looking for an ffmpeg comand that’s best used if I’m controlling a video to mouse control on "requestAnimationFrame". Basically, it needs to be fast-seeking and encoded at a high key frame interval. I can’t seem to nail down what parameters aid in fast-seeking and high key frames.

    thanks !
    Johnny