I'm using liveMedia with vlc to capture a mp4 rtsp stream to disk. I'd like to create a jpeg of the most recent frame every second or so out of this stream (which is running about 30 fps), could this be done easily?
No, not without writing code that decodes each MPEG-4 video frame, and then re-encodes it into a JPEG image. (Note that we don't have any video decoding/encoding software of our own.)
--
Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
