Recherche avancée

Médias (91)

Autres articles (14)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (5734)

  • Ruby on Rails Vs. PHP for video conversion [on hold]

    9 avril 2014, par Bigtoe21

    I'm going through the endless debate and decision making of choosing ROR vs. PHP for an video conversion system using FFMPEG. Just wanted to get others thoughts on this. I would be using something like Kohana or Yii if using PHP. Any advantages for one verses the other. Would appreciate any help here or thoughts.

    -J

  • Video concatenation using FFMpegConverter [on hold]

    9 avril 2014, par b_in_U

    C# Video concatenation using FFMpegConverter is working for my .mp4 file. But it is not working for another .mp4 file (which was taken on a mobile).

    Below is the code snippet I'm using :

    var ffMpeg = new NReco.VideoConverter.FFMpegConverter();
    ffMpeg.ConcatMedia(_fileNames, videoRootPath.mp4,
                      NReco.VideoConverter.Format.mp4, set);

    example picture

  • how to screen capture recorder of ffmepg works in php on wamp server ? [on hold]

    12 avril 2014, par user3526208

    $a='C :\wamp\www\screencapture\ffmpeg\bin\ffmpeg -f dshow -i video="screen-capture-recorder" screen-capture.avi' ;
    echo $a ;

    exec($a) ;