Recherche avancée

Médias (91)

Autres articles (103)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (12989)

  • ffmpeg picture slideshow with audio

    22 juillet 2013, par MD Luffy

    I'm trying to make a batch of videos for uploading to youtube. My emphasis is on the audio (mostly MP3, with some WMA). I have several image files that need to be picked up at random to go with the audio (ie) display an image for 5 seconds before showing the next. I want the video to stop when the audio stream ends. How should I use ffmpeg to achieve this ?

    Ref :

    http://trac.ffmpeg.org/wiki/Create%20a%20video%20slideshow%20from%20images

  • Evolution #3062 : Suggestion : ?exec= admin_vider

    24 septembre 2013, par YannX spip

    Pas spécialiste du JS ( euh ;-) mais une rapide recherche gogo semble m’indiquer que la première idée est irréalisable en JS, alors...

    Peut-etre simplement rappeler la touche Ctrl+F5 aux utilisateurs classiques (ou autres.. [1]">http://fr.wikipedia.org/wiki/Aide:Purge_du_cache_du_navigateur]]), disons un petit message d’information... ou suggérer un addin adapté.

    Ce serait donc plutot un plugin annexe (et quelque peu "intrusif" donc ;-) )

    Qu’en pensez-vous (dans l’esprit d’aider un webmestre débutant...) ?

  • How convert High bitrate mp3 to lower rate using ffmpeg in android

    31 mars 2017, par Android Weblineindia

    We want to convert 320kbps mp3 file to 128kbps mp3 so currently we are using below ffmpeg command but its not working.

    ffmpeg -i input.mp3 -codec:a libmp3lame -qscale:a 5 output.mp3

    Result :-the output bitrate same as input mp3.

    And we are following the FFmpeg Encoding guideline for that here is the link :- https://trac.ffmpeg.org/wiki/Encode/MP3

    so please suggest any solution.