mp4viewer
v0.1.2
MP4Viewer是用Python編寫的MP4元數據分析儀(ISO基本媒體文件格式)。您可以使用它來分析Shell上MP4文件的元數據,新的基於GTK的窗口,或將其保存為JSON文件。代碼中使用的結構的定義可以在公共可用標準(它不再免費下載)ISO/IEC 14496-12- ISO基本媒體文件格式。
pip install --upgrade mp4viewer
python3 -m mp4viewer [-h] [-o {stdout,gui,json}] [-e] [-c {on,off}] file.mp4./parse.sh [-h] [-o {stdout,gui,json}] [-e] [-c {on,off}] file.mp4 positional arguments:
input_file Location of the ISO bmff file (mp4)
options:
-h, --help show this help message and exit
-o {stdout,gui,json}, --output {stdout,gui,json}
Specify the output format. Please note that pygtk is required for `gui`.
-c {on,off}, --color {on,off}
Toggle colors in console based output; on by default.
-j JSON_PATH, --json JSON_PATH
Path to the json file where the output should be saved. If this is specified, the json output will be generated and written to this file even if the requested output format is not
json. If the output format is json and this argument is not specified, the json object will be written to the current directory using "$PWD/$(basename input_file).mp4viewer.json"
-e, --expand-arrays Do not truncate long arrays
--debug Used for internal debugging
--latex Generate latex-in-markdown for github README


MP4Viewer在圖形模式下使用GTK,並且需要Pygtk3在窗口中查看結果。通常,這是Ubuntu的最新版本。
您可以在此頁面中找到更多類似的MP4工具