
Recherche avancée
Autres articles (99)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (7574)
-
Anomalie #3540 : menus des sous-rubrique
29 mars 2016, par b bC’est la conception de la dist "qui impose ça". Comme tu le remarques, le menu n’est affiché que s’il y a bien plus d’une rubrique. Je ne pense pas que ça soit bloquant pour la dist, puisque la page d’un des articles affiche bien la liste des rubriques dans le bloc lattéral, cf :
http://3540.grml.eu/spip.php?article2
De plus, il y a aussi le fil d’ariane et le plan du site...
Et je ne suis pas certain pas qu’il soit une bonne idée d’introduire un "menu déroulant" dans la dist.
-
How to compile FFProbe as stand-alone application ? (Mac/Linux/Win)
16 janvier 2016, par HanzaplastiqueI’m trying to compile FFMPEG (I’m actually only looking for FFProbe, which is included in the FFMPEG tools) as a standalone application for MacOS X, Linux and possibly Windows.
With standalone I mean that the libraries (x264, OpenJPEG, etc) are "embedded" into the executable so that I have to distribute only one executable for FFProbe - I apologize that I don’t know the proper lingo for this (please let me know), I’m a newbie when it comes to this.I have started by trying to do this under MacOS X, without any luck, but plan to do this for Linux and MacOS X as well.
I did see a few pre-compiled binaries that do this, and do not depend on extra libraries, but the versions I have found so far are either not the current version (1.x) or do not included the libraries in the executable (evermeet).
I followed several guides (for example : FFMpeg MacOSX Compilation Guide, reneVolution), with or without the use of Brew, but none of these show me how to embed the libraries in the executable.
I assume this is an option to be set for linking.I’m not sure if it’s appropriate to ask this question for Win, Mac and Linux at the same time - if it’s not appropriate : I’d like to start with doing this for the Mac version.
My system runs MacOS X 10.9, XCode 5.0.2, with commandline tools and brew installed. I’m only looking for an Intel binary, so not a universal or PowerPC binary.
For Windows I can use either Windows 8.1 or XP, for Linux I currently use Ubuntu 12, all of which are virtual machines.
-
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-