Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (58)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (8279)

  • avformat/rtsp : pass return code from ffurl_open() on its failure

    23 octobre 2014, par Andrey Utkin
    avformat/rtsp : pass return code from ffurl_open() on its failure
    

    Previously, AVERROR(EIO) was returned. Now the value is passed from
    lower level, thus it is possible to distinguish ECONNREFUSED, ETIMEDOUT,
    ENETUNREACH etc.

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

    • [DH] libavformat/rtsp.c
  • movenc : Adjust edit lists to trim out parts of tracks with negative pts

    29 septembre 2012, par Michael Niedermayer
    movenc : Adjust edit lists to trim out parts of tracks with negative pts
    

    This makes sure that audio preroll for e.g. AAC is signaled correctly.

    Previously we only wrote the edit list correctly if we had negative
    dts but started with pts == 0 (e.g. for video with B-frames).

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

    • [DBH] libavformat/movenc.c
  • ffprobe : add pixel format chroma sub-sampling output

    15 septembre 2014, par Tobias Rapp
    ffprobe : add pixel format chroma sub-sampling output
    

    Adds output of chroma sub-sampling information to
    ffprobe -show_pixel_formats option.

    Note : This patch just prints the "raw" log2_charoma_w/h values instead
    of the previously suggested mapping into a chroma sub-sampling pattern
    string like "4:2:2".

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

    • [DH] doc/ffprobe.xsd
    • [DH] ffprobe.c