1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/test/backend/assets/video_rotate.json
GenericGuy f04ed67205 feat: container header meta data parsing
Adds parsing of container header data, which provides correct dates
for Matroska files and also fixes the issue that the bitrate shown
in the UI reflects only the video bitrate (not video + audio bitrate).
2023-09-03 15:35:19 +02:00

12 lines
164 B
JSON

{
"bitRate": 142006,
"creationDate": 1550265200000,
"duration": 13666,
"fileSize": 242601,
"fps": 15,
"size": {
"height": 80,
"width": 60
}
}