
Recherche avancée
Autres articles (99)
-
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. -
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.
Sur d’autres sites (12957)
-
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 -
Merge commit ’a220b07b0f971f88213aef012aea51af2800be62’
24 mars 2014, par Michael Niedermayer -
Repeat/loop the video till audio file using ffmpeg
18 mars 2014, par M. Usman AfzalI am using this command to generate the video from silent video and audio but the problem is video is 3 sec and audio is 20 sec and final video generating is 20 sec but video is for 3 sec and the last frame of that video is repeat till end.
ffmpeg -i v.mp4 -i a.m4a -c:v copy -c:a aac -strict experimental -map 0:v:0 -map 1:a:0 output.mp4
I just want to repeat the whole video