Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (77)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • ape : Support _0000 files with nblock smaller than 64

    29 avril 2015, par Andreas Cadhalpun
    ape : Support _0000 files with nblock smaller than 64
    

    The decode_array_0000 assumed that 64 is the minimal block size
    while it is not.

    CC : libav-stable@libav.org
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/apedec.c
  • ffmpeg_opt : make use of recommended encoder configuration

    16 novembre 2014, par Lukasz Marek
    ffmpeg_opt : make use of recommended encoder configuration
    

    So far ffmpeg used recommended configuration only for codec priv options.
    ffmpeg will use now codec defaults and then apply recommended configuration
    for all options. Recommended configuration possibly contains minimal
    set of options to filful user configuration.

    Signed-off-by : Lukasz Marek <lukasz.m.luki2@gmail.com>

    • [DH] ffmpeg_opt.c
  • Make picture from stream(webcam) by ffmpeg [on hold]

    29 novembre 2018, par SkiF

    I have webcam and I want to store video from it. I need to store just last one hour. Can I limit space or time for ffmpeg out file ?

    Second and the main problem is make pictures every minute. I want make pictures from actual webcam state. with minimal delay.

    Based on my current knowledge I think the best solution is make 3 processes.
    The Fist will capture video for one minute and there will be 60 files with time stamp in name and every minutes ffmpeg will be restarted by script and script remove the oldest file. The Second will share video steam and The Third will take last frame from the newest video file. Maybe some one know better solution for this problem.

    I think bash is the best tool for this problem. Solution is based on c++ or python also welcome.