Re: [FFmpeg-devel] [PATCH] avformat/img2enc: add frame_pts option for make output filename

2017-11-12 Thread Steven Liu
2017-11-12 9:44 GMT+08:00 Carl Eugen Hoyos : > 2017-10-31 8:14 GMT+01:00 Steven Liu : >> when use frame_pts option, the output image name can be set >> with PTS of current frame. > > If this fixes ticket #1452, please mention it in the commit message. > >

Re: [FFmpeg-devel] [PATCH] avformat/img2enc: add frame_pts option for make output filename

2017-11-11 Thread Carl Eugen Hoyos
2017-10-31 8:14 GMT+01:00 Steven Liu : > when use frame_pts option, the output image name can be set > with PTS of current frame. If this fixes ticket #1452, please mention it in the commit message. Thank you, Carl Eugen ___

Re: [FFmpeg-devel] [PATCH] avformat/img2enc: add frame_pts option for make output filename

2017-11-11 Thread Michael Niedermayer
On Tue, Oct 31, 2017 at 11:47:33PM +0800, Steven Liu wrote: > when use frame_pts option, the output image name can be set with PTS > of current frame. > > Signed-off-by: Steven Liu > --- > doc/muxers.texi | 9 + > libavformat/img2enc.c | 7 +++ > 2 files

Re: [FFmpeg-devel] [PATCH] avformat/img2enc: add frame_pts option for make output filename

2017-11-09 Thread Steven Liu
2017-10-31 23:47 GMT+08:00 Steven Liu : > when use frame_pts option, the output image name can be set with PTS > of current frame. > > Signed-off-by: Steven Liu > --- > doc/muxers.texi | 9 + > libavformat/img2enc.c | 7 +++ > 2 files

[FFmpeg-devel] [PATCH] avformat/img2enc: add frame_pts option for make output filename

2017-10-31 Thread Steven Liu
when use frame_pts option, the output image name can be set with PTS of current frame. Signed-off-by: Steven Liu --- doc/muxers.texi | 9 + libavformat/img2enc.c | 7 +++ 2 files changed, 16 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi

[FFmpeg-devel] [PATCH] avformat/img2enc: add frame_pts option for make output filename

2017-10-31 Thread Steven Liu
when use frame_pts option, the output image name can be set with PTS of current frame. Signed-off-by: Steven Liu --- doc/muxers.texi | 9 + libavformat/img2enc.c | 8 2 files changed, 17 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi