Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (101)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette 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, par

    MediaSPIP 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, par

    Ce 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 initmahesh

    I 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 :

    example image

    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 Niedermayer
    avcodec/tiff : Check for 12bit gray fax
    

    Fixes : Assertion failure
    Fixes : 11898/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_fuzzer-5759794191794176

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/tiff.c
  • libavutil : Adds gray floating-point pixel formats.

    3 août 2018, par Sergey Lavrushkin
    libavutil : Adds gray floating-point pixel formats.
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavutil/pixdesc.c
    • [DH] libavutil/pixfmt.h
    • [DH] libavutil/version.h
    • [DH] tests/ref/fate/sws-pixdesc-query