mp4viewer
v0.1.2
MP4Viewer เป็น MP4 Metadata Analyzer (รูปแบบไฟล์สื่อพื้นฐาน ISO) ที่เขียนใน Python คุณสามารถใช้เพื่อวิเคราะห์ข้อมูลเมตาของไฟล์ 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 ที่คล้ายกันได้ในหน้านี้