
Recherche avancée
Autres articles (42)
-
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 -
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 (...)
-
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)
Sur d’autres sites (8940)
-
Encoding DXV in ffmpeg (resolume codec)
31 mai 2019, par Leo ZerinoI do have it listed in
ffmpeg -codecs
, but it returnsUnknown encoder 'dxv'
.Do I have to reinstall ffmpeg with DXV dependencies ? If so, how ? Why is it listed in -codecs if it’s unknown ?
I’ve found this on the web :
https://www.ffmpeg.org/doxygen/3.2/dxv_8c_source.html
Supposedly the source for dxv encondig. Should I use it anyhow ?
-
Revision 615230b810 : acm_random : provide full range for Rand16() the gtest implementation used only
2 décembre 2014, par James ZernChanged Paths :
Modify /test/acm_random.h
Modify /test/fdct8x8_test.cc
acm_random : provide full range for Rand16()the gtest implementation used only returns values between 0 and 2^31-1
+ temporarily disable some tests in fdct8x8_test which misbehave with the
new rangeChange-Id : I45381076f0bea3317cc6728305890e4fd2f2facd
-
Revision 306319387b : acm_random : provide full range for Rand8() the gtest implementation used only r
27 novembre 2014, par James ZernChanged Paths :
Modify /test/acm_random.h
Modify /test/lpf_8_test.cc
acm_random : provide full range for Rand8()the gtest implementation used only returns values between 0 and 2^31-1
+ temporarily disable some tests in lpf_8_test which misbehave with the
new rangeChange-Id : I8a026680c4b8c12dc14d4f24c33edb2315963114