Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (100)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (7137)

  • 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