Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (33)

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

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (5567)

  • FFmpeg version 4.0.1 cannot find h264 encoder

    3 juillet 2018, par Cristiano

    Today I updated FFmpeg to version 4.0.1 and my existing project cannot compile anymore. In particular avcodec_find_encoder(AV_CODEC_ID_H264) always returns null. I tried to reinstall the libx264 but nothing changed.
    I also tried to call avcodec_find_encoder_by_name("libx264") and it works, but avcodec_open2() returns error.

  • UDP streaming from laptop to wowza streaming engine using ffmpeg

    9 février 2018, par ST94

    I am working on Streaming a local file or a live stream from a webcam on my laptop to the Wowza Streaming Engine using UDP. My laptop and the system with Wowza server are able to ping each other. The ffmpeg command and the output it gives is

    ffmpeg -re -i bunny_1080p_60fps_normal.mp4 -strict experimental -f mpegts udp ://192.168.1.22:10000 ?pkt_size=1316

    It shows that the video’s streaming, but on the wowza’s test players I am not able to view the stream. I followed these links to stream the video
    https://www.wowza.com/docs/how-to-use-ffmpeg-with-wowza-media-server-mpeg-ts

    https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder

    Please guide me what I am doing wrong here. Thank You

  • How to reencode a h264 wiiU to a standar format video

    25 juin 2016, par didix16

    I’m trying to make a bridge between wiiU and web interface to view the video h264 signal. I’m not familiar with video programming but I’m searching some info about it. Following this documentation :

    If it, can someone tell me how ? I’m programming the bridge in C++.

    Oh yes, at the moment I’m capturing the data from udp socket, so I just need transform the incoming data detailed in sc-vstrm.html documentation into some web stream video standard.

    Thank you so much guys :).