2016-11-05 3:17 GMT+01:00 Keith Thelen <[email protected]>: > ffmpeg -i input -vcodec copy out.h264
> ffmpeg -i rtsp://10.12.1.71/stream1 -vcodec copy out.h264 The first command writes an unchanged elementary stream to the output file, it can be fed into the reference decoder. The second command produces an mpegts stream (this is not a file with a different name, it is a completely different file format). Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
