
Recherche avancée
Autres articles (108)
-
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (14112)
-
Cut mp3 file with android using some code
19 août 2015, par user83493I’m writing an android app and I want to cut the first X seconds of an mp3 file.
I tried both ffmpeg and RingDroid :
ffmpeg was a heavy overkill and it just hanged in the middle of the process every time i executed it (used this version https://github.com/hiteshsondhi88/ffmpeg-android-java and executed "ffmpeg -ss 30 -i inputfile.mp3 -acodec copy outputfile.mp3").
RingDroid was just way too complicated for me to understand its implementation just from reading the source.
Any ideas ?
-
I want to use below command lines in android [closed]
30 octobre 2012, par ramsI want to use below command lines in android. How do I use them ?
cd C:\Users\Berazee 1\android-sdks\platform-tools
adb.exe shell
su
adb remount
chmod 777 /system/bin/ffmpeg
ffmpeg -f image2 -i img%4d.jpg adi.avi -
How can i build x264 and fdk-aac for android with ndk ?
4 avril 2020, par Pradeep SimbaHow can i build x264 and fdk-aac for android with ndk ?



I build x264 and fdk-aac with ndk. But, it not done.



I modified this build file and I build x264 and fdk-aac.But,it not done.



How can I solve this ?