
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (32)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 -
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 (4768)
-
vp9 : split segmentation map / mvpair references.
8 mars 2015, par Ronald S. Bultje -
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