It's possible to show the timestamp with ffplay like this:
ffplay -vf "drawtext=text='%{pts\:hms}':fontcolor=white:shadowcolor=black:shadowx=3:shadowy=3:fontsize=48:x=(w-tw)/2:y=h-(2*lh)" video.mp4
However, I would like to show the timestamp only when the video is paused.
Is this possible with ffplay? Additionally, I'd like the timestamp to show temporarily when seeking through the video, if possible.