Re: [FFmpeg-devel] [PATCH] avformat/mpegts: tag video streams with still images

2018-05-16 Thread Michael Niedermayer
On Tue, May 15, 2018 at 11:29:47AM -0700, Aman Gupta wrote: > From: Aman Gupta > > Parses the video_stream_descriptor (H.222 2.6.2) to look > for the still_picture_flag. This is exposed to the user > via a new AV_DISPOSITION_STILL_IMAGE. > > See for example https://tmm1.s3.amazonaws.com/music-ch

[FFmpeg-devel] [PATCH] avformat/mpegts: tag video streams with still images

2018-05-15 Thread Aman Gupta
From: Aman Gupta Parses the video_stream_descriptor (H.222 2.6.2) to look for the still_picture_flag. This is exposed to the user via a new AV_DISPOSITION_STILL_IMAGE. See for example https://tmm1.s3.amazonaws.com/music-choice.ts, whose video stream only updates every ~6 seconds. Signed-off-by: