Re: [FFmpeg-user] ffmpeg - output multiple sdp files

2018-05-02 Thread Carl Eugen Hoyos
2018-05-02 18:28 GMT+02:00, Michael Bullock : > Is it possible to output multiple sdp files from ffmpeg command? No, only one sdp file per ffmpeg command. I believe multiple streams in one sdp should be supported but this may be buggy. > The contents of this email

[FFmpeg-user] ffmpeg - output multiple sdp files

2018-05-02 Thread Michael Bullock
Hi Is it possible to output multiple sdp files from ffmpeg command? I'm trying to use ffmpeg to trancode multiple outputs at .\ffmpeg -protocol_whitelist file,udp,rtp,tcp -i "rtsp://IpCamera4k/media/video1" -c:v libx264 -vf scale=1280:720 -r 5 -maxrate 50 -bufsize 30 -minrate 50