Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (23)

  • 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 (3943)

  • play audio (stream) with ffmpeg on iphone

    22 août 2011, par The Psicopath

    i compiled FFMpeg and i have put them in the xcode project, i don't found in the net any tutorial for stream a wma file with this lib, someone have any tutorial links ? (or can make me any example ?)
    thanks !

  • Decoding WMA with FFMPeg on iPhone

    3 novembre 2012, par Winston

    I'm using this function to decode audio, but there is no sound :

    int decodedBytes;
    decodedBytes = avcodec_decode_audio4(myData->pCodecCtx, myData->myFrame, &data_size, &myData->pkt);

    The data is successfully downloaded, but I don't know where to go from here, since there is no sound at all.

  • WMAV2 and FFMPEG on iPhone

    14 avril 2012, par user1333656

    Recently, I try to decode audio files on iPhone by using ffmpeg.
    Most audio formats are decoded properly but WMAV2 isn't.
    The decoded file(raw data) can be imported to sound editor like AUDACITY and it is playable but not clear and different with the original track.
    Is this related to ARM floating point ???

    Someone said VBR WMAV2 could cause this kind of prob.
    Can any body give me any clue for this prob ??

    • IOS 5.1
    • XCODE 4.3.1
    • OSX 10.7.3
    • ffmpeg 0.10.1

    configure options

         ./configure \
        —extra-ldflags=-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhon    eOS5.1.sdk/usr/lib/system \
        —disable-doc \
        —disable-ffserver \
        —enable-cross-compile \
        —arch=arm \
        —cpu=cortex-a8 \
        —target-os=darwin \
        —enable-neon \
        —cc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc  \
        —as='gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc'  \
        —sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk \
        —extra-cflags='-arch armv7 -mfpu=neon' \
        —extra-ldflags='-arch armv7 -mfpu=neon' \
        —enable-pic