Re: [FFmpeg-devel] [PATCH v2] lavf/img2enc: add support for option strftime_start_realtime

2019-04-21 Thread Steven Liu
> 在 2019年4月22日,04:50,Jun Li 写道: > > On Thu, Apr 18, 2019 at 5:59 PM Jun Li wrote: > >> Currently the strftime option generate timestamp based on generation >> time. The new option would calcualte timestamp from start_time_realtime >> and pkt->pts, based on output's timescale. >> --- >>

Re: [FFmpeg-devel] [PATCH v2] lavf/img2enc: add support for option strftime_start_realtime

2019-04-21 Thread Jun Li
On Thu, Apr 18, 2019 at 5:59 PM Jun Li wrote: > Currently the strftime option generate timestamp based on generation > time. The new option would calcualte timestamp from start_time_realtime > and pkt->pts, based on output's timescale. > --- > doc/muxers.texi | 5 + >

[FFmpeg-devel] [PATCH v2] lavf/img2enc: add support for option strftime_start_realtime

2019-04-18 Thread Jun Li
Currently the strftime option generate timestamp based on generation time. The new option would calcualte timestamp from start_time_realtime and pkt->pts, based on output's timescale. --- doc/muxers.texi | 5 + libavformat/img2enc.c | 34 ++ 2 files