
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (51)
-
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
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" ; -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)
Sur d’autres sites (3230)
-
Is it possibel extract thumbnails and save them on website using youtube video. (by front-end users)
24 octobre 2013, par Jaewook KohI read blog about print youtube video on "http://www.labnol.org/internet/print-youtube-video/28217/".
I have a self-hosted video site.
But video hosting makes too many traffic.
So I decideed another plan for site.
It's to generate thumbnails of external video. Is it possible ?
I found making thumbnails using ffmpeg, but there are a lot of videos in external platform(Like Youtube, Vimeo, etc)
After I saw Amit Agarwal's blog("print youtube video"), I was very impressed.
Anyway if it is impossible, I should find another way.
Thanks-
-
PHP extension writing
19 octobre 2013, par Mikko Koppanen — ImagickI’ve written quite a few PHP extensions over the past years and thought that I could share some of the experience with larger community. PHP internals can be a bit scary at times and in the past I’ve scoured through a lot of extensions to find practical examples of things such as how to return objects from internal functions/methods, how to handle different types of parameters, class properties etc.
To document some of the experiences I started a project called extsample, in which I plan to add practical examples related to extension writing. There won’t be extensive written documentation outside the code, but hopefully the code itself contains enough nuggets of information to be useful. As the README says, if you need a specific example or clarification on something just open an issue in Github.
The project is still very fresh but hopefully soon it will contain more examples. Pull requests are also welcome if you have code that you want to share with others.
-
A few questions about running a video gallery site
30 septembre 2013, par Kevin Kevinzmy site is going to be hosting a lot of videos. I'm using FFMPEG for all video functions. My current video upload plan is as follows :
-get input video
make video thumbnail
if its mp4/flv, convert it to ogv (for opera support)
if its not mp4/flv, convert it to mp4 and also convert the original to ogv
(the file conversions are running in the background)
I'm using jwPlayer 6 for all videos currently. What can I do to maximize cross-browser and cross-platform support ? iOS won't run flv because it can't run flash, so is it worth it to just convert every file to MP4 ? And what about HTML5 video ? Should I consider HTML5 as my primary player and jwPlayer my fallback ?
Thanks everyone.