Hi, all I've try to receive h264 stream via rtsp and save it without transcoding to avi container. I did it with older version of ffmpeg (and I don't remember which), but with 0.8.2 or 0.7.1 I received the following error: [avi @ 003fd9e0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 4 >= 4
So, I try to use ffmpeg directly and receive the same error... ffmpeg -i "rtsp://..." -acodec copy -vcodec copy test.avi Anybody know, what's happened? _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
