Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (69)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

Sur d’autres sites (10470)

  • How to get and show volume input level from rtsp using ffplay

    4 septembre 2019, par Xavier

    I´m trying to get and display the volume level from an ip camera with rtsp protocol. By now i achieved with ffmpeg but i need to do it with ffplay.

    I have tried many combinations with no luck. Some of these

    ffplay -f lavfi -i rtsp://admin:admin@10.0.0.99:554/live/ch0:showvolume=f=0:b=0:w=310:h=59:o=v:m=p

    Gives error "No such filter : ’rtsp ://admin:admin’"

    ffplay -f lavfi "amovie ='audio\=rtsp://admin:admin@10.0.0.99:554/live/ch0',showvolume=f=0:b=0:w=310:h=59:o=v:m=p"

    Gives error "Undefined constant or missing ’(’ in ’admin@10.0.0.99’ and so many others.

    ffplay -f lavfi "amovie ='audio\=Microphone (Realtek High Definition Audio)':f=dshow,showvolume=f=0:b=0:w=310:h=59:o=v:m=p"

    This code works with internal notebook microphone but i can`t see how to replace dshow with RTSP

    I already tried others combinations but nothing works.
    I need to know how specify an rtsp input with lavfi or any other way to show volume input level from a rtsp with ffplay.
    Thanks in advance

  • avfilter/showinfo : support Content Light Level information

    9 août 2019, par Limin Wang
    avfilter/showinfo : support Content Light Level information
    

    show real information instead of the unknown side data type message for HDR10 stream

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavfilter/vf_showinfo.c
  • lavf/showinfo : use error level when get invalid sidedata

    5 août 2019, par Jun Zhao
    lavf/showinfo : use error level when get invalid sidedata
    

    Use error level when get invalid sidedata, and remove a unnecessary
    newline in error message.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/vf_showinfo.c