Recherche avancée

Médias (91)

Autres articles (87)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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 (11793)

  • FFMPEG live webcam output on VLC, getting delay of 7-8 seconds output on VLC [on hold]

    6 juin 2016, par Smtiesh Tamboli

    I am new to FFMPEG, I am trying to render webcam output on VLC using FFMPEG.

    I used below command

    ffmpeg -re -f dshow -i video="Integrated Webcam" -c:v copy -bsf:v h264_mp4toannexb -vcodec libx264 -f mpegts udp ://127.0.0.1:9000

    On VLC, I am using Network Stream to play video

    udp ://@:9000

    While playing I am getting delay of 7 to 8 seconds on VLC.

    how to view live webcam output using FFMPEG on VLC without delay ?

    Thank You.

  • Live convert HTTP IP Camera MJPEG to RTSP

    26 mai 2016, par tmar89

    I have an IP camera with an MJPEG stream. I need to connect this to an NVR that only takes RTSP. I tried using ffmpeg and ffserver and haven’t been able to get a stable stream to work without segmentation faults. VLC crashes also. Most of the time, it seems to be an issue with under buffer or buffering in general. Not sure how to approach this.

  • What's the best way to clip a live HLS feed at a certain date/time ?

    23 mai 2016, par Ryan Detzel

    I can record the whole stream using ffmpeg but I only want to record a certain part, say starting at 10:00:30-04:00 and recording for 30 seconds. I can’t find a way to do this with ffmpeg directly so I’m thinking of using a script to watch the HLS feed and when that time comes (via EXT-X-PROGRAM-DATE-TIME) trigger ffpmeg to start recording for 30 seconds. Is there a better way to do this ?