2019-02-20 19:40 GMT+01:00, Michael Kohne <[email protected]>: > I'm using ffmpeg 4.1 to grab an rtsp stream (includes both H.264 > video and G.711 audio) from a Sony EP580 IP camera.
> If I instead use the tee muxer to make two avi files: > > ffmpeg -min_port 62000 -max_port 62004 -i rtsp://192.168.0.113/media/video1 > -codec:v msmpeg4v2 -codec:a ac3 -ar 44100 -map 0 -f tee > "[f=avi]/data/PatientData/vidtmp/one.avi|[f=avi]/data/PatientData/vidtmp/two.avi" Please test current FFmpeg git head and provide the command line together with the complete, uncut console output. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
