Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (102)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • what is correct version of ffmpeg/gstreamer for python2.7.10 ?

    28 août 2015, par Janak Lal

    I am trying to write few programs in open cv with the help of the link. Capturing video from camera works perfectly but i have problem with "Playing Video from file" and "Saving a Video". There is something written about ffmpeg and gstreamer. I want to have link of ffmpeg and gstreamer for python 2.7.10 and proper way to install them so that those programs will run properly.

  • Configure and Build OpenCV to Custom FFMPEG Install

    4 avril 2017, par enderland

    I cannot seem to configure OpenCV to link to a non-/usr/lib set of FFMPEG libraries.

    My LD_LIBRARY_PATH contains a direct link to the folder for the custom install of FFMPEG :

    LD_LIBRARY_PATH=/pathto/ffmpeg-0.10.2/lib

    Additionally, I’ve configured pkgconfig as :

    PKG_CONFIG_PATH=/samepathto/ffmpeg-0.10.2/lib/pkgconfig/

    Within CMake however I cannot find any setting for path to FFMPEG - either in basic or custom. The only setting related to FFMPEG appears to be WITH_FFMPEG type setting (set to ON).

    I can build OpenCV but it seems to link to the system libraries for libavcodec - this causes a conflict as the system libraries are version .52 and the version in my install of FFMPEG are .53. Linking an app on a machine without the same system libraries seems to NOT link to my custom install of OpenCV (specifically the libavcodec) because of this (I’m installing these libraries on a shared network folder).

    I am not sure if my problem is with building and linking to the wrong version of FFMPEG or if it is something with my environment after building (and then linking to the wrong ffmpeg).

    I am building on Linux, Redhat 6, OpenCV 2.3.1.

  • Configure and Build OpenCV to Custom FFMPEG Install

    20 juillet, par enderland

    I cannot seem to configure OpenCV to link to a non-/usr/lib set of FFMPEG libraries.

    



    My LD_LIBRARY_PATH contains a direct link to the folder for the custom install of FFMPEG :

    



    LD_LIBRARY_PATH=/pathto/ffmpeg-0.10.2/lib

    



    Additionally, I've configured pkgconfig as :

    



    PKG_CONFIG_PATH=/samepathto/ffmpeg-0.10.2/lib/pkgconfig/

    



    Within CMake however I cannot find any setting for path to FFMPEG - either in basic or custom. The only setting related to FFMPEG appears to be WITH_FFMPEG type setting (set to ON).

    



    I can build OpenCV but it seems to link to the system libraries for libavcodec - this causes a conflict as the system libraries are version .52 and the version in my install of FFMPEG are .53. Linking an app on a machine without the same system libraries seems to NOT link to my custom install of OpenCV (specifically the libavcodec) because of this (I'm installing these libraries on a shared network folder).

    



    I am not sure if my problem is with building and linking to the wrong version of FFMPEG or if it is something with my environment after building (and then linking to the wrong ffmpeg).

    



    I am building on Linux, Redhat 6, OpenCV 2.3.1.