Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (42)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

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

Sur d’autres sites (8149)

  • How to replace all frames of video to one image ?

    8 février 2018, par YuriyPryyma

    I have some film
    I want to replace all frames from that video to my static image.
    So that video duration, resolution(width, height), sound and other properties stay the same.

  • FFmpeg merge images to a video

    11 août 2016, par John Doe 2

    How can I create a mpg/mp4 file from let’s say 10 images using ffmpeg.

    Each image shall stay for 5 minutes, after the 5 minutes are over the next image shall appear and so on....

    How can I achieve this ?

  • how to set frame delay when use ffmpeg to convert images to gif

    24 juin 2021, par yang

    I want to convert image sequence to gif and I want each frame to last for a certain amount of time, but I couldn't find an example of how to do this.

    



    I know this basic command works

    



    ffmpeg -y -i %0d_Frame.jpg output.gif

    



    but how can I let each frame stay for 1 second ?