
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (111)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
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 (10248)
-
Using location.search instead of location.hash to transfer the JSON data for cross-domain iframe transport access, due to IE ignoring the hash in redirects.
18 novembre 2011, par Sebastian Tschanm application.js m result.html Using location.search instead of location.hash to transfer the JSON data for cross-domain iframe transport access, due to IE ignoring the hash in redirects.
-
Added XDomainRequest Transport plugin for cross-domain AJAX support in MSIE >= 8.
18 novembre 2011, par Sebastian Tschanm application.js m gae/main.py + jquery.xdr-transport.js m php/index.php Added XDomainRequest Transport plugin for cross-domain AJAX support in MSIE >= 8. Treat GET requests with a "_method" parameter of "DELETE" like DELETE requests for the Google App Engine and PHP implementations, as (...)
-
Cross Platform C# Media API
22 novembre 2011, par maxfridbeI'm trying to define a VideoFile in mono/.net object such that I can call
var file = new VideoFile(filepath);
file.VideoDurationIs there a library (os or commercial) which will work across platforms mono/.net which can provide information such as VideoDuration. The only though I have had on this currently is to wrap ffmpeg.exe and read the console out-stream.