Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (69)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • doc/eval : fix/extend documentation for root() function

    23 janvier 2013, par Stefano Sabatini

    doc/eval : fix/extend documentation for root() function

  • vp9lpf/x86 : simplify ABSSUM_CMP by inverting the comparison meaning.

    22 décembre 2014, par Ronald S. Bultje
    vp9lpf/x86 : simplify ABSSUM_CMP by inverting the comparison meaning.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/x86/vp9lpf.asm
  • FFMPEG - what is the meaning of gt(scene\,0.3)

    27 avril 2015, par Asanka sanjaya

    I’m using this command in order to detect the shot boundaries in FFMPEG.

    ffprobe -show_frames -of compact=p=0 -f lavfi "movie=test.mp4,select=gt(scene\,0.3)"

    By changing the 0.3 value I can get different results. As far as I know this 0.3 value should be the difference of consecutive frames. But I don’t understand what difference that is. Is it some thing related to the dominant color ? Can some one clarify a bit ?