
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (99)
-
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (13765)
-
Extract effective P frame (i.e. real prediction error) with ffmpeg
23 avril 2017, par Gregoire MercierI would like to extract the P frame from a video to "see" the prediction error.
When using the following command line :
ffmpeg -i video.mp4 -vf select='eq(pict_type\,P)' -vsync vfr -q:v 1 p_images_%04d.png
It extracts P frames but they are reconstructed as "real" images with a dynamic of [0,255], I would like to have the effective prediction error i.e. before using the related reference image.
Is that possible ?
Thanks,
Greg -
Revision 9afb6700c2 : Adjust q range Skip Q values between the q.0 mode and a real q of 2.0 as these
4 avril 2013, par Paul WilkinsChanged Paths :
Modify /vp9/common/vp9_quant_common.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_quantize.c
Adjust q rangeSkip Q values between the q.0 mode and a real q of
2.0 as these are not valuable from an RD perspective.Change-Id : I110c4858c57f97315953f4d88a2596d4764360df
-
Revision 9b9136f8a2 : Fixed incorrect use of compute_qdelta() This function expects real Q values as
28 mars 2013, par Paul WilkinsChanged Paths : Modify /vp9/encoder/vp9_onyx_if.c Fixed incorrect use of compute_qdelta() This function expects real Q values as inputs not index values. The use-age her impacts the Q chosen for force key frames. Though this is a bug fix I have not yet verified whether following the bug fix the q (...)