Recherche avancée

Médias (91)

Autres articles (61)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (10354)

  • avformat/hls : avformat_find_stream_info when the audio list in the variant

    4 juin 2019, par Steven Liu
    avformat/hls : avformat_find_stream_info when the audio list in the variant
    

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hls.c
  • Avfilter how to retrieve list of supported pixel formats ?

    22 juin 2019, par Serbenet

    When creating an avfilter graph for video processing, how can I retrieve the list of supported pixel formats of the first video filter in the chain ?

    I believe this is though the query_formats function, but I have no idea how this function is supposed to be used.

    Could you help me ?

    Thanks in advance

    Serbenet

  • lavf : Do not list mov-only codecs in riff.c.

    13 mars 2015, par Carl Eugen Hoyos
    lavf : Do not list mov-only codecs in riff.c.
    

    Instead check for all mov code-points when demuxing avi
    and print a warning if a video codec is found like this.
    Fixes a regression similar to the one described in ticket #4307.

    • [DH] libavformat/avidec.c
    • [DH] libavformat/riff.c