
Recherche avancée
Autres articles (94)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (7024)
-
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.