Recherche avancée

Médias (91)

Autres articles (10)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (3322)

  • ffplay : is there a way to get the timestamp of the currently paused video frame ?

    17 septembre 2022, par John_Sheares

    Currently, I have ffplay setup to draw the timestamp as overlay text, so that I can manually record the value of the paused frame. This getting tedious and I was thinking of extracting it with a custom program that monitors stdout.

    


    I noticed that when I turn on the log output, I can see the debug information for the text formatting of the drawn timestamp. When paused, I can read back several lines to see the timestamp that matches the one shown in the overlay text. It seems consistently 4 formatting debug messages back, but that is probably unreliable.

    


    Any ideas on how this can be done and reliably ?

    


  • Converting image sequence to video with inconsistent frame rate

    4 novembre 2022, par George

    I recently collected video data where the video was generated as image sequences. However, between different video of the same length, different numbers of frames were acquired, which made me think that the image sequence have varied frame rates between videos. So my question is how do I convert this image sequence back to video with accurate duration between frames. Is there a way to get that information from the date and time it was created using a code ? I know ffmpeg seems to be the tools many people use.

    


    I am not sure where to start. I am not very familiar with coding, so already have trouble executing the correct codes.

    


  • Will streaming through RTSP affect normal UDP communication ?

    8 mai 2015, par Nyaruko

    I am programming a ground control station for a drone.
    Originally all the data/command communication is through UDP between the PC and the drone.
    Now I am trying to stream video from a IP camera I put on the drone, the video is 640*480 mpeg video.
    And the protocol is RTSP, so I am thinking of using FFMPEG.
    The IP camera, the drone and my PC is all connected to a router.
    The Ip camera, the drone and my PC all have different IP address.

    My question is, in this case, usually, will the streaming affect my data/command communication through UDP and even cause it un-usable ?