Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (56)

  • 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

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

  • Revision da17ffa937 : cpplint issues vp9_thread.h apparently we are going to have trouble completely

    29 septembre 2013, par Jim Bankoski

    Changed Paths :
     Modify /vp9/decoder/vp9_thread.h



    cpplint issues vp9_thread.h

    apparently we are going to have trouble completely removing lint issue in this
    file.
    It needs a bit more work. We need to include vpx_config.h to know whether
    we need to have multi threading . and that means vpx_config.h has to come
    before the system headers. ( a violation )

    Change-Id : I023feeab1bf5643b79dccc3b80a4a9ad42689e7b
    Signed-off-by : Jim Bankoski <jimbankoski@google.com>

  • FFmpeg API pcm encode without av_interleaved_write_frame

    7 mai 2015, par user1586537

    I’m trying encode pcm data use FFmpeg API for livestreaming

    like here

    But it’s using "av_interleaved_write_frame".

    That’s save it in a file by all means.
    I want to use it for livestreaming,
    I don’t want to save it in a file if possible.

    And it crashes when I use AVFMT_NOFILE.
    It no timestamp when no call "av_interleaved_write_frame",
    How can you code it without taking it as a file ?

  • Is it possible to "stretch" audio in the frequency domain ?

    9 juillet 2024, par Christian Schmitz

    We would like to make quite similar frequencies better decernible for further AI-analysis. Because of that, we would like to stretch the audio in the frequency domain. This means that instead of having two frequency bands of 30Hz and 40Hz, is it possible to "stretch" them to have maybe 28Hz and 45Hz ?

    &#xA;

    Thanks a lot and if that wasn't clear enough, please don't hesitate to ask ! :)

    &#xA;

    We tried cleaning the data with ffmpeg, but it appears that for our task we need a clearer representation of the frequencies in the data

    &#xA;