Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (106)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (13650)

  • Revision 3a7ebf9c36 : Fix dependency of android vpx test application. Change-Id : I32b7c92c89c9a2be0cf

    17 avril 2015, par Frank Galligan

    Changed Paths :
     Modify /test/android/Android.mk



    Fix dependency of android vpx test application.

    Change-Id : I32b7c92c89c9a2be0cf38e67a17266b9d3866154

  • How to solve this situation about ffmpeg with Android NDK

    13 décembre 2013, par Terry-Liu

    I used Android NDK to Compile ffmpeg ,when I run config.sh,so many erros happened,how to solve it.

    Terry-L@Terry-L-HP /cygdrive/e/Android/android-ndk-r8d/samples/FFmpeg/jni/ffmpeg
    $ ./config.sh

    Unknown option "".
    See ./configure --help for available options.
    ./config.sh: line 6: --target-os=linux: command not found
    ./config.sh: line 7: --arch=arm: command not found
    ./config.sh: line 8: --enable-version3: command not found
    ./config.sh: line 9: --enable-gpl: command not found
    ./config.sh: line 10: --enable-nonfree: command not found
    ./config.sh: line 11: --disable-stripping: command not found
    ./config.sh: line 12: --disable-ffmpeg: command not found
    ./config.sh: line 13: --disable-ffplay: command not found
    ./config.sh: line 14: --disable-ffserver: command not found
    ./config.sh: line 15: --disable-ffprobe: command not found
    ./config.sh: line 16: --disable-encoders: command not found
    ./config.sh: line 17: --disable-muxers: command not found
    ./config.sh: line 18: --disable-devices: command not found
    ./config.sh: line 19: --disable-protocols: command not found
    ./config.sh: line 20: --enable-protocol=file: command not found
    ./config.sh: line 21: --enable-avfilter: command not found
    ./config.sh: line 22: --disable-network: command not found
    ./config.sh: line 23: --disable-mpegaudio-hp: command not found
    ./config.sh: line 24: --disable-avdevice: command not found
    ./config.sh: line 25: --enable-cross-compile: command not found
    ./config.sh: line 26: --cc=/cygdrive/e/Android/android-ndk-r8d/toolchains/arm-li                                                                                                                nux-androideabi-4.6/prebuilt/windows/bin/arm-linux-androideabi-gcc: No such file                                                                                                                 or directory
    ./config.sh: line 27: --cross-prefix=/cygdrive/e/Android/android-ndk-r8d/toolcha                                                                                                                ins/arm-linux-androideabi-4.6/prebuilt/windows/bin/arm-linux-androideabi-: No su                                                                                                                ch file or directory
    ./config.sh: line 28: --nm=/cygdrive/e/Android/android-ndk-r8d/toolchains/arm-li                                                                                                                nux-androideabi-4.6/prebuilt/windows/bin/arm-linux-androideabi-nm: No such file                                                                                                                 or directory
    ./config.sh: line 29: --extra-cflags=-fPIC -DANDROID: command not found
    ./config.sh: line 30: --disable-asm: command not found
    ./config.sh: line 31: --enable-neon: command not found
    ./config.sh: line 32: --enable-armv5te: command not found
    ./config.sh: line 33: --extra-ldflags=-Wl,-T,/cygdrive/e/Android/android-ndk-r8d                                                                                                            

    /toolchains/arm-linux-androideabi-4.6/prebuilt/windows/arm-linux-androideabi/lib /ldscripts/armelf_linux_eabi.x -Wl,-rpath-link=/cygdrive/e/Android/android-ndk-r 8d/platforms/android-14/arch-arm/usr/lib -L/cygdrive/e/Android/android-ndk-r8d/p latforms/android-14/arch-arm/usr/lib -nostdlib /cygdrive/e/Android/android-ndk-r 8d/toolchains/arm-linux-androideabi-4.6/prebuilt/windows/lib/gcc/arm-linux-andro ideabi/4.6/crtbegin.o /cygdrive/e/Android/android-ndk-r8d/toolchains/arm-linux-a ndroideabi-4.6/prebuilt/windows/lib/gcc/arm-linux-androideabi/4.6/crtend.o -lc - lm -ldl : No such file or directory

  • Using FFmpeg with Android-NDK

    4 février 2014, par iSun

    I want to use FFmpeg with Android-NDK and I am very basic in this section, I need some help and I research about this topic before on the net, but got no satisfactory solution.

    1 - How can I use FFmpeg through Windows OS. (I do not want to use Ubuntu, please do not suggest.)

    2 - How can I inset FFmpeg commands via NDK ?

    Last notice : I using android-ndk-r7b and Cygwin.

    Any suggestion would be appreciated.