Recherche avancée

Médias (91)

Autres articles (54)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8277)

  • Android, Share library dependency

    2 février 2012, par NadavRub
    1. I am Implementing an application that is using LibAv/ffmpeg on Android
    2. I am using JNI to interact with the Native code
    3. my 'Shared Lib' is using libswscale.so, libavutil.so, libavformat.so, libavdevice.so, libavcore.so and libavcodec.so.
    4. All the 'Shared Libs' are verified to be packed to the same directory on the APK file
    5. I am debugging on the device ( no emulator )
    6. Runtime.loadLibrary($MY_LIB_NAME) trigger an UnsatisfiedLinkError exception
    7. Directly running 'System.loadLibrary("swscale")' also cause an UnsatisfiedLinkError exception

    My guess is that libav*.so is dependent on additional libs that should be added to the APK, however, I am not sure how to detect these.
    Is there any tool to detect dependent Shared libraries ? ( Window ddepends equivalent ) ?

    Any help will be appreciated.

     Nadav

  • ffmpeg with opengl_es on Android

    21 juin 2012, par ksharp

    This is driving me crazy. I do know how to make ffmpeg decode videos&make opengl show contents on Android .But I can never make them together. FFmpeg keeps decoding frames while OpenGL has its own circle.How to make them co-work/sync ? Well,I mean OpenGL can show every frame right after decoded by ffmpeg ? Can I just call the decode methods in OpenGL onDrawFrame() method(by jni) ?What about the audiotrack then ?
    Thx !

  • how to use ffmpeg to android for getting frame of video file in android [closed]

    1er mai 2012, par Ashish Dwivedi

    Possible Duplicate :
    Use FFMPEG on Android

    I am working an project which are used to getting video frame for editing and save as same location of frame.

    I am search a lot but result is , should be use ffmpeg library for getting frame.

    Please give me a simple and steps by steps example