
Recherche avancée
Médias (16)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (16)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (3369)
-
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.