显示毫秒的视频播放器

whi*_*ngs 7 mediaplayer

是否有适用于 Linux 的视频播放器显示经过的毫秒数?

VLC有一个扩展名,但根据链接上的评论,它不适用于较新的版本。

小智 6

mplayer应该能够做到这一点:

\n

mplayer -osdlevel 3 -osd-fractions 1 filename

\n

参数详细信息参见手册:

\n
-osd-fractions <0-2>\n       Set how fractions of seconds of the current timestamp are printed on the OSD:\n          0    Do not display fractions (default).\n          1    Show the first two decimals.\n          2    Show  approximated  frame count within current second.  This frame count is\n               not accurate but only an approximation.  For variable fps,  the  approxima\xe2\x80\x90\n               tion is known to be far off the correct frame count.\n
Run Code Online (Sandbox Code Playgroud)\n

使用 mplayer 1.3.0 进行测试。

\n


小智 1

有一个称为时间扩展的 VLC 扩展,它仅适用于 VLC v2.0.x。您可以在这里查看教程http://www.latestsolution.com/2016/06/Show-VLC-Timing-In-Millisecond.html