Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (75)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

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

Sur d’autres sites (4497)

  • build : Import makedef script from c99-to-c89

    21 novembre 2013, par Derek Buitenhuis
    build : Import makedef script from c99-to-c89
    

    This allows MSVC 2013 and ICL to build with no external
    dependencies.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] compat/windows/makedef
    • [DH] configure
  • Action Script - Pass Pause/Break key to native process

    1er août 2014, par user341931

    I’m using FMPEG to process some videos within an air application. I’m using a nativeprocess to pass the relevant arguments to FFMPEG/the command line. I want to be able to pause the process at certain times, and continue a little while later. In the command line pressing the pause/break key pauses the processing and then pressing enter restarts it. But I can’t find a way to encode the Pause/Break key, and then pass it to the the nativeprocess.

    Thanks in advance for any help.

  • doc : add script to compute texi files dependencies

    28 mai 2013, par Stefano Sabatini
    doc : add script to compute texi files dependencies
    

    Replace the inline awk script with a Perl script which tracks the
    dependencies recursively.

    This allows to correctly track dependencies for files including files
    with a second level include (for example : ffmpeg-devices.texi ->
    devices.texi -> outdevs.texi).

    This also adds a dependency on perl for computing the dependencies, which
    should not be a problem since perl is already required all the way for
    building documentation.

    This is a variant of commit 628ceac6526724d35cb390cc1f88344f4ea22eb4
    which was reverted due to out-of-tree build failure.

    • [DH] configure
    • [DH] doc/Makefile
    • [DH] doc/texidep.pl