Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (39)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Initialisation de MediaSPIP (préconfiguration)

    20 février 2010, par

    Lors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
    Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
    Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
    Dans un premier temps il active ou désactive des options de SPIP qui ne le (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (3819)

  • lavfi/delogo : Document where parameter show=1 draws its rectangle

    13 juillet 2013, par Jean Delvare
    lavfi/delogo : Document where parameter show=1 draws its rectangle
    

    It is not completely obvious where delogo’s parameter show=1 draws its
    rectangle. Document it so that the user can more easily tune the
    parameters.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/filters.texi
  • lavfi/delogo : option show shouldn’t affect band

    5 juillet 2013, par Jean Delvare
    lavfi/delogo : option show shouldn’t affect band
    

    Options "show" and "band" are unrelated and should thus be
    independent. However, setting "show" to 1 currently resets "band" to
    its default value of 4. While this is documented, this still
    surprising and confusing IMHO.

    Change this behavior and make "show" and "band" independent from each
    other. Update the documentation accordingly.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/filters.texi
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_delogo.c
  • ffplay : Switch to show waves mode if allocation/init of RDFT fails

    2 mars 2015, par Michael Niedermayer
    ffplay : Switch to show waves mode if allocation/init of RDFT fails
    

    Fixes null pointer dereference

    Found-by : Paweł <pantrombka@gmail.com>
    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffplay.c