
Recherche avancée
Autres articles (51)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (10605)
-
Encoding a video in FFmpeg to X264 and have it playable in Quicktime
7 mai 2013, par illuI am wondering which command line settings i need to explicitly set (or avoid) to make a video encoded into x264 (in the mp4 format) using ffmpeg by default playable in Quicktime. I find that a number of the predefined preset files work for me but some of them won't, for example I can't get any of the lossless ones to work and I'm interested in those ones as well. For example libx264-lossless_max.ffpreset will encode my video but it's only playable in VLC, not in Quicktime. In Quicktime the video stays black. I know Perian is an option but I want my file to be playable without installing Perian. Thanks for your help.
-
Revision ec1d8387e1 : Add 64x64 sub_pel_variance Neon function On Nexus 7 speed -5, -6, -7, and -8 sa
14 janvier 2015, par Frank GalliganChanged Paths :
Modify /test/variance_test.cc
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/encoder/arm/neon/vp9_variance_neon.c
Add 64x64 sub_pel_variance Neon functionOn Nexus 7 speed -5, -6, -7, and -8 saw about a 15% increase
in perf for 480p. Speeds -5, -6, -7, and -8 saw about a 10%
increase in perf for 720p.Tested on Nexus 7, built with ndk r10d, gcc 4.9.
Change-Id : I2fa5315845e3021c9a6e2ea47e52e68b398d8334
-
are there options to speed up dpkg-buildpackage
17 janvier 2015, par j0hIm back porting ffmpeg to an older version of debian.
everything is going well, but its so slow.
I am runningdpkg-buildpackage -us -uc
with a debian rules file that looks like this :
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
./configureI notice, this is only processing on 1 core.
is there anything like make -j 4 that I could use to speed this up ?I’ve been using this guide, but i don’t see anything for speeding up the build step
https://www.debian.org/doc/manuals/maint-guide/