Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (45)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (6929)

  • movenc : Write tfdt atoms

    6 octobre 2014, par Martin Storsjö
    movenc : Write tfdt atoms
    

    These allow getting the absolute start timestamp of a fragment
    without reading preceding timestamps. This fixes sync between
    tracks if starting from fragments in different streams that don’t
    align exactly.

    This also is a prerequisite for producing DASH content.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c
  • movenc : Add a flag for using default-base-is-moof in tfhd atoms

    29 octobre 2014, par Martin Storsjö
    movenc : Add a flag for using default-base-is-moof in tfhd atoms
    

    Similarly to the omit_tfhd_offset flag added in e7bf085b, this
    avoids writing absolute byte positions to the file, making them
    more easily streamable.

    This is a new feature from 14496-12:2012, so application support
    isn’t necessarily too widespread yet (support for it in libav was
    added in 20f95f21f in July 2014).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] doc/muxers.texi
    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/movenc.h
    • [DBH] libavformat/version.h
  • configure : Group system feature variables and system libraries together

    26 septembre 2017, par Diego Biurrun
    configure : Group system feature variables and system libraries together
    
    • [DBH] configure