
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (62)
-
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (8767)
-
Revision 64c0b3075e : Use common setup_dst_planes function Previous code assumed 4:2:0 subsampling.
7 mai 2013, par John KoleszarChanged Paths :
Modify /vp9/decoder/vp9_decodframe.c
Use common setup_dst_planes functionPrevious code assumed 4:2:0 subsampling.
Change-Id : Ie0814e45d099e84d0ded880b62e7bc98f85b7f0c
-
Revision eb927039fd : Merge "Use common setup_dst_planes function" into experimental
7 mai 2013, par John KoleszarMerge "Use common setup_dst_planes function" into experimental
-
Transition effects between images using ImageMagick and FFMPEG [closed]
7 mai 2013, par user1599914I'm trying to generate a video using still images. I'm using Image Magick's convert command to duplicate the images.
convert screen6.png -duplicate 10 -background black -gravity center -extent 1024x576 4%06d.screen.transition.png
I then use ffmpeg to encode the images.
Problem 1 : How can I achieve good transition effects between the images ; effects such as circle in, box out, wheel, as well as kenburns effect.
Problem 2 : How can I overlay the images with text, and make that text to animate or appear with some effects such as fade in, zoom out.
Your help will be greatly appreciated.