
Recherche avancée
Autres articles (101)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
Que fait exactement ce script ?
18 janvier 2011, parCe script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
Installation de dépendances de MediaSPIP
Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)
Sur d’autres sites (10582)
-
getting gray frames when i use CV2 or ffmpeg to store frames from rtsp
24 février 2019, par initmaheshI am trying to get frames to pass for detection from a rtsp stream and tried ffmpeg command below as well as cv2.VideoCapture(’rtsp’) but the frames I am getting are grey and i can only get 10% correct frames...How can I get better quality frames from rtsp stream
Example :
The ffmpeg command I used :
ffmpeg.exe -rtsp_transport tcp -i rtsp://192.168.0.107:8900/live -vframes 10 my%04d.jpg
The Cv2 code I used inside a while(true loop) to store 100 frames :
stream = cv2.VideoCapture('rtsp://192.168.0.109:8900/live')
frame = capture.read()[1]
#saving 100 frames
if ( i<100 ) :
print("saving file iteration ::" + str(i))
cv2.imwrite("C:\\temp\\tmp\\"+str(i)+".jpg",frame)
i=i+1 -
avcodec/tiff : Check for 12bit gray fax
12 janvier 2019, par Michael Niedermayeravcodec/tiff : Check for 12bit gray fax
Fixes : Assertion failure
Fixes : 11898/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5759794191794176Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
libavutil : Adds gray floating-point pixel formats.
3 août 2018, par Sergey Lavrushkin