
Recherche avancée
Autres articles (57)
-
Supporting all media types
13 avril 2011, parUnlike 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, parMediaSPIP 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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (6709)
-
doc/filters : add small description to geq filter section
29 octobre 2018, par Paul B Mahol -
In which order does ffprobe give you frame information ? Decode or Presentation order ?
23 novembre 2018, par Baba.SWhen running a command like :
ffprobe -show_frames input.ts
I have been previously told that this shows the frames in PRESENTATION order, but recently have been confused by comments maybe hinting that its the other way around. I want to clear up any confusion. Please can anyone tell me if its in presentation order or decode order ?
My thoughts are that they are definitely in PRESENTATION order because I find the sequence to be I,B,B,P instead of I,P,B.
-
swscale : Set alpha to opaque for internal palettes.
5 avril 2014, par Justin Rugglesswscale : Set alpha to opaque for internal palettes.
Fixes conversion of pal8 to rgb formats with alpha.
Updated references for 2 FATE tests which previously encoded fully
transparent images.Based on a patch by Baptiste Coudurier <baptiste.coudurier@gmail.com>