Timestamps or frame count

Hello, in my workflow, I sometimes have to synchronize 2 or more *.mkv files (eg: they do not start at the same time). Is there a way to get Haruna to show me the current frame count at my current position, or the current time position with ms accuracy?

I tried using show-text “${time-pos}”, but that gives me this:

As you can see, that’s less-than-helpful.

estimated-frame-number

time-pos/full

expand-properties show-text “${time-pos}”

Thanks for the solution. I was so distraught that I created a ffmpeg command to burn frame-count into a clip, and a script to queue multiple videos. This is much more convenient however.