
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (95)
-
Les sons
15 mai 2013, par -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (11784)
-
avformat/Makefile : use individual dependencies for librtmp protocols
12 février 2018, par James Almer -
vf_idet : change individual per frame statistics to debug log level.
5 avril 2012, par Michael Niedermayervf_idet : change individual per frame statistics to debug log level.
-
Extract Quantization Parameter for individual frames of h.26x video using ffmpeg
9 décembre 2019, par ndtrevivIf I execute a command like this :
$ ffmpeg -i video.mp4 -qphist -vf codecview=qp=true video_qp.mp4
I get the QP histogram of averages across frame types, like so :
[libx264 @ 0x7f8386803c00] frame I:5 Avg QP:21.65 size: 5960
[libx264 @ 0x7f8386803c00] frame P:172 Avg QP:23.90 size: 3449
[libx264 @ 0x7f8386803c00] frame B:204 Avg QP:26.77 size: 1168I want to extract the QP for each individual frame in the video, rather than get overall averages.
Is there a way to do this with (or even without, actually) ffmpeg or associated tools (such as ffprobe) ?