Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (98)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (10854)

  • avcodec/ac3dec_float : fix range for dmix_mode

    24 décembre 2024, par James Almer
    avcodec/ac3dec_float : fix range for dmix_mode
    

    Value 3 is used to signal "Dolby Pro Logic II" by some encoders.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/ac3dec_float.c
  • Remove clearing as numbers of `min`, `max` and `range` rules. Fixes #455. Closes gh-528.

    4 février 2013, par hazzik

    m jquery.validate.js m test/index.html m test/rules.js m test/test.js Remove clearing as numbers of `min`, `max` and `range` rules. Fixes #455. Closes gh-528. These rules are fully suitable to check any comparable JavaScript objects such as strings or dates. Also clearing prevents HTML5 date (...)

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

    &#xA;

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

    &#xA;

    How can I achieve the same with ffmpeg ?

    &#xA;