Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (30)

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

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

Sur d’autres sites (6739)

  • Is is possible to create custom shapes with ffmpeg ?

    7 mai 2021, par nardo

    I am trying to create a xstack layout with ffmpeg commands and from what I have seen online it is only possible to create rectangles with all the videos merge them into one video. However, I am trying to create a layout with custom shapes with X and Y coordinates.

    


    Example :
Example of the three input videos with custom layout and shapes

    


    Would this be possible with ffmpeg or do I need another library or open source code base to create this ?

    


  • Custom Build of FFMPEG only for screenshots

    31 août 2020, par Sivakumar

    I have a disk space issues while using static FFMPEG build in my lambda. So can i use Customized FFMPEG build only to take screenshot for my Videos(All Formats Ex : mp4, mov, ...) to JPG. Any suggestions or anyone having reference to get the custom build only for this purpose.

    


  • Download video with image using flutter_ffmpeg

    26 juillet 2024, par Shiv Sharma

    In my app i have a one video play on screen and on video one image. i want to save this video with image. so how to download using flutter_ffmpeg in flutter ?

    


    I have try using flutter_ffmpeg but no idea how to video download with image.
If anyone has ever try this issue before, request you to please help me.