Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (100)

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

  • ffmpeg : limit read_key() calls to get a tiny speed boost.

    8 octobre 2011, par Michael Niedermayer

    ffmpeg : limit read_key() calls to get a tiny speed boost.

  • adpcm : simplify and speed up several ADPCM decoders.

    8 septembre 2011, par Justin Ruggles

    adpcm : simplify and speed up several ADPCM decoders.

  • ffmpeg speed encoding problem

    15 septembre 2011, par amrouch

    I am currently developing an application that makes capturing video from a webcam on Linux using the Qt Designer tool and V4L2 and ffmpeg libraries under C + +, to capture the image there is no problem using lib V4L2, and since That a picture is ready I send it to the encoder which is based on ffmpeg libs, initially the encoder creates a video file, and it receives images to encode it in this file, my problem is as follows : the encoding is normally done, but after if I start playing the recorded video file, speed appears to be accelerated compared to the regular speed ! So what is clear, the problem is in video encoding,
    my question is, is there a method or function that manages ffmpeg encoding speed pictures ?????
    thank you for your help.