Recherche avancée

Médias (91)

Autres articles (102)

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

  • audio_fifo : Split into a separate doxygen module

    6 juillet 2014, par Timothy Gu
    audio_fifo : Split into a separate doxygen module
    

    Signed-off-by : Timothy Gu <timothygu99@gmail.com>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] libavutil/audio_fifo.h
  • running command line programs in background using python os or subprocess module

    12 mai 2017, par user3735489

    I am trying to run a command using os or subproccess module in python. the command prompt window briefly flickers before terminating. Is there a way of eliminating that popping up of command prompt window..?

    For example :

    os.system("ffmpeg -i output.wav output.flac")

    Is there a way I can run this in the background so that user may not notice this..?

    I am running windows 7 with python 2.7.

  • ffmpeg unable to initialize module windows 7 32 bit

    24 septembre 2014, par Williams

    I have installed ffmpeg in window 7 32 bit in my php extension.When i start apache,i am getting message like "PHp startup : ffmpeg : unable to initialize module"

    My Xampp version : 2.5
    My php version : 5.3.8.0

    How to solve this issue ?