Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (32)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (10492)

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