Recherche avancée

Médias (91)

Autres articles (56)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (7708)

  • Revision 111401 : Bug sur les retours d’erreurs de saisies d’index ...

    23 août 2018, par pierre.laszczak@… — Log

    Bug sur les retours d’erreurs de saisies d’index name="champ[xxx][yyy],
    on garde le code original mais on verifie une deuxième fois si il n’y a pas des clefs d’index d’#ENVerreurs qui correspondent via une méthode classique...
    Up de Z

  • avdevice/dshow : select format with extended color info

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : select format with extended color info
    

    Some DirectShow devices (Logitech C920 webcam) expose each DirectShow
    format they support twice, once without and once with extended color
    information. During format selection, both match, this patch ensures
    that the format with extended color information is selected if it is
    available, else it falls back to a matching format without such
    information. This also necessitated a new code path taken for default
    formats of a device (when user didn't request any specific video size,
    etc), because the default format may be one without extended color
    information when a twin with extended color information is also
    available. Getting the extended color information when available is
    important as it allows setting the color space, range, primaries,
    transfer characteristics and chroma location of the stream provided by
    dshow, enabling users to get more correct color automatically out of
    their device.

    Closes : #9271

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow.c
  • Changing the background color of the movie while using tpad and adelay

    1er août 2019, par S.T

    i want to change the background color of a movie while using tpad and adelay commands. it is now black ( until the movie starts).

    the command i tried listed below, and i don’t know how to change the color while the movie is in it’s delay ( probably something with the tpad that needs to be change).

    -filter_complex [0:v]scale=1920:1080,tpad=start_duration=5[v];
     [0:a]adelay=5s|s[a] -map [v] -map [a] -b 6000k

    the 5 seconds that the movie is in its "waiting mode" needs to be changed from default black to some other color. Thanks.