Recherche avancée

Médias (91)

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

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

Sur d’autres sites (5768)

  • How to create a video file with zoom effect using ffmpeg

    10 mars 2016, par dasarath sahoo

    I am trying to create a video file with zooming effect using ffmpeg and image should be in center and zooming should be start for a particular time

    Here is the code I am using :

    $ ffmpeg -loop 1 -i India-gate.jpg -vf "zoompan=z='zoom+0.001':x='if(gte(zoom,1.5),x+1)'" -c:v libx264 -t 5 -s "1024x960" zoomout.mp4

    this command working fine, but it creates zooming effect for 3seconds while video length is 5second and after 3second zooming going to repeat once again.

  • avfilter/vf_transpose_npp : Use correct array name

    13 août 2021, par Andreas Rheinhardt
    avfilter/vf_transpose_npp : Use correct array name
    

    Fixes build failures since 18ec426a861c1a9a2072080796dff146bafecb53.

    Found-by : Gregory Beauregard
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/vf_transpose_npp.c
  • avformat/paf : read frame rate from header @0x88

    22 février 2019, par Gregory Montoir
    avformat/paf : read frame rate from header @0x88
    

    Signed-off-by : Gregory Montoir <cyx@users.sourceforge.net>

    • [DH] libavformat/paf.c