
Recherche avancée
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 (11325)
-
Revision 306319387b : acm_random : provide full range for Rand8() the gtest implementation used only r
27 novembre 2014, par James ZernChanged Paths :
Modify /test/acm_random.h
Modify /test/lpf_8_test.cc
acm_random : provide full range for Rand8()the gtest implementation used only returns values between 0 and 2^31-1
+ temporarily disable some tests in lpf_8_test which misbehave with the
new rangeChange-Id : I8a026680c4b8c12dc14d4f24c33edb2315963114
-
Revision 276ab21562 : Merge "acm_random : provide full range for Rand8()"
4 décembre 2014, par James ZernMerge "acm_random : provide full range for Rand8()"
-
How to reduce mp4 size by using FFMPEG lib into android
19 septembre 2016, par Swap-IOS-AndroidI am new to NDK so i read tutorial and i successfully build the FFMPEG lib than i copied it into my jni folder create Android.mk and Application.mk file and execute ndk-build command so now i got libavcodec.so into my lib folder..( i didnt copy ffmpeg header files into my jni folder .. is it necessary to add header file or should i add complete ffmpeg lib into jni... stack-overflow comments say that you just have to add header files)
I know that if i want to convert my camera video into small size than i have to compress it by using avcodac.so so i compile it but important this is How can i use that.
There is confusion in my mind to use that so file..
1) Should i need to use System.load("libavcodec.so") method to load So file IF yes after loading so files how can i access the native methods of C/C++ ?2) Or should i need to create my java class and my c class which both communicate with each other and that c class communicate with avcodec class of ffmpeg ??
Or should need to implement both and one more important thing IF i have to create my c class than in Android.mk i have to add it into source file line ???
And please can anybody tell me what are the method and steps available to compress video file size in FFMPEG ?
Any help is appreciated and this my question will also helpful to other fresher.
Thank you