Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (90)

  • 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 ;

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (14979)

  • 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
  • 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.

  • 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 !