Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (85)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (10696)

  • flutter-ffmpeg - How can show in a App that in this moment sent to a rtps server ? [closed]

    22 novembre 2020, par Carlos Rod
    


    What options can i implement in this solution ?

    


    


    Actually i use a "flutter_ffmpeg" package.. i sent a server Rtsp that my device camera see.

    


    i dont record a video in my phone only sent the video a server rtps, but i wanna that simultaneously i show in my phone a card widget the video from my camera, i try used a camera plugin but the moment sent info a server rtps, the camera plugin cancel that de camera is has used for other package (flutter_ffmepg)

    


  • How to get frames from video and show with trimmer in react native like whatsapp status uploading

    23 septembre 2021, par Zaid Qureshi

    I'm developing a video streaming app and I need to trim, merge audio & video stuff like that, But for Now, I've to get frames of video and show in the trimmer so that user can trim the video as per his need. How can I achieve this ? If anybody done this before please let me know, I'm going through the react-native-FFmpeg but it does not provide much documentation on how to do.

    


  • how to show the waveform by ffmpeg [duplicate]

    28 octobre 2020, par Jackie Wang

    We generated the waveform (Pic 1) by ffmpeg but it is different from the waveform (Pic 2) which is generated from twistedwave. Do anybody know how to generate the 2nd waveform (Pic 2) by ffmpeg ? Or do you know what different between this 2 picture ? Thanks a lot.

    


    ffmpeg command:
ffmpeg -i audio.wav -lavfi showwavespic=s=1920x800 audio7.png

    


    Pic 1, Waveform from ffmpeg
    
Pic 2, Waveform from twistedwave.com