Recherche avancée

Médias (91)

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (4782)

  • h264 : derive the delay from the level when it’s not present

    20 octobre 2015, par Anton Khirnov
    h264 : derive the delay from the level when it’s not present
    

    Fall back to maximum DPB size if the level is unknown.

    This should be more spec-compliant and does not depend on the caller
    setting has_b_frames before opening the decoder.

    The old behaviour, when the delay is supplied by the caller setting
    has_b_frames, can still be obtained by setting strict_std_compliance
    below normal.

    • [DBH] libavcodec/h264.c
    • [DBH] libavcodec/h264_ps.c
  • hevc : store profile and level in AVCodecContext

    14 décembre 2013, par Gildas Cocherel
    hevc : store profile and level in AVCodecContext
    

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

    • [DH] libavcodec/hevc.c
  • libtheoraenc : Add encoding speed level option

    19 juillet, par Bernat Arlandis
    libtheoraenc : Add encoding speed level option
    

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

    • [DH] libavcodec/libtheoraenc.c