Friday, 15 March 2013

Save multiple different rtsp streams with ffmpeg -



Save multiple different rtsp streams with ffmpeg -

i can record rtsp stream single file follows:

ffmpeg -i rtsp://5.63.151.4:443/atv/atv2 c:\atv.flv

how can record 2 or more rtsp streams seperated files such stream 1 file 1 , stream 2 file 2 1 command?

i found answer:

ffmpeg -i rtsp://5.63.151.4:443/atv/atv2 -map 0 c:\atv.flv -i rtsp://live.sabah.com.tr:443/ahaber/ahaber3 -map 1 c:\ahaber.flv

ffmpeg

No comments:

Post a Comment