mp4viewer
v0.1.2
MP4Viewer는 Python으로 작성된 MP4 메타 데이터 분석기 (ISO 기본 미디어 파일 형식)입니다. 이를 사용하여 새 GTK 기반 창의 쉘에서 MP4 파일의 메타 데이터를 분석하거나 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 도구를 찾을 수 있습니다.