
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (66)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (8454)
-
Revision 5e935126a6 : Add intra complexity and brightness weight to first pass. The aim of this patch
4 novembre 2014, par Paul WilkinsChanged Paths :
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_firstpass.h
Add intra complexity and brightness weight to first pass.The aim of this patch is to apply a positive weighting to
frames that have a significant number of blocks that are
of low spatial complexity and are dark. The rationale behind
this is that artifacts tend to be more visible in such frames.In this patch the weight is only applied in regard to the distribution
of bits between frames. Hence if all the frames share similar
characteristics (as is the case for most of our short test clips) there
will be little or no net effect.However, the effect can be seen on some longer form test content.
For example Tears of steel baseline test :
2323.09 Kbit/s opsnr 39.915 ssim 74.729
With this patch :-
2213.34 Kbit/s opsnr 39.963 ssim 74.808
(Sligtly better metrics and about 5% smaller)The weighting may well need some further tuning along side changes
to the aq modes.Change-Id : Ieced379bca03938166ab87b2b97f55d94948904c
-
dvenc : fix 2x4x8 (interlaced) weight table
30 janvier 2015, par Christophe Gisquetdvenc : fix 2x4x8 (interlaced) weight table
Since the decoder has been fixed to output something similar to
other implementations, the encoder weight table needed this fix.Reference PSNR values on a progressive sequence (from tiny_psnr)
from a chained encoding and decoding :
Full progressive : stddev : 0.74 PSNR : 50.69 MAXDIFF : 19
Before : stddev : 1.43 PSNR : 44.97 MAXDIFF : 17
This patch : stddev : 0.76 PSNR : 50.44 MAXDIFF : 14Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
avcodec/mips : MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight...
27 avril 2015, par Shivraj Patilavcodec/mips : MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight functions
Reviewed-by : Nedeljko Babic <Nedeljko.Babic@imgtec.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>