Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (111)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (14504)

  • How to listen to and decode an RTMP video stream with Python

    9 juin 2023, par Li-GanMa

    How can I listen to and decode an RTMP video stream with Python ? Such as with the ffmpeg command

    


    ffmpeg -listen 1 -i rtmp://localhost:1935/live/app
I tried this :

    


    import av
container = av.open('rtmp://localhost:1935/live/app',listen=True)
for frame in container.decode(video=0):
    frame = frame.to_ndarray(format='bgr24')
    ...do some thing with the frame...


    


    But I got an error :

    


    


    open() got an unexpected keyword argument 'listen'

    


    


  • ffmpeg running as a background task [duplicate]

    18 mars 2021, par Colby Quinn

    I am trying to get ffmpeg to run as a background task in linux, I have been trying to do it like this

    


    ffmpeg -i input.mkv -loglevel panic output.mp4 &


    


    But whenever I run the program it halts in the beginning until I put it as a foreground task fg $1 and then I can leave the task and it runs in the background just fine, how can I make it run from the beginning as a background task without having to put it as a foreground task temporarily ?
I have also tried this and it didn't work

    


    ffmpeg -i input.mkv -loglevel panic output.mp4 2> /dev/null &


    


  • Revision 7596 : Ne pas demander de vérification sur photo*.jpg et image.jpg (ipad)

    18 mars 2013, par kent1 — Log

    Ne pas demander de vérification sur photo*.jpg et image.jpg (ipad)