
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 (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (12436)
-
msvs : Prefer link.exe from the same directory as cl.exe
26 juillet 2015, par Henrik Gramner -
Revision 39061 : On vérifie d’abord que le document existe bien sinon on affiche un message ...
28 juin 2010, par kent1@… — LogOn vérifie d’abord que le document existe bien sinon on affiche un message l’indiquant
-
What libraries needed to link FFMPEG in ubuntu 64bit ?
12 mai 2016, par mofed8461After compile FFMPEG, and use it in my project, what system libraries do i need to link in order to use FFMPEG in my C++ project so its not generating "undefined reference error" ?
in Mac OS X i usually link these libraries :
FIND_LIBRARY(LIB_Z libz.1.dylib)
FIND_LIBRARY(LIB_BZ2 libbz2.1.0.dylib)
FIND_LIBRARY(LIB_ICONV libiconv.2.dylib)
FIND_PACKAGE(CoreVideo REQUIRED)
FIND_PACKAGE(CoreMedia REQUIRED)
FIND_PACKAGE(Foundation REQUIRED)
FIND_PACKAGE(AVFoundation REQUIRED)
FIND_PACKAGE(IOKit REQUIRED)
FIND_PACKAGE(Cocoa REQUIRED)
FIND_PACKAGE(Security REQUIRED)
FIND_PACKAGE(CoreFoundation REQUIRED)
FIND_PACKAGE(VideoDecodeAcceleration REQUIRED)
FIND_PACKAGE(VideoToolbox REQUIRED)but in Ubuntu i don’t know what to link ?!