
Recherche avancée
Autres articles (37)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (7264)
-
Changing the bit rate of an MP3 bitrate on Android without ffmpeg
19 avril 2013, par illusion softworksIn my project, I have a 320kbps MP3 that is quite large. Since it's so big, I'd like to convert it to use a lower bit rate (about 80kbps).
I know that theffmpeg
library exists to do this, but usingffmpeg
in Android is very complex.Is there another way to change the MP3 bit rate that does not use
ffmpeg
in Android ? -
Is there any way to change bitrate of MP3 file in Android ? [closed]
19 avril 2013, par illusion softworksIn Android, there are no classes or libraries to change bitrate of MP3 files. So we must use extended libraries.
There are two extended library to do this, one is
ffmpeg
and another islame
. But in a short time, you can't use it, because if you want to use those libraries in your project, you must learn alot of advanced topics,such as Android-NDK, JNI programming, so on. My question is "Is there another way to change bitrate of MP3 file in Android ?" -
How to change mp3 bitrate in android ?
12 avril 2013, par Doãn Thiên SầuI have a problem that need your help :
In my project, I have a mp3 file with 320kps (it's big size). So how can I change its bitrate to lower (about 80kps).
I know a library to do this, it'sffmpeg
. But to use this library very complex in Android.My question is " is there another way to change mp3 bitrate that not use
ffmpeg
in Android ".Thank you for your help !