
Recherche avancée
Autres articles (41)
-
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) (...)
-
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (11424)
-
Revision 8e029fcfa9 : Merge "Reduce max_partition_size for low resolutions at speed 5."
22 juin 2015, par MarcoMerge "Reduce max_partition_size for low resolutions at speed 5."
-
Revision fb2a89b1fb : Fixes for key frame coding at speed 5. Keep the same transform cutoff and parti
23 juin 2015, par MarcoChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Fixes for key frame coding at speed 5.Keep the same transform cutoff and partition selection
for speed 5 as in speeds >=6 (non-rd speed settings).Existing setting for key frame at speed 5 allowed transform size
up to 32x32 on key frames, and did not allow for 4x4 block partition size.
This created more visual artifacts on first few frames.avgPSNR/overallPSNR/SSIM gains of 0.2/0.7/0.8 for rtc_derf(low-res) set,
and 0/0.7/1.1 gains for rtc set.Change-Id : I8c139ec6c9bb74e14b4ffbad5f12e94f18a59c0b
-
Revision 017baf9f4b : Simplify bilateral filter search for speed Adds an internal buffer in the encod
15 avril 2015, par Debargha MukherjeeChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Modify /vp9/common/vp9_loopfilter.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_encoder.h
Modify /vp9/encoder/vp9_picklpf.c
Modify /vp9/encoder/vp9_rd.h
Simplify bilateral filter search for speedAdds an internal buffer in the encoder to store the deblocked
result to help speed up the search for the best bilateral filter.Very small change in performance but a lot faster :
derflr : +0.518%Change-Id : I5d37e016088e559c16317789cfb1c2f49334b2b9