
Recherche avancée
Autres articles (43)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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
Sur d’autres sites (8334)
-
Add watermark to a video using ffmpeg in python
27 février 2021, par AlphaWolfI want to add watermark for my video, with ffmpeg i found command :



ffmpeg -i input.mp4 -i watermark.png -filter_complex "overlay=1500:1000" output.mp4




But it run in cli, not in python code(i cannot found). So have anyway to embbeded it to python code(not call in subprocess) ?
edit : i found pyffmpeg but no guide to use it too.


-
Using FFMPEG to batch remove audio endings
27 juillet 2019, par user2828890I have over 1000 audio files, all of which end in a mouse click. I would like to remove the last half second from all of them. The audio files have different length (i.e. 15sec, 5 sec ...) But one thing in common with all of them is the last half second has a mouse click sound. How do I trim in bulk the ending of the mp3 files within a folder using windows 10 command line ? I already have FFMPEG downloaded. Thank you !
-
How to analyse 404 pages
1er juillet 2019, par Matomo Core Team — Development, Plugins