
Recherche avancée
Autres articles (74)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Support de tous types de médias
10 avril 2011Contrairement à 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) (...)
Sur d’autres sites (3707)
-
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>