Recherche avancée

Médias (91)

Autres articles (60)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (7487)

  • Compiling FFmpeg lib and add it to NDK sources on Windows8

    28 septembre 2014, par Dalvik

    I’ve seen some articles about how to compile and uses FFmpeg for Android.

    Thess are good examplea - example1 and example2

    Unfortunately, non off them, or others I found helped me. In those two examples a build_android.sh is created and configure the FFmpeg’s configuraion file and call to make. Every time when I’m running the script I’m getting the following error :

    c:\android\development\android-ndk-r9\sources\ffmpeg>sh build_android.sh
    c:/android/development/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebu
    ilt/windows-x86_64/arm-linux-androideabi/bin/bin/arm-linux-androideabi-gcc is un

    able to create an executable file.
    C compiler test failed.

    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solving the problem.
    Makefile:2: config.mak: No such file or directory
    Makefile:49: /common.mak: No such file or directory
    Makefile:92: /libavutil/Makefile: No such file or directory
    Makefile:92: /library.mak: No such file or directory
    Makefile:169: /doc/Makefile: No such file or directory
    Makefile:170: /tests/Makefile: No such file or directory
    make: *** No rule to make target `/tests/Makefile'.  Stop.
    Makefile:2: config.mak: No such file or directory

    If someone encountered and solved this issue it’ll be much appreciated !

    After trying the suggested script I ran into a new problem that I couldn’t solved, this is the output of the script :

    .... Enabled components list....

    In the end of the list I got the following :

    Enabled indevs :
    dv1394 v4l2i
    fbdev

    Enabled outdevs :
    fbdev v4l2

    License : LGPL version 2.1 or later
    Creating config.mak, config.h, and doc/config.texi...

    WARNING : C :/android/development/android-ndk-r9/toolchains/arm-linux-androideabi-
    4.8/prebuilt/windows-x86_64/bin/arm-linux-androideabi-pkg-config not found, libr
    ary detection may fail.
    make : * No rule to make target libavfilter/libavfilter.so', needed byall-ye
    s’. Stop.
    make : *
    No rule to make target install-libavfilter-shared', needed byinstal
    l-libs-yes’. Stop.

  • How to make Video Effects by ffmpeg from command line to Node JS ?

    22 juin 2015, par Nazmul Hossain Bilash

    I am working on ffmpeg. I have already worked on several work for editor. But currently I need to make effect on video. I have got command line command to give effect. But I cant convert it to node Js :

    cellauto: ffplay -f lavfi -i cellauto=rule=110

    life: ffplay -f lavfi -i life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_color=#00ff00,scale=1200:800:flags=16

    So I need to converrt it in filter by node js.

  • Error while compile FFmpeg in Mac os

    24 septembre 2015, par Devganiya Hitesh

    I have downloaded Github projects ffmpeg-android.
    I have also followed all step given by him but in last step ./android_build.sh i’m facing following error in terminal.

    make: *** No rule to make target `clean'. Stop.
    make: *** No rule to make target `Makefile'.  Stop.
    ./libpng_build.sh: line 17: ./configure: No such file or directory