
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (64)
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (9619)
-
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 ?


-
Error "sys/videoio.h - not found" OpenCV 3.1.0
22 mars 2017, par Jefferson RodriguezI 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 aav_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 2someone who can help me ?
-
Combine two clips from two different videos into one video with javascript (client side) ?
13 avril 2018, par Mike Johnson JrDoes 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.