
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (93)
-
Activation de l’inscription des visiteurs
12 avril 2011, parIl est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...) -
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (8913)
-
ffmpeg for .NET MAUI application [closed]
23 septembre 2022, par AsifIs there a way to use ffmpeg in .NET MAUI application ?


-
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 ?


-
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 ?