Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (100)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (12847)

  • avcodec : add adpcm_argo encoder

    26 juillet 2020, par Zane van Iperen
    avcodec : add adpcm_argo encoder
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/adpcmenc.c
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
  • Why "comment" ID3tag not display in Windows and VLC ? [duplicate]

    5 février 2021, par xav-stargate

    I add a simple comment

    &#xA;

    .\ffmpeg.exe -i input.mp3 -acodec copy -metadata comment="My comment" output.mp3&#xA;

    &#xA;

    "My comment" is not display in the file properties&#xA;"My comment" is display in VLC BUT only in metadata tab, not in "General" tab

    &#xA;

    If I add the comment into the file properties, the comment is display in "General" tab.

    &#xA;

    Someone can help me ?

    &#xA;

    I've already try with -id3v2_version 3 :

    &#xA;

    .\ffmpeg.exe -i input.mp3 -acodec copy -id3v2_version 3 -metadata comment="My comment" output.mp3&#xA;

    &#xA;

  • LucasArts SMUSH VIMA audio decoder

    19 mars 2012, par Paul B Mahol
    LucasArts SMUSH VIMA audio decoder
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] Changelog
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/version.h
    • [DBH] libavcodec/vima.c