
Recherche avancée
Autres articles (51)
-
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 (...)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (3159)
-
Anomalie #2732 : interclassement table spip_urls
25 mai 2012, par svpip -cedric - a écrit : le problème c’est juste que tu veux restaurer une sauvegarde réalisée avant la modification du champ, non ? C’est l’inverse ; apres modifs... En pratique la sauvegarde contient une description SQL des tables sauvegardées pour les rétablir avec la même structure. Si tu fais une (...)
-
xuggler could not find input codec id (avi, msvideo1)
8 février 2012, par mrzasaI convert video from different formats to flv using xuggle MediaTool. For most of cases it works fine, but when I try an
.avi
file encoded withmsvideo1
,indeo3
orcinepark
, xuggler throwsjava.lang.IllegalArgumentException: could not find input codec id
onreader.readPacket()
.I checked, that my ffmpeg supports msvideo decoding :
> ffmpeg -codecs
(...)
D V D msvideo1 Microsoft Video 1
D V D indeo3 Intel Indeo 3
D V D cinepak CinepakWhat is more, I'm able to convert files encoded with these codecs from the command line (usign ffmpeg).
What might be the reason for such behaviour ?
-
Rolling back _isUndefined() and _isFunction() changes, using typeof x === ’function’ / ’undefined’ as previously. At most, this saved 80 bytes in the -nodebug-jsmin version when served with gzip and isn’t worth potential function call overhead.
27 mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Rolling back _isUndefined() and _isFunction() changes, using typeof x === ’function’ / ’undefined’ as previously. At most, this saved 80 bytes in the (...)