
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (98)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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, parChaque 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, parAccé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 hendrikschneiderI 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.



-
How to add a color gradient to black and white in ffmpeg
4 mai 2016, par AxiverseI’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