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:
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.