
Recherche avancée
Autres articles (108)
-
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 (15597)
-
doxy : add website-alike style to the html output
11 décembre 2011, par Gautam Guptadoxy : add website-alike style to the html output
-
doxy : add website-alike style to the html output
11 décembre 2011, par Gautam Guptadoxy : add website-alike style to the html output
-
Is there a simple method to keep the same context from input to output with libavformat/libavcodec ?
23 décembre 2011, par rolandHello everybody and thank you for reading.
I need to get access to the frames of a video file/stream and to modify them. The modification part is done, but I still have problems for the accessing part. I am using libavformat/libavcodec to open the video file, get access to the packets and write the file back.
I manage to open the file and to access to the frames, i am still having problems for the encoding, so i am looking for a simple way to specify to libavcodec that my ouput context/format/codec is the same as the source.
Is there a method to do that ? Or does anybody have a sample code doing simple opening and rewriting of a source file ?