Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (46)

  • 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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

Sur d’autres sites (7681)

  • How to use existing .so file in my other android project in windows PC ?

    28 mai 2013, par Mihir Shah

    I have to use ffmpeg library for video editing application in android. I have no experience in JNI or NDK. but I have ffmpeg.so file. Can I directly use it in my new android application ?

    I am using it but generating error : Caused by: java.lang.UnsatisfiedLinkError: Couldn't load videokit: findLibrary returned null

    If not, what are the steps to generate .so file ? I have search lot of things but all are in mostly ubuntu. How to generate in windows or mac os ? Can i decompile my existing .so file ?

  • Instrumentation run failed, when running halfninja android-ffmpeg-x264 ProjectTest

    23 mai 2013, par user1914692

    I am following https://github.com/halfninja/android-ffmpeg-x264 to create an Android project based on ffmpeg, x264.
    It has two projects after building : "Project", "ProjectTest"
    Apparently "Project" is not complete.
    I run "ProjectTest", the error is :

    Test run failed: Instrumentation run failed due to 'Process crashed.'

    Any hint ? Thanks.

  • av_guess_format h264 returns NULL on Android

    21 mai 2013, par Miguel Angel

    executing this code :

    av_log_set_callback(_log_callback);
    av_register_all();
    avcodec_register_all();
    LOG(avcodec_configuration());
    AVOutputFormat * fmt = av_guess_format( "h264", NULL, NULL );

    And showing in my log file the next configuration :

    --target-os=linux --disable-doc --disable-ffmpeg --disable-ffplay --disable-ffprobe --disable-ffserver --disable-avfilter --disable-everything --enable-libx264 --enable-encoder=libx264 --enable-decoder=h264 --enable-gpl ....

    av_guess_format is returning NULL.

    Any suggestion ?
    many thanks