Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (20)

  • 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

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (6570)

  • Anomalie #3539 (Nouveau) : 2 fois prévisualiser pour voir le bloc de prévisualisation

    2 septembre 2015, par Julien -

    Sous SPIP 3.1 beta (rev 22262).
    Forum activé sur les articles.

    Sur une page de type ?exec=article&id_article=1
    - Cliquer sur "Poster un message"
    - Saisir un texte et cliquer sur "Prévisualiser" => il semble y avoir un refresh du bloc mais rien ne s’affiche en plus
    - cliquer de nouveau sur "Prévisualiser" => cette fois le bloc de prévisualisation apparait bien.

  • Create script shell into windows 10 and then use it with ffmpeg

    28 mai 2022, par Constadinos Chatzis

    I have found this shell script here : removing green tint

    


    How can I use this shell script in windows 10 and the use it in ffmpeg to do the same color correction ?

    


  • How to convert stereo sound to mono with FFmpeg ?

    5 septembre 2018, par Meugiwara

    I use the FFmpeg library for a personnal project and I need help about one thing. I have a music file in stereo sound and I want to convert this stereo sound to mono sound ? Is it possible with this library ? Is there a function inside to do this job ? My project is in C/C++.

    I searched on the Doxygen documentation on the FFmpeg website and on this forum but I didn’t find something interesting.

    Thanks for reading !