
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (43)
-
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 (...)
-
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 (...) -
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.
Sur d’autres sites (7714)
-
Revision 43798 : Ajout des types mimes ts, mts, m2ts : $tables_mime[’ts’] = ’video/MP2T’ ; ...
22 janvier 2011, par kent1@… — LogAjout des types mimes ts, mts, m2ts :
$tables_mimets ? = ’video/MP2T’ ;
$tables_mimemts ? = ’video/MP2T’ ;
$tables_mimem2ts ? = ’video/MP2T’ ;
$tables_sequencests ? = ’MPEG transport stream’ ;
$tables_sequencesmts ? = ’AVCHD MPEG-2 transport stream’ ;
$tables_sequencesm2ts ? = ’BDAV MPEG-2 Transport Stream’ ; -
Anomalie #2265 (Nouveau) : Ranger les flux dans /feed
30 août 2011, par r o m yRanger tous les flux de diffusion dans un sous-repertoire dédié, appelé /flux, ou plutôt /feed (plus courant), pour ne plus tout mélanger. Comme amorcé sur distroy (mais non fonctionnel) : http://zone.spip.org/trac/spip-zone/browser/_squelettes_/distroy/feed Cela permettrait d’y ranger des fichiers (...)
-
avformat/argo_asf : don't check file version
10 août 2020, par Zane van Iperenavformat/argo_asf : don't check file version
It has no bearing on structure. Determined by looking at the ASF
files from several Argonaut games :
- FX Fighter,
- Croc,
- Croc 2,
- The Emperor's New Groove, and
- Disney's Aladdin in Nasira's RevengeThe only versions that appear are 1.1, 1.2, and 2.1, and their
structure is identical.Reviewed-by : Alexander Strasser <eclipse7@gmx.net>
Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>