Recherche avancée

Médias (1)

Mot : - Tags -/graphisme

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le 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 (...)

Sur d’autres sites (8216)

  • meaning of ffmpeg filter option values for modifying contrast/brightness/gamma

    5 septembre 2016, par benoy

    Context : I am using ffmpeg for processing a raw video file in raw y4m format to mp4 at various brightness values for an experiment looking at OLED display performance. After looking at the ffmpeg documentation I was able to find the following filter (eq) for modifying the brightness of the video.
    https://ffmpeg.org/ffmpeg-filters.html#eq

    I used the information from the ffmpeg documentation and the following article (https://wjwoodrow.wordpress.com/2015/07/12/more-ffmpeg-hell/) to get videos with different qualities. But neither the ffmpeg documentation nor the article explains these values in detail.

    Question : Now my query is that, what does these eq values range correspond to ? Is it a percentage ? For example,

    ffmpeg -i input_1080p24.y4m -vf eq=1:-0.5:1:1:1:1:1:1 -vcodec libx264 -b:v 8000k -s 1920x1080 -g 15 -n -r 30 output_1080p.mp4

    gives me a output video with reduced brightness. But how do I quantify this brightness reduction ? Does this eq = -0.5 correspond to 50% reduction in original brightness ? In other words, is this a linear scale ?

    This is my first post on stackoverflow. Thanks !

  • Evolution #3450 (Nouveau) : déporter apple-touch-icon.png et autres variantes vers le plugin favicon

    17 mai 2015, par b b

    Le plugin favicon me semble être une alternative plus complète que le squelette apple-touch-icon.png du core :

    http://zone.spip.org/trac/spip-zone/browser/_plugins_/favicon/

    Il y a certainement quelque chose à faire pour éviter de maintenir deux fois la même fonctionnalité...

  • what's mean of program and layer in latm ?

    21 septembre 2020, par night

    I am a beginner for ffmpeg and mpeg.
Recently,I is reading documents of mpeg-4 part3-aac,But I can't understand two terms that they was program and layer in latm format that is in multiplex layer .how does I understand them.Is program in latm the same with program in ts format.
Thx !

    


    numProgram A data element indicating how many programs are multiplexed (numProgram+1).
The minimum value is 0 indicating 1 program.
numLayer A data element indicating how many scalable layers are multiplexed (numLayer+1).
The minimum value is 0 indicating 1 layer.