Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (38)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6335)

  • How can i add cover image on mp3 file using ffmpeg ?

    30 juillet 2012, par user1562502

    I'm trying to convert audio file to mp3 and I want to add cover image into mp3 file.
    I tried this :

    ffmpeg.exe -i "input audio file" -i image.png out.mp3

    When conversion completes there is no cover image into mp3.
    I tried and this which is from the official documentation of ffmpeg. The result is the same mp3 file without cover image.

    ffmpeg -i input.mp3 -i cover.png -c copy -metadata:s:v title="Album cover"-metadata:s:v comment="Cover (Front)" out.mp3

    Thank you in advance !

  • vc2enc : decrease default strictness level

    15 juin 2017, par Rostislav Pehlivanov
    vc2enc : decrease default strictness level
    

    Given how incredibly limited the official specifications are (limiting all use
    to only the most common broadcasting formats), permit all supported inputs
    by default. This makes the encoder more useful.

    • [DH] libavcodec/vc2enc.c
  • vorbiscomment : Add DESCRIPTION to ff_vorbiscomment_metadata_conv

    18 juillet 2013, par James Almer
    vorbiscomment : Add DESCRIPTION to ff_vorbiscomment_metadata_conv
    

    It’s the official (or recommended) name for comment/description entries.
    See https://www.xiph.org/vorbis/doc/v-comment.html

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/vorbiscomment.c