
Recherche avancée
Autres articles (27)
-
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 (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (6203)
-
Evolution #4149 : UI System Fonts pour l’espace privé
1er juillet 2018, par Peet duGithub et Bootstrap on fait marche arrière. Manifestement trop de problèmes sous Windows.
voir Not ready yet : https://infinnie.github.io/blog/2017/systemui.htmlSans doute peut on fermer ce ticket et en ouvrir un autre concernant Typo et taille de typo pour le back-office ?
-
Revision b5e6d6cccf : Add filter_selectively_vert_row2 to enable parallel loopfiltering Added filter_
15 novembre 2013, par Yunqing WangChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Add filter_selectively_vert_row2 to enable parallel loopfilteringAdded filter_selectively_vert_row2 to be ready for parallel
loopfiltering in vertical direction. This change did 2-row
filtering at a time. If 2 vertically adjacent 8x8 blocks do same
type of filtering, we can do 16-pixel filtering in parallel.Next, we need to provide 16-pixel loopfiltering functions in c
and optimized versions for codec speedup.Change-Id : Idf97bbdd70566e55bd30e1fd25cb8544e33291be
-
Impliment FFmpeg in app and use it for images to video
20 janvier 2014, par DanMI need you help. I have downloaded FFmpeg from here : Link.
Does ffmpeg4android link is already ready for use in my application or I need to follow the tutorial How to Build FFmpeg for Android ?
After I downloaded it, how can I use it for creating video from images ? Can you please provide me some tutorial for this ?