
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (41)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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. -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (8845)
-
Scale watermark in ffmpeg based on video size [duplicate]
24 octobre 2016, par user3600338This question already has an answer here :
I have a folder with videos, all with different resolutions. The goal is to add a watermark on them, which I’ve successfully been able to done using this batch script :
for %%I IN ("C:\path\input\*.flv") DO ffmpeg.exe -i "%%I" -i "watermark.png" -filter_complex "overlay=W-w-5:5" -qscale 1 C:\path\output\%%~nI.avi"
The problem is that the size of the watermark changes a lot based on the video resolution. I’ve understood that I should use one -filter_complex with both scale and overlay, but I don’t get it to work. I want something like this :
-filter_complex "scale=main_w*0.3:-1 ; overlay=W-w-5:5"
To clarify, I want the watermark to be 30% of the width of the video. How can I do this ? Thanks in advance
-
avformat/avidec : Simplify dshow_block_align based special case detection
12 août 2015, par Michael Niedermayer -
avfilter/vf_overlay : support for 8bit and 10bit overlay with macro-based function
5 juin 2020, par Limin Wang