Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (47)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (5210)

  • Revision 7eef48a76c : Added support for Screen Video V2, and On2 VP6 with alpha channel. Fixed a compi

    20 septembre 2007, par Marc Noirot

    Changed Paths :
     Modify /flv.h


     Modify /flvdump.c


     Modify /flvmeta.c



    Added support for Screen Video V2, and On2 VP6 with alpha channel.
    Fixed a compilation issue on MacOSX because of a misplaced minus sign.

  • Revision 52af8e3ee6 : flv.h, flvmeta.c, flvdump.c : Added support for Screen Video V2, and On2 VP6 with

    20 septembre 2007, par Marc Noirot

    Changed Paths :
     Modify /AUTHORS


     Modify /ChangeLog


     Modify /Makefile.am


     Modify /README


     Add /THANKS
    (from /AUTHORS
    :7eef48a76c31888eb3e6267fb8c200419059f1dd)
     Add /TODO


     Modify /flv.h


     Modify /flvdump.c


     Modify /flvmeta.c



    flv.h, flvmeta.c, flvdump.c : Added support for Screen Video V2, and On2 VP6 with
    alpha channel.
    flvdump.c (compute_metadata) : Fixed a compilation issue on MacOSX caused by a
    misplaced minus sign.
    flvmeta.c (main) : Added protection against giving the same file as input and
    output.
    flv.h, flvmeta.c : Fixed the padding in the flv_tag to better reflect its role.
    flvmeta.c : Made error messages more uniform.
    flvmeta.c (compute_h263_size) : Added Picture Start Code check.
    flvdump.c (main) : Suppressed a compilation warning.
    Makefile.am : Added -Wall.
    Makefile.am : Removed non-existant directory `doc' from EXTRA_DIST.
    Added THANKS, TODO standard files.
    AUTHORS, README, Changelog : Standard stuff.

  • Revision 0cfd3c18a1 : Added support for the AMF NULL value type. Fixed a video size computation bug fo

    24 mars 2008, par Marc Noirot

    Changed Paths :
     Modify /ChangeLog


     Modify /amf.c


     Modify /amf.h


     Modify /flvmeta.c


     Modify /types.c



    Added support for the AMF NULL value type.
    Fixed a video size computation bug for the VP60 profile, reported by
    zouguangxian@gmail.com.