
Recherche avancée
Autres articles (107)
-
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. -
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)
Sur d’autres sites (15799)
-
Importing a part of a project in Eclipse
10 mars 2015, par Arif GencosmanogluOn Eclipse, I imported FFmpeg as a project to reduce a selected video sizes for my android application. But my .apk size went up from 2MB to 24MB.
This project includes a lot of extra properties for video editing. However I use only one single command line to reduce my video resolution. The code I added :
LoadJNI vk = new LoadJNI();
try {
String workFolder = getApplicationContext()
.getFilesDir().getAbsolutePath();
String[] complexCommand = {
"ffmpeg",
"-y",
"-i",
"/storage/emulated/0/DCIM/Camera/20150224_125355.mp4",
"-strict", "experimental", "-s", "160x120",
"-r", "25", "-vcodec", "mpeg4", "-b", "150k",
"-ab", "48000", "-ac", "2", "-ar", "22050",
"/storage/emulated/0/TempFolder/out.mp4" };
vk.run(complexCommand, workFolder,
getApplicationContext());
Log.i("test", "ffmpeg4android finished successfully");
} catch (Throwable e) {
Log.e("test", "vk run exception.", e);
}To sum up, is there a way to import a portion of a project (as a module maybe) ? or do I have to find another method to reduce my video size ?
-
Building an android application using ant in eclipse - halfninja /jhotovy ffmpeg for android project
1er août 2012, par user1545779I have successfully built the shared objects in halfninja's android-ffmpeg-x264 git project.
That project uses ant. Could anyone who has built that project successfully help with the steps he/she used in the second part to build the final apk or
Could anybody with experience building android applications using ant either as an plugin in Eclipse or as a standalone tool help here
I loaded both the ProjectTest and Project files into Eclipse.I am getting the following 2 errors :
1a. Description : Project "ProjectTest" is missing required Java project "Project"
I have loaded the Project project already and i can see it
1b. Location : Build Path
1c. Type : Build path problem2a. The project cannot be built until the build path problem has been resolved
2b. Location : Unknown
2c. Type : Java Problem
Please note that I have no clue about editing what file : the available files are : Build.properties and build.xmlAlso how do I install ant into Eclipse and how do i run the application, as an Android, or JavaUnit ..?
Any help will be greatly appreciated -
MAINTAINERS : add myself to the project server
22 juillet 2016, par Nikolay AleksandrovMAINTAINERS : add myself to the project server
I’ve been helping out with the project servers’ maintenance and migration
to the new machine hosted in Telepoint’s data center in Sofia, BG.Signed-off-by : Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>