VLC Media Player – How to View Milliseconds

vlc-media-player

Note- This is not a duplicate. This question, as it says in its title, is specific to VLC. The other question is a general question about video playing programs generally. So, not a duplicate

I am trying get milliseconds shown in VLC.

I read that I should download this extension
http://addons.videolan.org/content/show.php?content=149618

(there was a download link on that page, not sure if it's quite right, like I don't know if I downloaded some lite version that I shouldn't have but I downloaded this)

http://addons.videolan.org/CONTENT/content-files/149619-time-lite.lua

and put it in "VideoLAN\VLC\lua\extensions" creating the extensions subdirectory if it doesn't exist. I did that.

closed VLC, started it again.

It is listed under the View menu. I notice it doesn't get checked. even when I click it – I don't know if it should. The same is true for the VLSub extension below, it doesn't get checked when clicking it. Maybe that is normal and extensions are already enabled.

But my problem is, it doesn't show miliseconds, which is what i'm after.

VLCnomillisecondsscreenshot

Best Answer

According to mederi, the author of the Time extension, the var.add_callback( ) and var.del_callback( ) Lua functions are no longer available in VLC 2.1.

Unless VLC is patched to add the removed functions the script will not work as written.

Related Question