Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (59)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • 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

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

  • How to reduce mp4 size by using FFMPEG lib into android

    19 septembre 2016, par Swap-IOS-Android

    I am new to NDK so i read tutorial and i successfully build the FFMPEG lib than i copied it into my jni folder create Android.mk and Application.mk file and execute ndk-build command so now i got libavcodec.so into my lib folder..( i didnt copy ffmpeg header files into my jni folder .. is it necessary to add header file or should i add complete ffmpeg lib into jni... stack-overflow comments say that you just have to add header files)

    I know that if i want to convert my camera video into small size than i have to compress it by using avcodac.so so i compile it but important this is How can i use that.

    There is confusion in my mind to use that so file..
    1) Should i need to use System.load("libavcodec.so") method to load So file IF yes after loading so files how can i access the native methods of C/C++ ?

    2) Or should i need to create my java class and my c class which both communicate with each other and that c class communicate with avcodec class of ffmpeg ??

    Or should need to implement both and one more important thing IF i have to create my c class than in Android.mk i have to add it into source file line ???

    And please can anybody tell me what are the method and steps available to compress video file size in FFMPEG ?

    Any help is appreciated and this my question will also helpful to other fresher.
    Thank you

  • Finding library during compliation in mingw64 environment (libgcrypt and libgpg-error)

    28 novembre 2016, par Alastair

    I’m a real beginner at this, so apologies in advance for obvious questions. I’m trying to compile a custom build of ffmpeg that has some extra dependencies the normal build does not. Among those is libgcrypt and libgpg-error - I know this, because when I run configure, it fails, and the log contains :

    C:/workspace/windows/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgcrypt
    C:/workspace/windows/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgpg-error

    With this in mind, I cloned the repo for libgpg-error, ran make and make install, which created libgpg-error.dll.a and libgpg-error.la in /home/myuser/w64root/lib. I’ve tried adding this path to my $LIB environment variable, but the configure run still says it can’t find the library.

    How can I make it visible ? I also have pkg-config available on the machine - would manually creating a .pc file help me any ?

    Thanks !

  • Finding library during compilation in mingw64 environment (libgcrypt and libgpg-error)

    28 novembre 2016, par Alastair

    I’m a real beginner at this, so apologies in advance for obvious questions. I’m trying to compile a custom build of ffmpeg that has some extra dependencies the normal build does not. Among those is libgcrypt and libgpg-error - I know this, because when I run configure, it fails, and the log contains :

    C:/workspace/windows/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgcrypt
    C:/workspace/windows/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/6.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lgpg-error

    With this in mind, I cloned the repo for libgpg-error, ran make and make install, which created libgpg-error.dll.a and libgpg-error.la in /home/myuser/w64root/lib. I’ve tried adding this path to my $LIB environment variable, but the configure run still says it can’t find the library.

    How can I make it visible ? I also have pkg-config available on the machine - would manually creating a .pc file help me any ?

    Thanks !