
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (84)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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) (...)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (7973)
-
Revision ac980b71cf : Improve sign consistency. Fix warning on windows : signed/unsigned mismatch on l
23 avril 2013, par JohannChanged Paths :
Modify /vp9/vp9_dx_iface.c
Improve sign consistency.Fix warning on windows : signed/unsigned mismatch on lines 415, 454
Comparison was between size_t data_sz >= int index_sz on 415 and
unsigned int data_sz >= int index_sz on 454. Both might be changed to
size_t but that would be tracing and replacing all comparisons is
outside the scope of this change.In the rest of these two functions ensure unsigned values are used
consistently.Change-Id : I922b399ceca612a92f44b9d1d331c1c6bae9d768
-
Revision 7af58d4338 : Resolve declaration and implementation. Clean Windows build warnings : warning C
23 avril 2013, par JohannChanged Paths :
Modify /vp9/common/vp9_findnearmv.c
Modify /vp9/common/vp9_rtcd_defs.sh
Resolve declaration and implementation.Clean Windows build warnings :
warning C4028 : formal parameterdifferent from declaration This was fixed independently in master and experimental but the fixes
were in opposite directions. One added const to the declaration and the
other removed it from the implementation.Also update the variable names. This doesn't modify the data so call it
ref, matching the functions in the vicinity, rather than dst.Change-Id : I2ffc6b4a874cb98c26487b909d20a5e099b5582c
-
ffmpeg in matlab on windows
22 octobre 2015, par MaystroIs there a way to run ffmpeg commands in matlab on windows.
I know on Linux we can use the function system(’...’) to run any command but how can I do it on windows ?
any idea would be appreciated
Thanks