
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (7)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
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 -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (4008)
-
Revision 5d79720d57 : Removed shadow warnings : mcomp.c rdopt.c Adding -Wshadow to CFLAGS generated a
14 mars 2013, par Scott LaVarnwayChanged Paths :
Modify /vp8/encoder/mcomp.c
Modify /vp8/encoder/rdopt.c
Removed shadow warnings : mcomp.c rdopt.cAdding -Wshadow to CFLAGS generated a bunch of warnings. This patch
removes these warnings.Change-Id : Ib498de4b8652051d257cf86dcb40d2968a5013ae
-
x86 : SSSE3 LUT-based faster coeff_level_run
5 avril 2013, par Jason Garrett-Glaserx86 : SSSE3 LUT-based faster coeff_level_run
2x faster coeff_level_run.
Faster CAVLC encoding : 1%,2%,7% overall with superfast,medium,slower.
Uses the same pshufb LUT abuse trick as in the previous ads_mvs patch. -
ffmpeg configure for ios - using asm options causes MPx (mp1, mp2, mp3) codecs sound problems
18 avril 2013, par hard gamerI've made many tests to get good performance for video decoding with ffmpeg on low cpu idevices such as iPad 1 and iPhone 3Gs, and see that using asm option when configuring ffmpeg for cross compiling for ios is very very important for performance..
But when I configure with —enable-asm, the audio stream which using mpx(mp1,mp2,mp) codec sounds squeaky.
If I configure with —disable-asm option, than mpx(mp1,mp2,mp) codec sounds well but then the performance is %50 percent of the previous one built with the —enable-asm option...I've also tested these with the ffmpeg versions that are 0.8, 0.9, 0.10, 0.11, 1.0,1.1,1.2
All of them produces same results...Can anyone have the same problem with me ? Also, any idea how can I fix this issue ? please advice me .. (I can not find any patch to fix this issue on the net or in ffmpeg forums.)
-MS