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

  • 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

Sur d’autres sites (8610)

  • How to Create A Silent Mp3 File that have a duration of 'x' seconds in android

    18 mai 2016, par Lins Louis

    I want to Merge two mp3 files with a silence in between two mp3 files. I can now merge Songs with my code, but i need to add silence of ’x’ seconds between songs. and the ’x’ needed to be a value user can change..
    So the only thing i needed is a code to Create a silence mp3 file that have a duration of ’x’ seconds ...

  • Add 2 seconds of blank/black video with ffmpeg

    22 avril 2016, par user3076099

    Let’s say I have two videos I want play simultaneously. movieA.mp4 is 38.6 seconds duration, and movieB.mp4 is 31.14 seconds duration. Using ffmpeg is there an easy way to fill the end of movieB.mp4 with black silence so that it is exactly 38.6 seconds (matching movieA.mp4). There’s a very niche technical reason I want to do this, so don’t ask haha !!

    Also if possible, but less important, a way to remove this afterwards.

    Been searching for 2 days for any sort of easy way around this without luck !!!

    Thanks so much in advance !

  • What is the right and most efficient way to access the last 30 seconds of a mpeg ts stream using Python ? [on hold]

    5 avril 2016, par Jabb

    I have a mpeg ts stream from my dvb card that is written to disk. I’d like to access this stream continuously (last 30 seconds, every 20 seconds) from Python.

    I am not looking for a complete solution here, but rather some ideas how to accomplish this in the most efficient manner with regards to CPU and RAM usage.

    Any ideas will be greatly appreciated !