Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (79)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9790)

  • 80 character line length on Arnr LUT

    23 juillet 2010, par Paul Wilkins

    80 character line length on Arnr LUT

  • Hard limit the dynamic range of an audio file in ffmpeg

    31 mars 2021, par Max Smith

    I need to adjust the dynamic range of an audio file, so that no part of the audio is louder than, say, -15 dB.

    


    In Audition this filter is called 'hard limiter' and its settings are as follows :enter image description here

    


    How can I achieve the same with ffmpeg ?

    


  • avfilter : inherit input color range for videotoolbox filters

    16 août 2024, par Gnattu OC
    avfilter : inherit input color range for videotoolbox filters
    

    The color range should be set to match the input when creating
    the VideoToolbox context. Otherwise, the new context will default
    to limited range, creates inconsistencies with full range inputs.

    Signed-off-by : Gnattu OC <gnattuoc@me.com>
    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavfilter/vf_scale_vt.c
    • [DH] libavfilter/vf_transpose_vt.c
    • [DH] libavfilter/vf_yadif_videotoolbox.m