Recherche avancée

Médias (91)

Autres articles (49)

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

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (5964)

  • Why "comment" ID3tag not display in Windows and VLC ? [duplicate]

    5 février 2021, par xav-stargate

    I add a simple comment

    


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


    


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

    


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

    


    Someone can help me ?

    


    I've already try with -id3v2_version 3 :

    


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


    


  • 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
  • LucasArts SMUSH SANM video decoder

    19 mars 2012, par Paul B Mahol
    LucasArts SMUSH SANM video 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/sanm.c
    • [DBH] libavcodec/version.h