
Recherche avancée
Autres articles (72)
-
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (8310)
-
Revision 86494 : corriger une incohérence entre l’interface de config et le traitement ...
5 décembre 2014, par maieul@… — Logcorriger une incohérence entre l’interface de config et le traitement effectif pour les forums : si seule la case ’Réponse à l’article :’ était cochée, elle n’était pas prise en compte
-
How to configure VS 2010 to make a DLL which utilizes other DLLs
27 octobre 2014, par LawfulEvilMy Visual Studio 2010 project target is a DLL. This particular DLL is for use with some video analytics. The DLL I am building will connect to RTSP cameras and provide video to the analytics engine. The interfaces my DLL must provide are well documented by the analytics engine.
I have configured my VS project to have a target of a DLL. It compiles my code just fine. However, I am utilizing ffmpeg to assist with some RTSP stuff and to conversion of video frames to the format needed by the analytics engine. I have the headers for ffmpeg and can compile just fine against it. However, when my DLL goes to link, all the functions from ffmpeg are listed as unresolved external symbols.
I have the libraries (avcodec, avutil, etc) listed as additional linker dependencies (the .lib versions obviously) and when I turn on verbose mode, I can see that it picked up the additional linker directory path I specified and found the ffmpeg files in their directory. However, it doesn’t seem to want to link them.
If my make my project a static library instead of a DLL, everything links just fine. However, I need generate a DLL. So, how do I configure VS2010 to pull in these ffmpeg DLLs (or libs) and complete the link and generated my DLL.
Extra Credit, is there a way to pull the DLLs in together so I only need to deploy my single DLL instead of having to install all the ffmpeg DLLs in addition to the one I wrote ?
-
Revision 40011 : 2010
22 août 2010, par cedric@… — Log2010