Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (90)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

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

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

Sur d’autres sites (9347)

  • The modified audio by ExoPlayer does not match the output saved audio from FFMPEG

    29 octobre 2020, par Mouaad Abdelghafour AITALI

    I'm using ExoPlayer to modify the pitch and tempo (speed) of an audio file in real-time, since no method provided by ExoPlayer to save the modified audio into SD, I tried using FFmpeg to achieve that, but I'm facing an issue, the sound I hear when the audio playing with ExoPlayer is not matching the output of FFmpeg :

    


    Here's an example :

    


    Pitch Value : 0.86883157

    


    Tempo Value : 0.8699582800000001

    


    SampleRate Value : 44100

    


    FFmpeg command :

    


    String cmd = "-y -i " + inputNoSpace + " -filter_complex asetrate=" + sampleRate + "*" + pitch + ",atempo=" + tempo  + " " + outputNoSpace


    


    My questions :

    


      

    1. Is there anyway to save the modified audio using just ExoPlayer ?
    2. 


    3. How I can make the output audio file processing by FFmpeg match the
ExoPlayer audio ?
    4. 


    


  • avcodec/avcodec : Adapt the doc of av_bsf_send_packet to match its actual implementation.

    14 novembre 2019, par Andreas Rheinhardt
    avcodec/avcodec : Adapt the doc of av_bsf_send_packet to match its actual implementation.
    

    Explicitly allowing empty packets to signal flushing helps getting rid
    of special cases. It does not hinder the ability to send i.e.
    timing-only packets, because one can send packets with zero size and
    pkt->data set.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/avcodec.h
  • nvenc : Add some easier to understand presets that match x264 terminology

    24 septembre 2016, par Yogender Gupta
    nvenc : Add some easier to understand presets that match x264 terminology
    

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>
    Signed-off-by : Diego Biurrun <diego@biurrun.de>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/nvenc.c
    • [DBH] libavcodec/nvenc.h
    • [DBH] libavcodec/nvenc_h264.c
    • [DBH] libavcodec/nvenc_hevc.c