Recherche avancée

Médias (91)

Autres articles (63)

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

  • 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

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

  • af_hdcd : Improve HDCD detection

    24 juillet 2016, par Burt P
    af_hdcd : Improve HDCD detection
    

    HDCD is now only considered detected if a valid packet
    is active in both channels simultaneously.

    Signed-off-by : Burt P <pburt0@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/af_hdcd.c
  • FFmpeg volume detection, trim silence in live audio

    4 janvier 2019, par Heisenbug

    I know that ffmpeg has volume detection functionality.
    Now I’m searching for a way to capture microphone audio and listen constantly without saving any files if there is a volume below my threshold.
    But if there is some sound I want to produce file containing only this sound.
    If there are multiple sounds separated by some time of silence I would like to have them as separate files.
    Can ffmpeg run in this mode and produce my audio outputs ?

    I’m aware, that this usecase is not that common. I’m open to other solutions or compromises.
    Can I start audio capture and end it if there is a silence for a certain amount of time ?

  • mov : Fix little endian audio detection

    13 mars 2015, par Vittorio Giovara
    mov : Fix little endian audio detection
    

    Set this field to TRUE if the audio component is to operate on
    little-endian data, and FALSE otherwise.

    However TRUE and FALSE are not defined. Since this flag is just a boolean,
    interpret all values except for 0 as little endian.

    Sample-Id : 64bit_FLOAT_Little_Endian.mov

    • [DBH] libavformat/mov.c