
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 (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (10880)
-
deprecated functions FFMPEG [closed]
28 février 2013, par seereenI have code written on FFMPEG 0.5 (old version) .. this code can read the videos and write again ....
I have new version on my MAC FFMPEG 0.11 ... when I tried to compile this code I got many errors ... some of the functions have new names ... and I got many warning about deprecated functions ....
my question is what is deprecated function mean ,, and does the code can work if I Ignore them ?
I could not try this because I still have other errors in the codelet me know please if you know
-
Revision ef887974aa : vp8 fast quantizer with intrinsics Reduce dependency on offsets file by using i
2 février 2013, par JohannChanged Paths : Modify /vp8/encoder/x86/quantize_sse2.asm Add /vp8/encoder/x86/quantize_sse2.c Modify /vp8/vp8cx.mk vp8 fast quantizer with intrinsics Reduce dependency on offsets file by using intrinsics. Disassembly shows improvements over previous assembly specifically in register management, (...)
-
ffplay Find where it loads an image file
26 février 2013, par user1898902I'm trying to figure out where ffplay loads an image file and how it deals with it. Mostly how it figures out which files its dealing with and the function that are called to deal with it. The entire process from start to end of an image file given at the command line would be alot of help, though I know there are thousands and thousands of lines of code.
Thanks.My question : Where do the files you give to ffmpeg go from main() ? What functions take them and decide what file type they are so it knows how to handle them ?