
Recherche avancée
Médias (1)
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (106)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (11512)
-
avformat/utils : fix av_probe_input_buffer2() so it returns the probe score
29 août 2013, par Michael Niedermayer -
How to set yuv to full range in a mpeg2video ?
7 mai 2021, par Jefferson Villasan JosolI've found out that
YUV420P
has a limited range based on MediaInfo. How can I set that into Full range using ffmpeg ? Does anyone know how to set it into Full ?
I'm currently usingmpeg2video -q:v 0
because it has an acceptable quality and small file sizes compared tox264 -crf 0
.
Thanks in advance for those who can help me !

Edit : I prefer mpeg2video because it is much faster compared to x264 encoding. And I've also noticed that
-q:v 0
is better than-q:v 2
. I don't know if it sounds strange but on my phone, the quality is really better if I use the-c:v mpeg2video -q:v 0


-
diracdec : fix full range videos
22 janvier 2016, par Rostislav Pehlivanovdiracdec : fix full range videos
Full range video had been broken by the introduction of the < 2U check
at the following line. The bitstream format kind of implies that the full
and limited ranges use different pix_fmts but that’s incorrect since we
have the avctx->color_range flag. So adjust the pixel range index to
be mapped to the same pix_fmts as limited range index.Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>