[FFmpeg-trac] #7317(avfilter:new): showinfo filter add metadata mode
FFmpeg
trac at avcodec.org
Mon Jul 22 15:04:59 EEST 2019
#7317: showinfo filter add metadata mode
-------------------------------------+------------------------------------
Reporter: nicol | Owner:
Type: enhancement | Status: new
Priority: wish | Component: avfilter
Version: git-master | Resolution:
Keywords: metadata | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+------------------------------------
Comment (by nicol):
Replying to [comment:1 Sami32]:
> You can do like this:
>
> {{{
> drawtext=fontfile=/usr/share/fonts/truetype/dejavu/DejaVuSans-
Bold.ttf:text='%{pts\:hms}'
> }}}
>
> Hoping that helped.
Thank you for your reply. I have known drawtext filter cloud done as I
wished.
I wrote blog in Japanese. https://nico-lab.net/drawtext_with_ffmpeg/#i-3
I hope to do especially showinfo filter the following.
{{{
T_DELTA : pts difference between current and previous
T_DELTA.FORM : pts difference formatted with **.**ms(**.**fps)
BITRATE : video bitrate
BITRATE.FORM : video bitrate formatted with ****kbps
KEY_INTERVAL : interval between previous and current key frame
COLOR_RANGE : color range (return of av_frame_get_color_range())
MEAN0 : mean value of plane 0 (luminance of yuv)
MEAN1 : mean value of plane 1
MEAN2 : mean value of plane 2
MEAN3 : mean value of plane 3
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7317#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list