Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (39)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • Error "sys/videoio.h - not found" OpenCV 3.1.0

    9 juin 2020, par Jefferson Rodriguez

    
I using Elementary OS and I'm trying to install OpenCV 3.1.0, I follow the instructions of http://docs.opencv.org/3.0-beta/doc/tutorials/introduction/linux_install/linux_install.html
    
Also, I have installed libav 11.7 and ffmpeg 3.1.3
    
but, after cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
I get :
    
— Looking for linux/videodev.h
    
— Looking for linux/videodev.h - found
    
— Looking for linux/videodev2.h
    
— Looking for linux/videodev2.h - found
    
— Looking for sys/videoio.h
    
— Looking for sys/videoio.h - not found
    
— Looking for libavformat/avformat.h
    
— Looking for libavformat/avformat.h - found
    
— Looking for ffmpeg/avformat.h
    
— Looking for ffmpeg/avformat.h - not found
    
— checking for module 'libgphoto2'
    
— package 'libgphoto2' not found
    
And after make,
    
I get :
    &#xA;../../lib/libopencv_videoio.so.3.1.0 : referencia a av_frame_alloc&#x27; sin definir <br />&#xA;../../lib/libopencv_videoio.so.3.1.0: referencia aav_frame_free' sin definir
    &#xA;collect2 : error : ld returned 1 exit status
    &#xA;make[2] : * [bin/opencv_test_video] Error 1
    &#xA;make[1] : *
    [modules/video/CMakeFiles/opencv_test_video.dir/all] Error 2&#xA;

    &#xA;&#xA;

    someone who can help me ?

    &#xA;

  • Error "sys/videoio.h - not found" OpenCV 3.1.0

    22 mars 2017, par Jefferson Rodriguez

    I using Elementary OS and I’m trying to install OpenCV 3.1.0, I follow the instructions of http://docs.opencv.org/3.0-beta/doc/tutorials/introduction/linux_install/linux_install.html
    Also, I have installed libav 11.7 and ffmpeg 3.1.3
    but, after cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
    I get :

    — Looking for linux/videodev.h

    — Looking for linux/videodev.h - found

    — Looking for linux/videodev2.h

    — Looking for linux/videodev2.h - found

    — Looking for sys/videoio.h

    — Looking for sys/videoio.h - not found

    — Looking for libavformat/avformat.h

    — Looking for libavformat/avformat.h - found

    — Looking for ffmpeg/avformat.h

    — Looking for ffmpeg/avformat.h - not found

    — checking for module ’libgphoto2’

    — package ’libgphoto2’ not found
    And after make,
    I get :
    ../../lib/libopencv_videoio.so.3.1.0 : referencia a

    av_frame_alloc' sin definir <br />
    ../../lib/libopencv_videoio.so.3.1.0: referencia a

    av_frame_free’ sin definir
    collect2 : error : ld returned 1 exit status
    make[2] : * [bin/opencv_test_video] Error 1
    make[1] : *
    [modules/video/CMakeFiles/opencv_test_video.dir/all] Error 2

    someone who can help me ?

  • Combine two clips from two different videos into one video with javascript (client side) ?

    13 avril 2018, par Mike Johnson Jr

    Does anyone know if this is possible ?

    The closest thing I found to what I am looking for is this : http://bgrins.github.io/videoconverter.js/

    But the "docs" are very minimal.