
Recherche avancée
Autres articles (63)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (9435)
-
Revision e4d2c255f1 : test_libvpx : disable pthreads in gtest for win targets currently threading is i
27 juin 2013, par James ZernChanged Paths :
Modify /configure
Modify /libs.mk
test_libvpx : disable pthreads in gtest for win targetscurrently threading is internal to libvpx so thread safety is unneeded
in libgtest — visual studio builds already operate in this way as they
do not have pthread.h available by default.this removes an unconditional link to libpthread using $(extralibs)
should libvpx require it.Change-Id : I2f278b711f533d0f4d8a6c896833e3e2237d1f45
-
Revision 90a9900abb : test_libvpx : disable pthreads in gtest currently threading is internal to libvp
19 juin 2013, par James ZernChanged Paths :
Modify /configure
Modify /libs.mk
test_libvpx : disable pthreads in gtestcurrently threading is internal to libvpx so thread safety is unneeded
in libgtest — visual studio builds already operate in this way as they
do not have pthread.h available by default.this removes an unconditional link to libpthread using $(extralibs)
should libvpx require it.Change-Id : Ieae1d693406653a54b54fba818c598836797d33b
-
How to use separate DLL's when making separate MSI's ?
12 juillet 2020, par hamidiFirst, it's weird why can't I use 32-bit ffmpeg DLL's in 64-bit programs ?! I use FFmpegInvoke in a C# program as a wrapper to call fffmpeg functions for getting a camera's packets and decoding them to frames. If the ffmpeg DLL's be 32-bit ones, the frames are not shown and the calls are unsuccessful.
For the program, I use Visual Studio 2010 to build separate MSI's for 32-bit and 64-bit platforms by using a VDPROJ project. My question is how can I specify separate ffmpeg DLL's for separate MSI's ? I need to build 32-bit MSI with 32-bit ffmpeg DLL's and 64-bit MSI with 64-bit ffmpeg DLL's.