Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (22)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (5941)

  • avcodec/opus : check if internal is available

    28 novembre 2018, par Paul B Mahol
    avcodec/opus : check if internal is available
    
    • [DH] libavcodec/opus.c
  • Converting MP3 to Opus using ffmpeg.wasm [closed]

    29 août 2024, par SJ Siam

    I am using ffmpeg.wasm in my JavaScript project.

    


    I am trying to convert MP3 to Opus but I am getting a 0-byte Opus file. Also, the file is not working.

    


    I am using this command :

    


    ffmpeg_cmd = ['-i', 'audio.mp3', '-vn', '-c:a', 'libopus', '-b:a', '128k', 'audio.opus'];

    


    I have even tried using the Playground of the documentation and have had the same result. But if I use libvorbis instead of libopus it's converting smoothly and the output file also works fine. But this method changes the output codec to vorbis which I don't want and I needed to make the libopus work.

    


    Note : I have also tried using 'opus' instead of 'libopus'

    


    I was expecting the input file converted to opus audio file and work as it should with the opus codec.

    


  • avcodec/opus : Fix () in ROUND_MULL() macro

    25 mai 2014, par Michael Niedermayer
    avcodec/opus : Fix () in ROUND_MULL() macro
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/opus.h