
Recherche avancée
Médias (2)
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
Autres articles (39)
-
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 -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
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 (...)
Sur d’autres sites (7090)
-
doc/developer.texi : extend and update naming conventions
15 novembre 2022, par Anton Khirnov -
Convert mp3 to ogg via Paperclip (S3) on Heroku
6 octobre 2014, par bklaneI have a media attribute (from
paperclip
) that can be audio or image. I use an HTML5 audio player (jplayer
) for an audio player on the front-end which works well in Chrome and Safari but Firefox has trouble withmp3
and needs aogg
format file. I see usage offfmpeg
but am unsure how to implement to also work on Heroku. I have tried using paperclip-ffmpeg like below but it hasn’t been re-formatting the file (have tried format as ’ogv’ and ’ogg’) :has_attached_file :media, styles: { ogg: { format: 'ogv' } }, processors: [:ffmpeg]
Any ideas ?
-
python simple web app stack [on hold]
8 septembre 2013, par Shonu93I am currently learning python and have written an app that I would like to put out on the web and/or Facebook platform. My script for the app is around 50-100 lines. The things I would like to implement are :
1.HTML5 and CSS3
- I'm good with this and would like to make the front end really appealing.
2.Database
- A simple database that keeps some basic info of the users who have used this app. (Either
through their Facebook account or something else ! ) - I would also like to have the option of storing 30 second mp3 clips. Say around 50 of
these clips which the user can select and download.
3.Python Backend
- My python script should process user input on the server and send the output to the user.
- My server should also have ffmpeg and lame libraries installed. (As my app requires this !)
NOTE ** I would like to develop the complete web app locally first, before deploying it on the web **
I really have no idea how to go about this. My app works like a charm on my Mac OSX and I really want to deploy this app on the web to make others happy too ! Do help me out guys !