Recherche avancée

Médias (91)

Autres articles (97)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (7492)

  • how to use ffmpeg with node.js

    11 février 2024, par Jes S

    Hiiii. I would like to use ffmpeg for this project (click to check out). I tried to use wasm but it was too slow. So i'm making a back app with nestjs and nodejs for this. I want to question : What is the better to do ? Should i use bindings ? or what should i use ?. (Please, i already look up this topic and i know that there is a library called "ffmpeg" in npm, if you don't know about how to work correctly please, just don't reply)

    


    I tried with ffmpeg.wasm, but it was too slow. So i'm making a back.

    


  • How to extract H264 video from RTP packets in a .pcap file

    29 septembre 2020, par Ke Chen

    I am using FFmpeg to transmit RTP stream of a video and then capture and save all packets using WireShark into a .pcap file. The FFmpeg command I am using is :

    


    ffmpeg -i video.264 -r 25 -video_size 352x288 -c:v libx264 -f  rtp rtp://127.0.0.1:1234


    


    Now, I want to convert back to video using this pcap file. Can FFmpeg do this ? or Is there other tools available ?

    


    Also, I want to test how packet loss affects the quality of video. So I need to drop several packets in the pcap and then convert back to video to see the effect. Can I get the video back just use the rest of the packets in the pcap file ?

    


    To achieve the goal I said above, I also need to learn which packets are corresponding to what kind of frames right ? So can I acquire the type of frames only looking at the RTP packets in the file. How can I do that ?

    


  • how to use ffmpeg buld libraries in android studio ?

    16 octobre 2018, par Dilchun Dev

    I have build ffmpeg libs for android using tutorial provided by
    https://medium.com/@karthikcodes1999/cross-compiling-ffmpeg-4-0-for-android-b988326f16f2

    but I don’t know how to use the libraries in my android project.

    please help me