Recherche avancée

Médias (91)

Autres articles (105)

  • 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

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (10481)

  • Revision 79afb5eb41 : Use lrand48 on Android When building x86 assembly use lrand48 instead of the un

    13 juin 2014, par Johann

    Changed Paths :
     Modify /vp8/common/x86/postproc_mmx.asm


     Modify /vp8/common/x86/postproc_sse2.asm


     Delete /vp8/common/x86/postproc_x86.c


     Modify /vp8/vp8_common.mk


     Modify /vp9/common/x86/vp9_postproc_mmx.asm


     Modify /vp9/common/x86/vp9_postproc_sse2.asm


     Modify /vpx_ports/x86_abi_support.asm



    Use lrand48 on Android

    When building x86 assembly use lrand48 instead of the
    undocumented inlined _rand function.

    Android now supports rand()
    https://android-review.googlesource.com/97731
    but only for new versions. Original workaround :
    https://gerrit.chromium.org/gerrit/15744

    Change-Id : I130566837d5bfc9e54187ebe9807350d1a7dab2a

  • Application slower on jar than eclipse building with ant

    28 novembre 2019, par Caio Farias

    Hello guys, i’m facing a silly problem.

    I’m using the javacv library to capture streaming videos. On the eclipse i run my application and the delay time it is only the response of rtsp. But when i generate a jar file(using ant, a build.xml) and run on terminal (sudo java -jar app.jar) takes a 4 min to start grabbing frames.

    I run the flag verbose on java(java -verbose - jar) and the delay time its because his loading the libs ffmpegs(so files).

    Anyone had any idea how to improve and minimize the time ?

  • Building OpenCV 2.4.11 on Linux with `libopencv_ffmpeg.so`

    28 décembre 2016, par SomethingSomething

    When downloading OpenCV sources, no matter whether it is for Windows or for Linux, the sources directory contains only the Windows already-compiled shared library 3rdparty/ffmpeg/opencv_ffmpeg.dll, that is essential for the VideoCapture module to work on the Python portings for OpenCV.

    In Linux, as this file is not provided, you’d expect it to be automatically built when you build OpenCV, especially when in CMakeCache.txt, you can spot the line WITH_FFMPEG:BOOL=ON.

    It is of course not built... Any idea ?