Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (100)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (13659)

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

  • 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