Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (84)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • build : Add component for the SRTP common code

    18 mars 2016, par Diego Biurrun
    build : Add component for the SRTP common code
    

    This allows expressing the SRTP test code dependencies more clearly.

    • [DBH] configure
    • [DBH] libavformat/Makefile
  • lavfi : Add some common code for OpenCL filtering

    27 juin 2017, par Mark Thompson
    lavfi : Add some common code for OpenCL filtering
    
    • [DH] libavfilter/opencl.c
    • [DH] libavfilter/opencl.h
  • avformat/mov : support cenc (common encryption)

    7 décembre 2015, par erankor
    avformat/mov : support cenc (common encryption)
    

    support reading encrypted mp4 using aes-ctr, conforming to ISO/IEC
    23001-7.

    a new parameter was added :
    - decryption_key - 128 bit decryption key (hex)

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] Changelog
    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c