
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
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 (76)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (9336)
-
Multithreading in avconv to split video in frames
16 avril 2014, par Louis AyencoI would like to split a video in frames using avconv (ffmpeg fork). To speed up the process I want to use multithreading. For this I use "-threads 3" on a VM with 4 cores. I see no difference between "-threads 1" and "-threads 3" in top (always between 100%-130%.
The command :
avconv -i video.mp4 frames/frame-%05d.tiff -threads 3
What can I do to speedup the process ?
Thanks,
-
Revision 74593c1eae : Directly split the block in partition search This patch allows the encoder to d
5 août 2014, par Pengchong JinChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Directly split the block in partition searchThis patch allows the encoder to directly split the block
in partition search, therefore skip searching NONE. It
computes a score which measures whether 16x16 motion vectors
from the first pass in the current block are consistent with
each others. If they are inconsistent and we have enough Q
to encode, split the block directly, and skip searching NONE.This feature is under flag CONFIG_FP_MB_STATS. In speed 2,
it further gives a speedup of 3-8% on sample yt clips as
compared to the previous version under the same flag. Overall,
the features under the flag will give 7-15% on typical yt
clips at up to 6000kbps data rate. The speedup at very high
data rate is not significant.For hard stdhd clips :
park_joy_1080p @ 15000kbps : 504541ms -> 506293ms (-0.35%)
pedestrian_area_1080p @ 2000kbps : 326610ms -> 290090ms (+11.2%)The compression performance using the features under the flag :
derf : -0.068%
yt : -0.189%
hd : -0.318%
stdhd :-0.183%To use the feature, set CONFIG_FP_MB_STATS and turn on
cpi->use_fp_mb_stats.Change-Id : Iad58a2966515c8861aa9eb211565b1864048d47f
-
split out ff_hwaccel_pixfmt_list_420[] over individual codecs.
18 février 2013, par Ronald S. Bultjesplit out ff_hwaccel_pixfmt_list_420[] over individual codecs.