
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (69)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (11299)
-
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
-
Revision 6e7e1cf32f : Add Neon intrinsics for vp9_avg_8x8_neon On Nexus 7 speed -5, -6, -7, and -8 sa
15 janvier 2015, par Frank GalliganChanged Paths :
Modify /test/vp9_avg_test.cc
Modify /vp9/common/vp9_rtcd_defs.pl
Add /vp9/encoder/arm/neon/vp9_avg_neon.c
Modify /vp9/vp9cx.mk
Add Neon intrinsics for vp9_avg_8x8_neonOn Nexus 7 speed -5, -6, -7, and -8 saw about a 1% increase
in perf for 480p. Speeds -5, -6, -7, and -8 saw about a 1.5%
increase in perf for 720p.Tested on Nexus 7, built with ndk r10d, gcc 4.9.
Change-Id : Ibf17ebfd952a6aec941719bd8306df8ec4574bee
-
Speed up part of video using ffmpeg
19 décembre 2016, par midtibyI’m recording screencasts and some part of the recorded screencasts I would like to speed up using a command line tool like ffmpeg.
I know that it is possible to use ffmpeg to speed up an entire video with a command like (source)
ffmpeg -i input.mkv -filter:v "setpts=0.5*PTS" output.mkv
Is it possible to only apply the speedup in certain regions in the video. Eg. from 10 to 15 seconds and again from 50 to 60 seconds ? Something similar seems to be possible using the program slowmoVideo.