
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (31)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (3576)
-
Revision 80501 : éviter erreur php/page blanche sur RecursiveDirectoryIterator si ...
5 février 2014, par suske@… — Logéviter erreur php/page blanche sur RecursiveDirectoryIterator ? si _DIR_PLUGIN n’est pas un dir... (cas d’une mutu neuve et nue - ElJuez ?)
-
ffmpeg save 8bit 'raw' pixel data from 10bit source
15 décembre 2023, par memekoSo, I'm extracting
I-Frames
from videos with the intention of converting them to perceptual hashes to be used for analysis

I am specifically working with the raw luma channel data in a Y'CBCR colour-space found in
YUV420p
chroma-subsampled video codecs like h.264 / h.265, which works all well and good, except when the input source uses a10bit
colour-depth.

I was wondering if there is a way to make
ffmpeg
convert and output only the extractedY'
component as raw8bit
pixel data even if the source was originally10bit
, like, is there a raw8bit
output encoder or some kind of filter you can apply ?

That is without having to re-encode the whole video, only potentially doing a conversion on the extracted luma component
I-Frame
data, if it happens to not already be8bit
. I am also usingffmpeg
's scale filter to compress the rawY'
channel data before output, so preferably I would want the10bit
to8bit
conversion to be the last step in the pipeline.

I've already tried specifying an
8bit
pixel format with-pix_fmt yuv420p
, this sort of works, but also causes the output to ignore-filter_complex "extractplanes=y"
and also outputUV
planes, which is not what I want.

-
Revision 106740 : Cf r106739 : ouvelle possibilité du plugin de mutualisation facile (voir ...
11 octobre 2017, par real3t@… — LogCf r106739 : ouvelle possibilité du plugin de mutualisation facile (voir commit suivant) : afficher la valeur d’une meta. Soit :
nommeta
nomcasier/nommeta (beaucoup utilisé avec les CFG)
Déclaration dans le mes_options.php
Exemple :
GLOBALSmutualisation_afficher_config ? = (isset($GLOBALSmutualisation_afficher_config ?) ?$GLOBALSmutualisation_afficher_config ?.’,’ :).’soyezcreateurs/mode_affichage,slogan_site’ ;