
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (35)
-
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 (4239)
-
Revision cde6b50cb1 : Merge "Use fast HEX search in real time mode"
20 février 2014, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_rdopt.c
Merge "Use fast HEX search in real time mode" -
Revision 1fcef81cb0 : Remove vp9_ prefix from bit writer files Change-Id : I07647c7482b9ec498fbad3a9c9
20 juillet 2015, par Yaowu XuChanged Paths :
Modify /test/vp9_boolcoder_test.cc
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_subexp.c
Modify /vp9/encoder/vp9_treewriter.h
Add /vpx_dsp/bitwriter.c
(from /vpx_dsp/vp9_writer.c
:c5ad31e518ceaffebb055e6a186bcece8c6ced96)
Add /vpx_dsp/bitwriter.h
(from /vpx_dsp/vp9_writer.h
:c5ad31e518ceaffebb055e6a186bcece8c6ced96)
Add /vpx_dsp/bitwriter_buffer.c
(from /vpx_dsp/vp9_write_bit_buffer.c
:c5ad31e518ceaffebb055e6a186bcece8c6ced96)
Add /vpx_dsp/bitwriter_buffer.h
(from /vpx_dsp/vp9_write_bit_buffer.h
:c5ad31e518ceaffebb055e6a186bcece8c6ced96)
Delete /vpx_dsp/vp9_write_bit_buffer.c
Delete /vpx_dsp/vp9_write_bit_buffer.h
Delete /vpx_dsp/vp9_writer.c
Delete /vpx_dsp/vp9_writer.h
Modify /vpx_dsp/vpx_dsp.mk
Remove vp9_ prefix from bit writer filesChange-Id : I07647c7482b9ec498fbad3a9c9901f72b2336500
-
libavfilter/dnn : add prefix ff_ for internal functions
18 janvier 2021, par Guo, Yejunlibavfilter/dnn : add prefix ff_ for internal functions
from proc_from_frame_to_dnn to ff_proc_from_frame_to_dnn, and
from proc_from_dnn_to_frame to ff_proc_from_dnn_to_frame.Signed-off-by : Guo, Yejun <yejun.guo@intel.com>