Recherche avancée

Médias (91)

Autres articles (59)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • 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" (...)

Sur d’autres sites (10814)

  • how to extract images from a video file using ffmpeg

    26 août 2014, par Rahul

    I need to get one image out of an video to use as a thumbnail
    So I am trying this :

    ffmpeg -ss 00:05:34.05 -i input.avi -vframes 1 -sameq output.jpg  

    This works just fine however every once in a while I come across a file where this fails with the following error message

    av_interleaved_write_frame(): I/O error occurred  

    Usually that means that input file is truncated and/or corrupted.

    What are my options if any ?
    Thanks

  • bktr : get default framerate from video standard.

    3 juin 2011, par Anton Khirnov

    bktr : get default framerate from video standard.

  • v4l2 : don’t leak video standard string on error.

    27 mai 2011, par Anton Khirnov

    v4l2 : don’t leak video standard string on error.