
Recherche avancée
Autres articles (52)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (8877)
-
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.
-
lavf : split packets before muxing.
3 décembre 2012, par Clément Bœschlavf : split packets before muxing.