Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (74)

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

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (6482)

  • avformat/mpegtsenc : set stream_id correctly based on KLV profile selected

    27 mai 2020, par Brad Hards
    avformat/mpegtsenc : set stream_id correctly based on KLV profile selected
    

    Previously we always set STREAM_TYPE_PRIVATE_DATA, and that remains
    the default value.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegtsenc.c
  • avformat/mxfenc : use a zero based continuity counter

    29 février 2020, par Marton Balint
    avformat/mxfenc : use a zero based continuity counter
    

    The standard does not seem to require the counter to be zero based, but some
    checker tools (MyriadBits MXFInspect, Interra Baton) have validations against 0
    start...

    Fixes ticket #6781.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfenc.c
    • [DH] tests/ref/fate/mxf-user-comments
    • [DH] tests/ref/lavf/mxf
  • avformat/util : change av_find_default_stream_index() to use a score based system

    1er août 2014, par Michael Niedermayer
    avformat/util : change av_find_default_stream_index() to use a score based system
    

    Disfavor video streams with unknown resolution and no packets
    Fixes seeking in audio-only-speex.flv

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/utils.c