
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (51)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (...)
-
Gestion générale des documents
13 mai 2011, parMé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 (...)
Sur d’autres sites (8277)
-
Get Youtube video original mp4 URL in Googlevideo.com [on hold]
28 février 2015, par Matan YedayevI want to get the Youtube video original URL in Googlevideo.com
I want to show you example
This is Youtube video URL : https://www.youtube.com/watch?v=hzixp8s4pyg
How could I develop program that would give me this mp4 URL ?
Programs that succes to get this URL : jeckman/Youtube-Downloader at git.
One more example is : http://ytapi.com/?format=direct&vid=hzixp8s4pyg&itag=18
-
PARADISEC catalog for Users
7 juin, par silviaThis screencast shows how a user of the PARADISEC catalog logs in and explores the collections, items and files that the archive contains.
Category : 2
Uploaded by : Silvia Pfeiffer
Hosted : youtubeThe post PARADISEC catalog for Users first appeared on ginger’s thoughts.
-
I can't seem to install opencv2.4.13 for Python3.4 on Mac El Capitan
11 décembre 2020, par user4351838I have already tried : https://www.youtube.com/watch?v=U49CVY8yOxw.


So I download opencv2.4.13, create the build folder, open cmake, configure, generate and then go to terminal and type in make.


I get this :


Richie's Macbook Air:build Richie$ make
[ 2%] Built target zlib
[ 6%] Built target libtiff
[ 10%] Built target libjpeg
[ 14%] Built target libjasper
[ 16%] Built target libpng
[ 23%] Built target IlmImf
[ 26%] Built target opencv_core
[ 31%] Built target opencv_imgproc
[ 32%] Built target opencv_video
[ 32%] Built target opencv_flann
[ 32%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_ffmpeg.cpp.o
In file included from /Users/Richie/Downloads/opencv-2.4.13/modules/highgui/src/cap_ffmpeg.cpp:45:
/Users/Richie/Downloads/opencv-2.4.13/modules/highgui/src/cap_ffmpeg_impl.hpp:71:6: error: 
 "libswscale is necessary to build the newer OpenCV ffmpeg wrapper"
 #error "libswscale is necessary to build the newer OpenCV ffmpeg wrapper"
 ^
/Users/Richie/Downloads/opencv-2.4.13/modules/highgui/src/cap_ffmpeg_impl.hpp:481:9: error: 
 use of undeclared identifier 'sws_freeContext'
 sws_freeContext(img_convert_ctx);
 ^
/Users/Richie/Downloads/opencv-2.4.13/modules/highgui/src/cap_ffmpeg_impl.hpp:965:17: error: 
 use of undeclared identifier 'SWS_BICUBIC'
 SWS_BICUBIC,
 ^
/Users/Richie/Downloads/opencv-2.4.13/modules/highgui/src/cap_ffmpeg_impl.hpp:998:5: error: 
 use of undeclared identifier 'sws_scale'
 sws_scale(
 ^
/Users/Richie/Downloads/opencv-2.4.13/modules/highgui/src/cap_ffmpeg_impl.hpp:1639:46: error: 
 use of undeclared identifier 'SWS_BICUBIC'
 SWS_BICUBIC,
 ^
/Users/Richie/Downloads/opencv-2.4.13/modules/highgui/src/cap_ffmpeg_impl.hpp:1645:14: error: 
 use of undeclared identifier 'sws_scale'
 if ( sws_scale(img_convert_ctx, input_picture->data,
 ^
/Users/Richie/Downloads/opencv-2.4.13/modules/highgui/src/cap_ffmpeg_impl.hpp:1693:9: error: 
 use of undeclared identifier 'sws_freeContext'
 sws_freeContext(img_convert_ctx);
 ^
/Users/Richie/Downloads/opencv-2.4.13/modules/highgui/src/cap_ffmpeg_impl.hpp:2290:9: warning: 
 ignoring return value of function declared with warn_unused_result
 attribute [-Wunused-result]
 avformat_write_header(oc_, NULL);
 ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
1 warning and 7 errors generated.
make[2]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_ffmpeg.cpp.o] Error 1
make[1]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/all] Error 2
make: *** [all] Error 2
Richie's Macbook Air:build Richie$ 



From what I can see, it says


"libswscale is necessary to build the newer OpenCV ffmpeg wrapper"



I do have ffmpeg installed (using brew). Does anyone know ?