Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (17)

  • 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

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

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

  • 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 !