
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 (87)
-
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 -
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
Sur d’autres sites (16254)
-
Revision 732e49b666 : Remove bitrotted example code : example_xma Doesn't work. Doesn't build. Not sup
9 mai 2014, par Tom FineganChanged Paths :
Modify /examples.mk
Delete /examples/example_xma.c
Remove bitrotted example code : example_xmaDoesn’t work. Doesn’t build. Not supported.
Change-Id : I5a2f9965afdda82370049c10ebcbe77ac4c6c9b9
-
ffmpeg : Do av_parser_parse work correctly when I feed it with corrupted stream ?
11 mai 2022, par SuricI want to develop a p2p streaming app using ffmpeg over udp so I'm concerning about the feasibility.


So if I can feed av_parser_parse with corrupted stream ?


-
ffmpeg library does not work from path but directly
19 juin 2020, par Ángel BarriosI want to add a watermark to a video.



I'm trying with windows 10 and ffmpeg library



The command I am using.



ffmpeg -i example.mp4 -i watermark.png -filter_complex "overlay=0-0+0:main_h-overlay_h-0+0" watermark.mp4




When I use it this way accesing the path I get this error :






But when I execute it not from path but opening cmd right on the executable folder it works fine



I did some research and couldn't find the answers I was looking for.



Why does this happen ? I can´t understand really



Thank you !