Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (37)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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, par

    Pré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 2013

    Puis-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 softworks

    In 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 the ffmpeg library exists to do this, but using ffmpeg 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 softworks

    In 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 is lame. 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ầu

    I 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's ffmpeg. 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 !