ミリ秒を表示するビデオプレーヤー

ミリ秒を表示するビデオプレーヤー

経過したミリ秒を表示できるビデオプレーヤーはLinuxにありますか?

一つあるVLC拡張しかし、リンクの説明によると、最新バージョンでは動作しません。

答え1

プレイヤー次のことができる必要があります。

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を使用してください。

答え2

SMPlayer。

ステータスバーから:

オプション - >ステータスバー

  • 現在時刻をミリ秒単位で表示

OSD(オンスクリーンディスプレイ):

表示 - > OSD

  • 表示時間(ミリ秒)
  • ボリューム+検索+タイマー

OSDの場合、インストールが必要な場合があります。ユーティリティ車両。 〜できるようにするユーティリティ車両存在するマルチメディアプレーヤーここ:
オプション - 基本設定 - 一般 - マルチメディアエンジン - mpv

答え3

VLC v2.0.xでのみ動作する時間拡張と呼ばれるVLC拡張があります。ここでチュートリアルを確認できますhttp://www.latestsolution.com/2016/06/Show-VLC-Timing-In-Millisecond.html

答え4

次のコマンドを使用して端末でmplayerを実行します。mplayer -osd-fractions 1 yourfile

関連情報