
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 (84)
-
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 -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
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.
Sur d’autres sites (9344)
-
How can I add a background image while combining *.png files using ffmpeg
12 février 2023, par Walt HowardI'd like to add a background image while combining *.png files to make an mp4 file, using ffmpeg.


Currently, I have to first create an animated gif using imagemagick convert, like this :


convert -delay ${DELAY} -dispose Background *.png -coalesce null: ${BACKGROUND} -compose dstOver -layers composite -layers optimize -loop 0 planet.gif



Then I process that animated gif using ffmpeg to optimize it :


ffmpeg -i planet.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" planet.mp4



Which sort of works, but is slow and has a problem. I craps out if I go above about 100 input files, and creates animated gifs that are basically just white screens.


ffmpeg alone works great, and 100 times faster stitching the *.png files together


ffmpeg -framerate 10 -pattern_type glob -i '*.png' -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" planet.mp4


But, no background there. I haven't found anyway to add that background. Does ffmpeg even support such a thing ?


-
Android video editor (maybe using FFmpeg for Android)
25 avril 2015, par Juliano Nunes Silva OliveiraI need to create an app that allows trimming/splitting videos and remove their audio. How can I do this ?
I’ve read about FFmped in this question FFMPEG on Android but I need to know if is it possible to use it in an app built with the SDK, not the NDK.
-
doc/APIchanges : fill in missing dates and hashes
12 février 2015, par Anton Khirnov