Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (34)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

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

Sur d’autres sites (6041)

  • Anomalie #3209 : Permettre de supprimer les fusions (group by) explicitement

    4 novembre 2014, par marcimat ☺☮☯♫

    Bon je suis dans un cas assez concret :

    (#DATE

    Ça ne prend pas en compte la fusion parce que SPIP a ajouté un group by articles.id_article. Avant celui du critère fusion.

  • Revision 85771 : Prendre en charge la touche "Esc" pour sortir du plein ecran même si on a ...

    31 octobre 2014, par cedric@… — Log

    Prendre en charge la touche "Esc" pour sortir du plein ecran même si on a pas mis le focus sur le champ d’edition (Franck)

  • PHP Convert image+audio = video

    31 octobre 2014, par jQuery Angry Bird

    Hi I saw THIS Question.There is no proper rather vague answer.

    He said ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4 .Pretty vague.

    What i want is I have 2 inputs i wil give from php file . Image,Audio ,And Output will be Video .
    I saw people saying ffmpeg And all that .But does it/can it convert Image+Audio to Video ??
    If yes then what should be done ?? I saw lots of questions .but NONE of then answers properly.I didnt see ANY PHP code to do so online.Thanks.