Recherche avancée

Médias (3)

Mot : - Tags -/image

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 (7079)

  • Ffmpeg : Repeate audio loop until image slideshow not finish

    10 août 2018, par Vishal Rathod

    I am working on image slide show with Audio in background, it is working fine but i want it start audio again until slide show not finish.

    This is command that i am using for creating slide show.

    {"-y", "-r", "1/" + duration, "-i", imgPath + "/frame_%5d.jpg", "-ss", "0", "-i", audioPath, "-map", "0:0", "-map", "1:0", "-vcodec", "libx264", "-r", "2", "-pix_fmt", "yuv420p", "-shortest", "-preset", "ultrafast", outputPath}
  • ffmpeg and Blackmagic Atem Mini

    22 avril 2021, par anm

    I want to use software (windows 10), which uses ffmpeg to show/record video. Webcam is working fine, but if I want to use Blackmagic Atem Mini, it does not show up at the device list.

    


    So I want to try to use a capture device (HDMI -> USB). Is there a suggestion which device I can use ? Which one would show up in the device list ?

    


  • Put Video on top of another video using fluent-ffmpeg

    27 octobre 2023, par Andronik Nazaryan

    I have two videos.

    


      

    1. Tutorial
    2. 


    3. Person in the circle moving hands
    4. 


    


    i want to put second video on top of the first one, ideally in the corner.

    


    enter image description here