Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (98)

  • Creating farms of unique websites

    13 avril 2011, par

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (6086)

  • FFMPEG changes color when adding an image as first frame

    24 septembre 2024, par hendrikschneider

    I am using ffmpeg to add an image as a first frame. This one works but the issue is that the colors are being faded. My attempt was to check the color encoding of the input video and apply it to the output video but still the issue is there.

    


    What I found out is that this issue does not happen when I use a frame from the video, so it somehow related to using an image.

    


    This is my command to add an image as thumbnail :

    


    ffmpeg -loop 1 -framerate 30 -t 0.5 -i thumbnail.png -f lavfi -t 0.5 -i aevalsrc=0 -i input_video.mp4 -filter_complex "[0:v][1:a][2:v][2:a] concat=n=2:v=1:a=1" -shortest -color_primaries bt2020 -color_trc bt709 -colorspace bt709 output_test1.mp4


    


    Screenshot of the original and the output video. Left is the original with brighter colors compared to the output on the right.
enter image description here

    


  • How to add a color gradient to black and white in ffmpeg

    4 mai 2016, par Axiverse

    I’m converting a sequences of image files to video using ffmpeg. They are black and white representing a range of data. I want to apply a color gradient to the videos, something like black->white becomes black->red->orange->white.

    How do I do this with ffmpeg ?

  • ffprobe : Use pixdesc API to provide color space names

    1er juin 2017, par Vittorio Giovara
    ffprobe : Use pixdesc API to provide color space names
    

    This API is more up-to-date, provides names compatible with filters
    and external encoders, and is consistent with the other color
    property variables.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] ffprobe.c