Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (111)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • 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

Sur d’autres sites (11939)

  • Increase volume of one channel in 8channel .wav file ffmpeg

    19 février 2016, par Zwierzak

    I have 8-channel .wav file with sine wave in there. I would like to increase the volume of only 4th channel in this file. I don’t know how to do it though.

    ffmpeg -i input.wav -af "volume=1.5" output.wav

    This will increase volume for all 8 channels. How can i apply it only to 1 channel (4th one) but still maintain the 8-channel .wav file ?

  • avcodec/utils : Check that channel count is valid in avcodec_open2() ;

    19 juillet 2015, par Michael Niedermayer
    avcodec/utils : Check that channel count is valid in avcodec_open2() ;
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/utils.c
  • avcodec/alsdec : skip cases where the master channel equals the current channel

    28 décembre 2013, par Michael Niedermayer
    avcodec/alsdec : skip cases where the master channel equals the current channel
    

    Fixes : msan_uninit-mem_7f6c73c97cf9_3571_als_04_2ch48k16b.mp4
    Fixes use of uninitialized memory
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/alsdec.c