zoukankan      html  css  js  c++  java
  • 如何在VLC播放器中显示毫秒

    转载自

    HOW TO SHOW MILLISECONDS IN VLC

    by HOP HOP

    https://niumenata.wordpress.com/2017/01/24/how-to-show-milliseconds-in-vlc/

    1ST STEP is to  download VLC-2.0.x (clicking that link —–> here (vlc-2.0.5) will automatically download vlc-2.0.5; so if you’re not yet ready, or if you have another source where you can download vlc-2.0.5; then you may not click on that link.) If you’re currently using the latest version of VLC like vlc-2.2.x, etc.

    2ND STEP is to download vlc extension time here . Look for  Time V2.1. It should be on the right hand corner of the page.  Click on it and then you will see further instructions on how to install time ; Or you may follow these steps ; Click on files and click on the blue time.zip.

    3RD STEP is to open both your time.zip and vlc folder from where you saved them before; You need to transfer time_ext.lua” from time.zip folder “Timev2.1 (intf)” to VLC folder “lua”—> to sub-folder “extensions”

    (if there is no existing extensions folder under lua folder, create one and name it “extensions”)

    —> You also need to transfer looper_intf.lua” from time.zip folder to VLC folder “lua” to sub-folder “intf”

    —> You also need to transfer time.lua” from time.zip folder “Time v1.0 for VLC-2.0.x” to VLC folder “lua” to sub-folder “intf”

    4TH STEP is that after you have successfully transferred those two necessary files from time.zip VLC, close your VLC player (if open) and then re-open for the changes to take effect.

    Otherwise, simply open VLC player, click view, and then you should see there “time V2.1 (intf)” click on it.

    —> A window would pop choose “E” for use pattern & then click “start” close and re-open VLC player.

    5TH STEP is to add your video file in your VLC, play it, then you should see the milliseconds time at the upper right corner of the VLC screen. Hope that helps! It worked for me though. Have a nice day!

  • 相关阅读:
    朴素贝叶斯方法(二分类)[机器学习实战]
    【HIHOCODER 1055】 刷油漆(树上背包)
    【HIHOCODER 1142】 三分·三分求极值
    【HIHOCODER 1420】 Bigint Multiplication
    【HIHOCODER 1403】后缀数组一·重复旋律(后缀数组)
    【HIHOCODER 1589】回文子串的数量(Manacher)
    【HIHOCODER 1599】逃离迷宫4
    【HIHOCODER 1182】欧拉路·三
    【HIHOCODER 1181】欧拉路·二
    【HIHOCODER 1176】 欧拉路·一
  • 原文地址:https://www.cnblogs.com/firecloud/p/7662889.html
Copyright © 2011-2022 走看看