Recherche avancée

Médias (91)

Autres articles (40)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • How to map an audio clip to a video ?

    19 janvier 2012, par simpatico

    I have a video clip, and an audio clip extracted from it.
    How can I trim the the video clip to to the portion extracted in the audio clip ?

    I imagine the solution will consist of :

    1. Automatically identify the pair of start position of the audio clip in the video clip, and the end position (e.g. <03:05,09:55>) ;
    2. Trim the video from the identified start to the identified end (that's easy).
  • Video to FLV code in php

    18 janvier 2012, par freelanceinphp

    I am looking for efficient and easy to implement code which work for media file to flv conversion.

    Please give me some referral sites or links.

  • linux video loop : write to named pipe

    5 mars 2012, par puchu

    I am going to create funny video today :P. I am looking for utility that will loop video and write it to named pipe. I like ffmpeg to compress video that's why I am doing :

    mkfifo video.looped
    ffmpeg -i video.looped ...

    but how to write to this pipe looped video ? I found a very common solution :

    mencoder -o video.looped ... video video video ...

    and it works great. but is there something more comfortable ? something like :

    mplayer -fixed-vo -loop 5 video -dumpstream -dumpfile video.looped

    but this does not work. only first video went into pipe