
Recherche avancée
Autres articles (71)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (4494)
-
aacpsy : Add energy spread for each band
26 juin 2015, par Rostislav Pehlivanovaacpsy : Add energy spread for each band
This commit adds the energy spread to the struct for each band and removes 2 unused fields.
distortion and perceptual_weight were not referenced in any file nor were they set to any value,
so it was safe to remove them. The energy spread is currently only used in the aac psy model.
It’s defined as being proportional to the tonality of each band.Reviewed-by : Claudio Freire <klaussfreire@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
AAC encoder : use signed coeffs when measuring IS energy
17 janvier 2016, par Claudio Freire -
Revision 47ac3ea0bb : Adapt color sensitiviy threshold to luma signal energy Instead using only a fix
3 mars 2015, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Adapt color sensitiviy threshold to luma signal energyInstead using only a fixed threshold, this commit adapts the threshold
for color sensitivity decision to luma signal energy : chroma channel’s
sse is at least 1/6 of that in luma for color sensitivity flag to be
set to active.This recoups a large portion of the speed loss due to accounting for
chroma component costs in RTC mode decision.Change-Id : Ie01f747f6037dba6a1d1ed3e10b71a0ef1abc42c