Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (50)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (11363)

  • avcodec/dxv : Fix type in get_opcodes()

    5 juillet 2024, par Michael Niedermayer
    avcodec/dxv : Fix type in get_opcodes()
    

    Found by code review related to CID1604386 Overflowed constant

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dxv.c
  • configure : fix alphabetical order of previous commit

    12 juillet 2014, par Michael Niedermayer
    configure : fix alphabetical order of previous commit
    

    Was requested in review

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
  • Streaming the output of openCV real-time as an RTSP stream with ffmpeg

    9 mars 2015, par user3916798

    I receive an RTSP video stream from an IP camera into my OpenCV program, which I then process for pedestrian detection ; I now want to send the video comprising of bounding boxes around people detected as an rtsp stream over the network.

    I am trying to use ffmpeg to do this ; I can write the video using OpenCV video writer and also stream video file using ffmpeg as an rtsp stream, but I am unable to do both of this simultaneously so that it is real-time.

    Most search results talk about how to receive an RTSP stream into OpenCV and I have not found much help in this regard.