Node-fluent-ffmpeg: Stream RTSP URL and get Frames in JPG or PNG format

Created on 26 Jan 2018  路  1Comment  路  Source: fluent-ffmpeg/node-fluent-ffmpeg

Version information

  • fluent-ffmpeg version: 2.1.2
  • ffmpeg version: 2.8.11-0ubuntu0.16.04.1
  • OS:linux

Code to reproduce


(note: if the problem only happens with some inputs, include a link to such an input file)

Expected results

I have the rtsp url. format- rtsp://:/onvif1
Video streams with 25fps
I need 1fps so need grab frame after a second.
Can I get the code to do that?

ffmpeg -loglevel debug -rtsp_transport tcp -i "rtsp://:/onvif1" -c copy -map 0 foo.mp4

I'm able to get video from this command

>All comments

Please read the docs

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xyk2 picture xyk2  路  3Comments

joergbirkhold picture joergbirkhold  路  5Comments

Rubinhuang9239 picture Rubinhuang9239  路  3Comments

TomKaltz picture TomKaltz  路  5Comments

judemorrissey picture judemorrissey  路  5Comments