
Recherche avancée
Autres articles (54)
-
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (5906)
-
ffmpeg - avcodec_receive_frame returns -11, why and how to solve it ?
26 mars 2022, par Kalen ClarkI'm learning to use ffmpeg in my engine,


and I wanna decode the first frame of video stream and output it to an image file.


I tried and just can't figured out why it returns -11.


My code :(error in last 5 lines of code, line 70-74)




-
cvCaptureFromFile always returns NULL, Visual Studio 2005
14 septembre 2012, par user1671173I've got a problem with the cvCaptureFromFile function. It always returns NULL. I've done some research on the internet and I've added PATH to ffmpeg's "bin" directory.
But it's still the same. So I've tried to open the desired file withffplay.exe
. It returns an error which says "Invalid data found when processing an input". It is a "mjpg" file, which should be played with ffmpeg. Then I tried the same with some "mpg" file.
Now the message is "no such file or directory" which is not true, because the file is in the place. What else should I do ?
The files all right with Media-Player and VLC player.
Please help ! -
capture.isOpened() returns false in python [closed]
24 décembre 2019, par Elnaz YousefiI tried to read a video (.avi file) by cv2.VideoCapture in Python, but capture.isOpened() returns false.
when I execute python in cmd, it returns "Python 3.7.2". Also, when I use "pip install opencv-python" in command line, OpenCV was successfully installed.
By the way, I noticed that the version of opencv which is installed is 4.1.2 and the ffmpeg file is named "opencv_videoio_ffmpeg412".
Is everything right ? so what’s the problem ?