Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (31)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7130)

  • download livestream real-time data

    15 juillet 2024, par Chenguang He

    I'm working on a project to design a RTMP server in Java to get livestream data and download to flv file. One requirement is that to capture the real-time data, I need to download the recording for every second instead of downloading entire recording when livestream stop. Is there any way to achieve it ? Thanks

    


    tried to download stream into byte array for every second and decode to flv using H.264 but didn't work.

    


  • Streaming using FFMPEG and custom codec

    6 février 2023, par sam

    I'm new to streaming in FFMPEG. I have integrated a custom video decoder into FFMPEG's multimedia framework.

    



    So, when i give the command :

    



    ffmpeg -vcodec myCodec -i input.bin output.yuv


    



    It generate a output yuv file. So this means that i have properly integrated my codec to FFMPEG's multimedia framework.

    



    So, now if i want to stream a video using my custom decoder, how do i proceed ? and for demonstrating both client and server on the same machine, what are the commands i shall use ? I Think, since we have integrated custom codec properly, we don't need to modify any other thing. However, for streaming using custom decoder if i need to perform any changes in FFMPEG ?

    



    Thanks in advance.

    


  • Streaming using FFMPEG and custom codec

    13 août 2016, par sam

    I’m new to streaming in FFMPEG. I have integrated a custom video decoder into FFMPEG’s multimedia framework.

    So, when i give the command :

    ffmpeg -vcodec myCodec -i input.bin output.yuv

    It generate a output yuv file. So this means that i have properly integrated my codec to FFMPEG’s multimedia framework.

    So, now if i want to stream a video using my custom decoder, how do i proceed ? and for demonstrating both client and server on the same machine, what are the commands i shall use ? I Think, since we have integrated custom codec properly, we don’t need to modify any other thing. However, for streaming using custom decoder if i need to perform any changes in FFMPEG ?

    Thanks in advance.