
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (48)
-
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 (9156)
-
FFMPEG command for video based on ratio
15 mars 2017, par pocekI am using ffmpeg (in linux server with php)
and i want to watermark a
png
logo on themp4
file, my problem is thatI want to scale my
logo
and change it based on source video size(for example 1/4 of height),I have this code bellow :
shell_exec('ffmpeg -i file.mp4 -i logo.png -filter_complex "overlay=10:10" file-watered.mp4");
it works on every video.
For Normal (medium) size image :
For Small (medium) size image (witch is bad !)
Ideal output for this size would be :
I’ve changed a little bit my first code like this :
shell_exec('ffmpeg -i file.mp4 -i logo.png -filter_complex "[0:v]scale=500:-1[bg];[bg][1:v]overlay=(main_w-overlay_w):(main_h-overlay_h)" watered.mp4');
The main problem is that, I want to change the logo size based on video size.
How can i do it with ffmpeg ?
-
avcodec/msrledec : restructure msrle_decode_pal4() based on the line number instead...
24 mars 2015, par Michael Niedermayeravcodec/msrledec : restructure msrle_decode_pal4() based on the line number instead of the pixel pointer
Fixes out of array access
Fixes : da14e86d8462be6493eab16bc2d40f88/asan_heap-oob_204cfd2_528_cov_340150052_COMPRESS.BMPFound-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
ffplay : calculate SDL audio buffer size based on sample rate
25 mai 2014, par Marton Balint