
Recherche avancée
Autres articles (13)
-
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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (...)
Sur d’autres sites (4466)
-
Revision 439c66b291 : Refactoring decode_one() function. Change-Id : Ic3ee3b1fb04691e8c7d16020b56e034a
4 avril 2014, par Dmitry KovalevChanged Paths :
Modify /vp9/vp9_dx_iface.c
Refactoring decode_one() function.Change-Id : Ic3ee3b1fb04691e8c7d16020b56e034ab8888525
-
Revision 955b35d983 : Cleaning up vpx_codec_get_cx_data() function. Change-Id : I1cd7f0502a28dfe65449f
13 février 2014, par Dmitry KovalevChanged Paths :
Modify /vpx/src/vpx_encoder.c
Cleaning up vpx_codec_get_cx_data() function.Change-Id : I1cd7f0502a28dfe65449ff04d70498b2e92c3823
-
avformat/mxfenc : Make init function out of write_header
7 novembre 2021, par Andreas Rheinhardtavformat/mxfenc : Make init function out of write_header
The MXF muxers only write the header after they have received
a packet ; the actual write_header function does not write anything.
So make an init function out of it.Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>