
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (61)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
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 (11106)
-
lavc : use av_cpu_max_align() instead of hardcoding alignment requirements
8 février 2017, par Anton Khirnov -
Move the autoUpload option into the basic plugin.
18 mars 2013, par blueimpm js/jquery.fileupload.js Move the autoUpload option into the basic plugin.
-
Building opencv_ffmpeg_64.dll with Visual Studio 2013
18 janvier 2016, par baxitIm trying to get opencv 2.4 to work with ffmpeg in visual studio 2013 (x64)
I have to use a specific custom built version of ffmpeg 2.8.4 (LGPL only, static linkage, ...)
Im trying to get OpenCV 2.4 to run with my version of ffmpeg.
Building opencv itself using Cmake is no problem at all.Anyhow there is no build support for the ffmpeg-plugin
inOpenCV-2.4.11\opencv\sources\3rdparty\ffmpeg
is just a script called make.bat
This seems to be a relatively simple build-script supporting only mingw.
Unfortunately i failed to translate this to usable build-instructions for visual-studio or cl.exeHas anyone succeeded to build the opencv_ffmpeg_64.dll using Visual Studio ?