Recherche avancée

Médias (1)

Mot : - Tags -/blender

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 (7249)

  • How to salvage a gigantic, possibly corrupt, AIFF file ?

    12 février 2012, par Ross Duncan

    Due to a Sound Track Pro glitch, I have a problematic AIF file. It plays fine in QuickTime Player, and is about 1 hour 50 mins long. However :

    • It's 3.81GB in size, whereas (I believe) AIF files are only supposed to be 2GB or smaller.
    • iTunes refuses to play it.
    • Logic Pro gives the error message "party-mix.aif is empty!" when I try to import it.
    • VLC will open and play the file, but it ends after an 1 hour (I guess this is the 2GB point).
    • Attempting to transcode using ffmpeg to Ogg gives the errors,

      [aiff @ 0x102051000] max_analyze_duration 5000000 reached at 5001333

      ....

      [pcm_s16be @ 0x10205a200] invalid PCM packet

      but the resulting file plays in VLC up till 1 hour, when it ends.

    • Attempting to transcode using ffmpeg to MP3 gives similar results as Ogg, except that the number of channels must reduced from 6 to 2. This is odd because it was a stereo project - where the extra 4 channels came from I have no idea.
    • There are a few places where the audio has been very noticeably sped up.

    My question : how can I transcode this frankenstein monster to MP3 without losing the second half ? I am running Mac OS 10.6.8.

  • 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 ?"