Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

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

Sur d’autres sites (9794)

  • 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
  • Turn off usage of base_data_offset in tfhd for PIFF files

    24 mars 2013, par Jeremy Hinegardner
    Turn off usage of base_data_offset in tfhd for PIFF files
    

    According to the PIFF specification[1] the base_data_offset field MUST be
    omitteed. See section 5.2.17. Since the ISMV files created by ffmpeg state
    that they are ’piff’ compatible via ’ftyp’ box, this needs to be corrected.

    [1] http://www.iis.net/learn/media/smooth-streaming/protected-interoperable-file-format

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

    • [DH] libavformat/movenc.c
    • [DH] tests/ref/lavf/ismv
  • Merge commit ’1fb013a57c6d98d3f425506eb25f32b2cf7ddc6f’

    17 mai 2013, par Michael Niedermayer
    Merge commit ’1fb013a57c6d98d3f425506eb25f32b2cf7ddc6f’
    

    * commit ’1fb013a57c6d98d3f425506eb25f32b2cf7ddc6f’ :
    vc1dec : Add support for interlaced B-frames

    Conflicts :
    libavcodec/vc1dec.c

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

    • [DH] libavcodec/vc1dec.c