Recherche avancée

Médias (91)

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • Révision 24663 : ne plus afficher INFO_VARIABLES dans exec=info pour ne pas dévoiler le contenu du...

    23 août 2020, par bruno@eliaz.fr

    ref #4494

  • How to add 'now playing' song title info to an rtmp audio stream in ffmpeg

    11 juillet 2020, par no_event_logged

    I am trying to add 'now playing' metadata to a rtmp audio stream using ffmpeg.

    


    My current ffmpeg encoder string looks like this and is working fine, just missing the now playing info :

    


    "C:\Program Files (x86)\ffmpeg\bin\ffmpeg.exe" -re -f dshow -i audio="Line 2 (Virtual Audio Cable)" -acodec libfdk_aac -profile:a aac_he_v2 -cutoff 18000 -ab 48k -ac 2 -ar 44100 -f flv "rtmp://blah.com:1935/live/mystream

    


    The playout software (StationPlaylist) exports the current song title to C:\NowPlaying\nowplaying.txt but I have no idea how to get ffmpeg to inject this / keep it up to date.

    


    Any pointers would be great !

    


  • Implement shared parsing of INFO tag in Canopus family

    9 avril 2015, par Vittorio Giovara
    Implement shared parsing of INFO tag in Canopus family
    

    Add some bounds checking to CLLC ; reduce HQX variable scoping,
    add an error message.

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/canopus.c
    • [DH] libavcodec/canopus.h
    • [DH] libavcodec/cllc.c
    • [DH] libavcodec/hqx.c