
Recherche avancée
Autres articles (19)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (4500)
-
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’ ;