Recherche avancée

Médias (91)

Autres articles (55)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • 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 (7285)

  • 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 memeko

    So, 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 a 10bit colour-depth.

    


    I was wondering if there is a way to make ffmpeg convert and output only the extracted Y' component as raw 8bit pixel data even if the source was originally 10bit, like, is there a raw 8bit 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 be 8bit. I am also using ffmpeg's scale filter to compress the raw Y' channel data before output, so preferably I would want the 10bit to 8bit 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 output UV planes, which is not what I want.

    


  • Revision 106740 : Cf r106739 : ouvelle possibilité du plugin de mutualisation facile (voir ...

    11 octobre 2017, par real3t@… — Log

    Cf 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’ ;