Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (95)

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

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (13415)

  • Android Camera App Performance Increases [closed]

    5 novembre 2012, par Spentak

    I am writing a video recording app but am finding it quite impossible to match the frames per second that are on the native Android device video camera app (on Samsung Galaxy sIII). On the native app I can record at 1920x1080 with effects on at an amazing FPS (not sure exactly what it is but it looks like 25+ fps).

    In my app on the sIII my video recording is incredibly unstable and choppy even at 640x480. My FPS drops to 7 when recording at 640x480. When I add effects the FPS drops to 3-5.

    Can someone help me figure out how to get an FPS that is equal to the native Android camera app (specifically on the sIII) ?

    At this point I'm not sure where to optimize.

    And for reference, I am just doing the standard video recording stuff as in :
    How can I capture a video recording on Android ?

    Thanks !

  • Compiling FFMpeg for android

    28 octobre 2014, par Maverick

    A lot of people have mentioned about compiling ffmpeg for android. But I recently tried many of them and did not find them working.

    Here is what I tried.

    https://github.com/guardianproject/android-ffmpeg-java

    but in this I got the following errors.

    /home/musil/Desktop/android-ndk-r10c-linux-x86_64/android-ndk-r10c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc --sysroot=/home/musil/Desktop/android-ndk-r10c-linux-x86_64/android-ndk-r10c/platforms/android-3/arch-arm -I../x264 -mfloat-abi=softfp -mfpu=neon -mcpu=cortex-a8 -c -o /tmp/ffconf.6LOSva5W.o /tmp/ffconf.YWZ9ftQ8.c
    arm-linux-androideabi-gcc: error trying to exec 'cc1': execvp: No such file or directory
    C compiler test failed.

    Than I have tried other way mentioned on

    http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/

    but in that I got the following error.

    But in that the prefix install is /usr/local/ instead of ./arm/ and arch is x86 instead of arm. And it compiles but no arm folder is created.

    Does anyone know how to compile ffmpeg for ndk-r10c.

    Will be very helpful if someone can point out what I am doing wrong or how can I build the ffmpeg 2.4.1 for latest ndk.

    Thanks

  • Documentation on Guardian project ffmpeg android

    15 février 2017, par Azhagiri

    I got the Gaurdian Project FFMPEG android java from the following link

    https://github.com/guardianproject/android-ffmpeg-java

    Is there any good documents available to use the library for code. Its difficult to use without documentation. Plz help me.