
Recherche avancée
Médias (1)
-
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 (18)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
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
Sur d’autres sites (4643)
-
arm64 : port synth_filter_float_neon from arm
1er décembre 2015, par Janne Grunauarm64 : port synth_filter_float_neon from arm
25% faster dts decoding overall. The checkasm CPU cycles numbers are
not that useful since synth_filter_float() calls FFTContext.imdct_half().cortex-a57 cortex-a53
synth_filter_float_c : 1866.2 3490.9
synth_filter_float_neon : 915.0 1531.5With fftc.imdct_half forced to imdct_half_neon :
cortex-a57 cortex-a53
synth_filter_float_c : 1718.4 3025.3
synth_filter_float_neon : 926.2 1530.1 -
arm : add ff_int32_to_float_fmul_array8_neon
3 décembre 2015, par Janne Grunauarm : add ff_int32_to_float_fmul_array8_neon
Quite a bit faster than int32_to_float_fmul_array8_c calling
ff_int32_to_float_fmul_scalar_neon through FmtConvertContext.
Number of cycles per int32_to_float_fmul_array8 call while decoding
padded.dts on exynos5422 :before after change
cortex-a7 : 1270 951 -25%
cortex-a15 : 434 285 -34%checkasm —bench cycle counts : cortex-a15 cortex-a7
int32_to_float_fmul_array8_c : 1730.4 4384.5
int32_to_float_fmul_array8_neon_c : 571.5 1694.3
int32_to_float_fmul_array8_neon : 374.0 1448.8Interesting are the differences between
int32_to_float_fmul_array8_neon_c and int32_to_float_fmul_array8_neon.
The former is current behaviour of calling
ff_int32_to_float_fmul_scalar_neon repeatedly from the c function,
The raw numbers differ since checkasm uses different lengths than the
dca decoder. -
Difference in number of channels returned by mediainfo and ffprobe
16 mars 2021, par Hai TranI was examining an audio file and noticed that the numbers of channels returned by
mediainfo
andffprobe
were different.

The
mediainfo
command :

mediainfo audio.mp4



The
ffprobe
command (see thechannels
value) :

ffprobe -i audio.mp4 -show_streams



Does anyone know what's happening ?
Here is the audio file for your own test.