Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (105)

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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9631)

  • Merge commit ’8e757716c61e0563a63829e30b02d5ba2a422ad6’

    23 juin 2016, par Clément Bœsch
    Merge commit ’8e757716c61e0563a63829e30b02d5ba2a422ad6’
    

    * commit ’8e757716c61e0563a63829e30b02d5ba2a422ad6’ :
    avprobe : Print stereo3d information

    This commit is not merged as it doesn’t apply at all in our tree. The
    two following commits will add the same feature.

    Merged-by : Clément Bœsch <clement@stupeflix.com>

  • how to compile the ffmpeg library on windows [closed]

    4 septembre 2012, par Naseeb Sheoran

    Possible Duplicate :
    difficulty in building ffmpeg for windows

    I want to make an app with video editing facility and i want to use ffmpeg for that purpose.Even after going through many tutorials,i am not understanding how to compile the ffmpeg library for using in android application.Can you please help me in this regard.Thanks in advance.

  • ffprobe -report not working correctly [closed]

    21 juin 2013, par casper

    For some reason calling this in Terminal :

    ffprobe -show_frames -report myfile.mkv

    does not include the frames info into the log file ? I could not find examples of -report usage, so I guess I am doing something wrong.

    simple "> myreport.txt" at the end of the command will save the output to a text file, but I assume -report feature should take care of putting everything together into one log file, no ?