Mediaplayer

顯示毫秒的影片播放器

  • September 21, 2020

是否有適用於 Linux 的影片播放器顯示經過的毫秒數?

VLC有一個擴展,但根據連結上的評論,它不適用於較新的版本。

mplayer應該能夠做到這一點:

mplayer -osdlevel 3 -osd-fractions 1 filename

有關參數的詳細資訊,請參閱手冊:

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

使用 mplayer 1.3.0 測試。

播放器。

在狀態欄中:

選項 -> 狀態欄

  • 以毫秒顯示目前時間

OSD(螢幕顯示):

查看 -> OSD

  • 以毫秒顯示時間
  • 音量 + 搜尋 + 定時器

對於 OSD,它可能需要安裝mpv。在此處啟動SMPlayer中的**mpv: 選項 - 首選項 - 正常 - 多媒體引擎 - mpv

引用自:https://unix.stackexchange.com/questions/174754