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 (12961)

  • Revision 62da0bf162 : Make reset_frame_context an enum. In vp9, [0] and [1] had identical meaning, so

    8 septembre 2015, par Ronald S. Bultje

    Changed Paths :
     Modify /vp10/common/entropymode.c


     Modify /vp10/common/onyxc_int.h


     Modify /vp10/decoder/decodeframe.c


     Modify /vp10/encoder/bitstream.c


     Modify /vp10/encoder/encoder.c



    Make reset_frame_context an enum.

    In vp9, [0] and [1] had identical meaning, so merge them into a
    single value. Make it impossible to code RESET_FRAME_CONTEXT_NONE
    for intra_only frames, since that is a non-sensical combination.

    See issue 1030.

    Change-Id : If450c74162d35ca63a9d279beaa53ff9cdd6612b

  • FFMPEG for a non root right server

    3 octobre 2017, par Hunne

    I need to install FFMPEG on a non root right server and looking since longe time for a working and for my server compiled version of FFMpeg.

    If somebody know from where I can download several compiled version of FFMpeg to try that out.

    or

    How I can do the compilation pls let me know.

    Thx

  • Move docker-compose config to the root.

    20 juillet 2019, par blueimp
    Move docker-compose config to the root.
    

    Bind to 127.0.0.1 by default.
    Define a separate host:port to bind to via environment variables.