
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (56)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (6206)
-
Adding Documentation of a library to manual pages
30 juin 2017, par jsp99I am working with Ubuntu 12.04.1 . I am learning to make a basic video player using FFmpeg library in C . My manual pages don’t show any entries for the headers/functions of the library . Can someone please show me a way to add the documentation to my manual pages .
It is much easy to search that way than searching on a web page everytime .PS : I have tried to add documentation to man pages using Synaptic package manager . I installed a ffmpeg-doc package . But it doesn’t seem to work .
Thanks .
-
ObjC++ calling static library written in C
20 novembre 2014, par onemachI have an iOS project utilizing ffmpeg (which is a pure C library) and OpenCV.
Since I use the C++ interface of OpenCV, I write objective-c++ which is a
.mm
file. But the file is not OK with ffmpeg, and Xcode complains aboutundefined symbol
on linking stage.I also use ffmpeg in another
.m
file and it is OK. So I am sure the problem is with.mm
and static library written in C. -
produce .lib library from ffmpeg [duplicate]
10 décembre 2017, par SaeedThis question is an exact duplicate of :
I want to use ffmpeg library to work with video and send it from one point to another.
For some reasons i don’t want use dynamic libraries, so when i try to compile ffmpeg in windows with this instruction :
./configure --toolchain=msvc --arch=x86 --enable-yasm --enable-asm --disable-shared --enable-static
the output format is .a (which is suitable for linux) instead of .lib(which is suitable for windows).
how i can produce .lib to use it in windows ?