Recherche avancée

Médias (91)

Autres articles (57)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Revision 12ae6eaf21 : Enforce max-intra-pct in one-pass cbr mode This was inadvertently left out in a

    14 février 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_ratectrl.c



    Enforce max-intra-pct in one-pass cbr mode

    This was inadvertently left out in a previous refactoring step.

    Change-Id : Idf3350e95152f876a1a1a4591dd30c8981856c96

  • Installing OpenCv with gstreamer and ffmpeg support in Ubuntu 13.04 64bits

    24 juin 2013, par Gab Hum

    I have tried to install OpenCV in Ubuntu 13.04 to use my IP-camera with no success. I made step by step as this tutorial http://www.ozbotz.org/opencv-installation/ but It does not work for me. I have tried with other tutorials too, but I have the same problem, the Opencv tries to connect the camera by hours without any response.
    I'm using this code to capture the video :

    cap=cv2.VideoCapture("http:/ /192.168.180.60:82/videostream.cgi ?user=admin&pwd=")

    And that link works in my browser, so, the streaming is alive. I have installed the Opencv in virtual machines 6 times trying different configurations without success, maybe I made a mistake in any step, but according to the tutorials I'm right, I'm trying with this :

    sudo apt-get remove ffmpeg x264 libx264-dev
    sudo apt-get update

    sudo apt-get install libgstreamer0.10-0 libgstreamer0.10-dev gstreamer0.10-tools gstreamer0.10-plugins-base libgstreamer-plugins-base0.10-dev gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg

    sudo apt-get install libgtk2.0-0 libgtk2.0-dev libjpeg8 libjpeg8-dev yasm

    cd ~
    mkdir src
    cd src/


    git clone git://git.videolan.org/x264.git
    cd x264/
    ./configure --enable-shared --enable-pic


    sudo make install libfaac-dev libmp3lame-dev libopencore-amrnb-dev libopencore_amrwb-dev libtheora-dev libvorbis-dev libx264-dev libxvidcore-dev

    cd ~/src
    wget http://ffmpeg.org/releases/ffmpeg-0.11.1.tar.bz2
    tar xvf ffmpeg-0.11.1.tar.bz2
    cd ffmpeg-0.11.1

    ./configure --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-shared --enable-pic

    make
    sudo make install


    cd ~/src
    wget http://www.linuxtv.org/downloads/v4l-utils/v4l-utils-0.9.5.tar.bz2

    tar xvf v4l-utils-0.9.5.tar.bz2
    cd v4l-utils-0.9.5
    ./configure  --enable-shared
    make
    sudo make install

    sudo apt-get install libdc1394-22-dev
    sudo apt-get install libvideo-ivtv-perl


    cd ~/src
    wget http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.2/OpenCV-2.4.2.tar.bz2
    tar xvf OpenCV-2.4.2.tar.bz2
    cd OpenCV-2.4.2/
    mkdir build
    cd build

    cmake -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON -D OPENCV_BUILD_3RDPARTY_LIBS=ON -D WITH_FFMPEG=ON -D WITH_GTK=ON -D WITH_OPENEXR=ON -D WITH_OPENNI=ON -D WITH_PNG=ON -D WITH_TBB=ON -D WITH_XINE=ON -D WITH_GSTREAMER=ON .
  • how to install gstreamer and ffmpeg properly on odroid

    18 juillet 2018, par Shinogami Rei

    this might be sound little stupid question, but is there are any special step or how to properly install gstreamer and ffmpeg on odroid ?

    more specifically odroid xu4 with ubuntu 16.04 Operating System