Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (91)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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 (9150)

  • Revision 166d8142ac : Merge "Code cleanup : remove unneeded lines."

    7 janvier 2014, par Marco Paniconi

    Merge "Code cleanup : remove unneeded lines."

  • 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
  • lavc/mediacodec : remove stray empty lines

    14 mars 2016, par Matthieu Bouron
    lavc/mediacodec : remove stray empty lines
    
    • [DH] libavcodec/mediacodec_wrapper.c
    • [DH] libavcodec/mediacodecdec.c