
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (89)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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" (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (4283)
-
ffmpeg how to put color overlay over video
17 novembre 2015, par flieksI want to put a color overlay (blue, red or green or hex value) over a video giving it a Instagram filter like effect.
I think it should be in the lines of :
ffmpeg -i video.mp4 -i "red.png" -filter_complex "blend=all_mode='screen':all_opacity=0.7" output.mp4
or maybe with
all_mode=overlay
But I get an error :
First input link top parameters (SAR 0:1) do not match the corresponding second input link bottom parameters (SAR 1:1).
I also tried with
lutrgb=r=1.5
, but that didn’t give it a red color (it takes the red away).What am i doing wrong ?
-
ffmpeg how to put color overlay over video
13 mai 2020, par flieksI want to put a color overlay (blue, red or green or hex value) over a video giving it a Instagram filter like effect.



I think it should be in the lines of :



ffmpeg -i video.mp4 -i "red.png" -filter_complex "blend=all_mode='screen':all_opacity=0.7" output.mp4




or maybe with
all_mode=overlay



But I get an error :



First input link top parameters (SAR 0:1) do not match the corresponding second input link bottom parameters (SAR 1:1).




I also tried with
lutrgb=r=1.5
, but that didn't give it a red color (it takes the red away).


What am i doing wrong ?


-
how can I add color filter on video with ffmpeg
28 novembre 2014, par Vahagn Vardanyanplease help me, how I can change video, add color filter on video ? I read tutorial but don’t understand how I can make it.
Thank you.