Answer the question
In order to leave comments, you need to log in
How to overlay text on a video in ffmeg taken from metadata (author, title, etc)?
How to overlay text on video in ffmeg from metadata.
ffmpeg -i video.mkv -filter_complex "drawtext=fontfile=/usr/share/fonts/truetype/arial.ttf: text='%{pts \:flt}': x=100 : y=50 : box=1" -c:a copy out.mkv
text='%{pts \:flt}'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question