
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (41)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...)
-
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 (6942)
-
avutil/common, macros : Move several macros from common.h to macros.h
23 juillet 2021, par Andreas Rheinhardtavutil/common, macros : Move several macros from common.h to macros.h
common.h currently contains several things : Math macros, UTF-8 macros,
other fundamental macros ; furthermore it also contains miscellaneous
math functions and it (directly and indirectly) includes lots of other
headers.This commit moves the "other fundamental macros" to macros.h which is
a more fitting place.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
lavfi/dnn : Extract Common Parts from get_output functions
8 août 2021, par Shubhanshu Saxenalavfi/dnn : Extract Common Parts from get_output functions
The frame allocation and filling the TaskItem with execution
parameters is common in the three backends. This commit shifts
this logic to dnn_backend_common.Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>
-
lavfi/dnn : Common Function to Get Async Result in DNN Backends
8 août 2021, par Shubhanshu Saxenalavfi/dnn : Common Function to Get Async Result in DNN Backends
This commits refactors the get async result function for common
use in all three backends.Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>