
Recherche avancée
Autres articles (43)
-
Submit bugs and patches
13 avril 2011Unfortunately 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, parUnlike 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, parMediaSPIP 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 (8425)
-
Possible to get screenshot from Facebook Video at a certain time ?
6 décembre 2017, par Jimmy PeltonIs there a way to get a screenshot from a video posted to a Facebook group at a certain timestamp ? I’m looking around through their API docs and aren’t seeing it in there.
I could save the video, and run ffmpeg to get a screenshot, but I was hoping there was an easier way
-
FFMpeg - applying equalizer to audio
1er juillet 2013, par ssuukkThere doesn't seem to be much docs on libavfilter available, but FFMpeg surely has a lot of filters. I am interested in Equalizer filter and applying it to audio. But... how do I do it programmatically ?
-
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 :

../../lib/libopencv_videoio.so.3.1.0 : referencia aav_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 ?