
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (42)
-
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) (...)
-
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 (...)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP 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 (5374)
-
Revision d621de7e8d : Change vp9_quantize to vpx_quantize This commit clears all the vp9_ prefix use
4 août 2015, par Jingning HanChanged Paths :
Modify /test/vp9_quantize_test.cc
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_quantize.c
Modify /vpx_dsp/quantize.c
Modify /vpx_dsp/quantize.h
Modify /vpx_dsp/vpx_dsp_rtcd_defs.pl
Modify /vpx_dsp/x86/highbd_quantize_intrin_sse2.c
Modify /vpx_dsp/x86/quantize_sse2.c
Modify /vpx_dsp/x86/quantize_ssse3_x86_64.asm
Change vp9_quantize to vpx_quantizeThis commit clears all the vp9_ prefix use case in vpx_dsp. It gets
the vp9 folder ready to branch out vp10.Change-Id : I2906eec179ee792b4af8c9b4161313653050e931
-
Revision d00b8e5f82 : Inline vp9_get_coef_context() (and remove vp9_ prefix). Makes cost_coeffs() a l
28 juin 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/common/vp9_entropy.c
Modify /vp9/common/vp9_entropy.h
Modify /vp9/decoder/vp9_detokenize.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_tokenize.c
Inline vp9_get_coef_context() (and remove vp9_ prefix).Makes cost_coeffs() a lot faster :
4x4 : 236 -> 181 cycles
8x8 : 888 -> 588 cycles
16x16 : 3550 -> 2483 cycles
32x32 : 17392 -> 12010 cyclesTotal encode time of first 50 frames of bus (speed 0) @ 1500kbps goes
from 2min51.6 to 2min43.9, i.e. 4.7% overall speedup.Change-Id : I16b8d595946393c8dc661599550b3f37f5718896
-
configure : Use test_ prefix for helper functions that do not set variables
4 février 2018, par Diego Biurrun