Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (98)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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.

Sur d’autres sites (12861)

  • swr-test : fix u8 zero point.

    26 avril 2012, par Michael Niedermayer

    swr-test : fix u8 zero point.

  • libopenh264dec : Use a newer decoding entry point function

    25 janvier 2019, par Martin Storsjö
    libopenh264dec : Use a newer decoding entry point function
    

    The "new" entry point actually has existed since OpenH264 1.4 in
    2015 and is the the recommended decoding entry point.

    The name of this function, DecodeFrameNoDelay, is rather backwards
    considering that it doesn’t return the latest decoded frame immediately,
    but actually does proper delaying and reordering of frames.

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

    • [DBH] libavcodec/libopenh264dec.c
  • Adding support for encoding VP8 Alpha

    9 mai 2013, par Vignesh Venkatasubramanian
    Adding support for encoding VP8 Alpha
    

    This patch adds support for encoding VP8 files with alpha. The alpha channel
    is encoded separately and the output is placed in AVPacket’s side_data. The
    muxer then muxes it into the BlockAdditional element of the matroska container.
    More details on spec here : http://goo.gl/wCP1y

    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/libvpxenc.c
    • [DH] libavformat/mux.c