Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (37)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (8829)

  • On2 AVC decoder

    9 juin 2013, par Kostya Shishkov
    On2 AVC decoder
    
    • [DBH] Changelog
    • [DBH] configure
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/on2avc.c
    • [DBH] libavcodec/on2avcdata.c
    • [DBH] libavcodec/on2avcdata.h
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/riff.c
  • wav encode to amr-wb

    24 janvier 2021, par Sauce

    I try to convert wav to amr-wb. I'm using ffmpeg on ubuntu 20.04. I find out that ffmpeg supports encoding via external library such as https://sourceforge.net/projects/opencore-amr/ the link is from https://www.ffmpeg.org/general.html#VisualOn-AMR_002dWB-encoder-library I install opencore-amr and then I add command from ffmpeg documentation ./configure —enable-libvo-amrwbenc and it show this message configure : WARNING : unrecognized options : —enable-libvo-amrwbenc. If I display codecs in ffmpeg ffmpeg -codecs | grep -i amr

    


    D.A.L. amr_nb AMR-NB (Adaptive Multi-Rate NarrowBand) (decoders : amrnb )

    


    D.A.L. amr_wb AMR-WB (Adaptive Multi-Rate WideBand) (decoders : amrwb )

    


    So the output says that only decoder is enabled, but I can encode wav to amr-nb but I'm not allowed to encode same wav file to amr-wb. Any help ?

    


  • lavc/g729dec : Support decoding Sipro ACELP.KELVIN.

    16 septembre 2019, par Carl Eugen Hoyos
    lavc/g729dec : Support decoding Sipro ACELP.KELVIN.
    

    Fixes ticket #4799.
    Analyzed-by : Aleksandr Ustinov

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/g729_parser.c
    • [DH] libavcodec/g729dec.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/riff.c