Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (37)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

Sur d’autres sites (4448)

  • lavf/webvttdec : use private option to specify WebVTT kind

    24 juin 2013, par Matthew Heaney
    lavf/webvttdec : use private option to specify WebVTT kind
    

    WebVTT subtitle tracks have four kinds. Certain downstream muxers
    (such as for WebM) need to know which WebVTT kind this is, in order to
    specify the codec id of the output track.

    A new private input option, "-kind", has been added to the WebVTT
    demuxer. It accepts as a value any of "subtitles" (the default),
    "captions", "descriptions", and "metadata". The kind option value is
    used to assign a value to the stream disposition flag, to which four
    new values have been added, corresponding the four WebVTT kinds.

    Signed-off-by : Matthew Heaney <matthewjheaney@google.com>
    Signed-off-by : Clément Bœsch <ubitux@gmail.com>

    • [DH] libavformat/webvttdec.c
  • libx264 : Fix noise_reduction option assignment

    16 février 2016, par Vittorio Giovara
    libx264 : Fix noise_reduction option assignment
    

    First check the context, then check internal option. Drop the ! typo.
    Introduced in 60f0fde3092d18d4d36555962c192af8691a099c.

    • [DBH] libavcodec/libx264.c
  • doc/bitstream_filters : documents delete_filler option.

    23 février 2018, par Jun Zhao
    doc/bitstream_filters : documents delete_filler option.
    

    documents delete_filler option for bsf h264_metadata.

    Signed-off-by : Jun Zhao <jun.zhao@intel.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/bitstream_filters.texi