Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (37)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (4918)

  • Android Studio Gradle build : NDK error

    21 octobre 2015, par Ann

    I am trying to run this project : https://github.com/uday-rayala/video-trimmer, but I got this error :

    Error :(199) *** Android NDK : Aborting... . Stop.

    Error:Execution failed for task ’:app:compileDebugNdk’.
    com.android.ide.common.process.ProcessException : org.gradle.process.internal.ExecException : Process ’command ’/Users/admin/Library/Android/sdk/ndk-bundle/ndk-build’’ finished with non-zero exit value 2

    I use Android Studio 1.3.1, gradle 2.8 on Mac.
    Please anyone guides me.

    Thanks in advance.

  • How to implement FFMPEG to android studio project [on hold]

    3 octobre 2016, par Light

    How to Implements FFMPEG to android studio project

    help please

  • using ffmpeg.jar with android (in android studio)

    7 mai 2016, par Dany Y

    I’m trying to use FFmpegFrameRecorder in android. I tried all the possible configurations and still having java.lang.UnsatisfiedLinkError: org.bytedeco.javacpp.avutil on runtime.

    I already added the files :

     - ffmpeg.jar
     - ffmpeg-android-arm.jar
     - javacpp.jar
     - javacv.jar
     - opencv-android-arm.jar
     - opencv.jar

    I tried from the javacv-presets and javacvbin

    I tried to extract opencv.jar and ffmpeg.jar and copy the .so files in the jnlibs and in jnlibs/armvebi

    Any idea what should be done ?