Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (66)

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

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

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

  • Why does mp3lame conversion from mp3float not work for rtmp ?

    12 avril 2020, par SquirrelSenpai

    I am creating a rtmp stream using FFMPEG and sending the data to local NGINX server with the RTMP module.

    



    The originally stream is mp3float, however the conversion to Mp3lame did not work while flv did , how comes ?

    



    Doesn't work but no errors

    



    fmpeg -hide_banner -loglevel warning -i http://x.x.x.x:8138 -f mp3 rtmp://localhost/live


    



    Works with no errors

    



    fmpeg -hide_banner -loglevel warning -i http://x.x.x.x:8138 -f flv rtmp://localhost/live


    


  • avfilter/af_afftdn : add way to control noise floor link for >1 channels

    13 mars 2022, par Paul B Mahol
    avfilter/af_afftdn : add way to control noise floor link for >1 channels
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/af_afftdn.c
  • avdevice/decklink : add link configuration option

    9 août 2021, par Limin Wang
    avdevice/decklink : add link configuration option
    

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] doc/outdevs.texi
    • [DH] libavdevice/decklink_common.cpp
    • [DH] libavdevice/decklink_common.h
    • [DH] libavdevice/decklink_common_c.h
    • [DH] libavdevice/decklink_enc.cpp
    • [DH] libavdevice/decklink_enc_c.c