
Recherche avancée
Autres articles (111)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (11414)
-
Use eq filter to half of the video
5 août 2023, par Juls WinfieldI'm trying to use an eq filler to increase the saturation of half of the video, that is, half of the screen will be changed and the other half will remain unchanged.


Example :
eq filter on half of the video screen


I was able to achieve this by using the crop and hstack filters :


ffmpeg -i input.mp4 -filter_complex \
 "[0:v]crop=iw/2:ih:0:0,eq=saturation=0.4[left];\
 [0:v]crop=iw/2:ih:iw/2:0,eq=saturation=3[right];\
 [left][right]hstack[out]" \
 -map "[out]" -c:v libx264 -threads 1 -t 5 -n "Intro\output.mp4"



However, is there a faster way to apply this filter to half of the video ?


-
indeo3 : add @file doxy and a link to multimedia wiki documentation
17 mai 2011, par Stefano Sabatiniindeo3 : add @file doxy and a link to multimedia wiki documentation
-
doc/developer : update outdated information
2 juin 2024, par Marcus B Spencerdoc/developer : update outdated information
Codec IDs have split from `avcodec.h` into `codec_id.h` after commit
c6978418b836180c349aea3512f0a96227ecfc9b.General documentation contents (which are now in
`general_contents.texi`) have split from the header in `general.texi`
after commit 6accb7718aa4c9f5ca8f3280a1ed4e09587a627f.Update the developer documentation to match these changes.
Signed-off-by : Marcus B Spencer <marcus@marcusspencer.xyz>