Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (99)

  • 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

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

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

Sur d’autres sites (4535)

  • Revision 201 : Added video frame type and codec check.

    7 juin 2010, par marc.noirot

    Changed Paths :
     Modify /trunk/src/check.c



    Added video frame type and codec check.

  • ape : Use the proper variable type

    14 février 2015, par Luca Barbato
    ape : Use the proper variable type
    

    Avoid an unsigned underflow.

    Bug-Id : 1041122
    CC : libav-stable@libav.org

    • [DH] libavformat/apetag.c
  • How to change mime type of a mp3 file using ffmpeg using php

    27 février 2017, par john

    I want to convert a mp3 file using ffmpeg. My current mp3 file is in audio/x-mpeg I want to convert it into audio/mpeg. This only changes the file extension without affecting the mime type.

    ffmpeg -i input.mp3  -metadata:s:2 mime-type="audio/mpeg" output.mp3
    ffmpeg -i input.mp3 -f audio/mpeg output.mp3