Recherche avancée

Médias (91)

Autres articles (67)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

  • Avconv video merging audio overlays

    10 décembre 2012, par Elby

    I join 3 video files using avconv and create a intermediate file, using following syntax

    cat inter1.mpg inter2.mpg inter3.mpg > interAll.mpg

    inter1.mpg,inter2.mpg contains no audio track.

    After create a interAll.mpg I convert it to a mov file using following syntax

    avconv -i interAll.mpg output.mov

    My problem is, the audio track of inter3.mpg overlaying with video track of innter2.mpg in output.mov

  • Moving Along

    7 décembre 2012

    After many years on UThink, this blog now lives at www.discretecosine.com. And it’s semi-active again !

  • how to make a queue in php with mysql

    22 novembre 2012, par robert

    hy,

    in my script i run a exec() function to make a movie file with ffmpeg.

    the problem is ffmpeg can run only 1 time on the server,

    if 2 people are online on server and first one already run ffmpeg i want the second to wait until the first end the process

    how to code this ?

    thank you