Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (40)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version 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
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

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

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

Sur d’autres sites (4368)

  • avformat/dvdvideodec : Don't add chapter markers for empty/dummy PTTs

    2 juillet 2024, par Marth64
    avformat/dvdvideodec : Don't add chapter markers for empty/dummy PTTs
    

    Some discs (usually same ones with padding cells), also have empty
    padding PTTs / chapters to accompany them. This results, for example,
    in an extra chapter marker that starts and ends at 0 (no duration).

    Don't add these empty chapter markers.

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] libavformat/dvdvideodec.c
  • avformat/dvdvideodec : enable chapter calculation for menus

    7 octobre 2024, par Marth64
    avformat/dvdvideodec : enable chapter calculation for menus
    

    Menus are generally segmented by cell, so use them as the
    marker delimiters. Requires preindex option to be enabled.

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] doc/demuxers.texi
    • [DH] libavformat/dvdvideodec.c
  • avformat/dvdvideodec : fix missing last chapter marker due to off-by-one

    27 novembre 2024, par Marth64
    avformat/dvdvideodec : fix missing last chapter marker due to off-by-one
    

    When using fast chapter marker calculation (default), the last
    marker is inadverdently ignored due to an off-by-one.

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] libavformat/dvdvideodec.c