mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
f04ed67205
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).
12 lines
164 B
JSON
12 lines
164 B
JSON
{
|
|
"bitRate": 146656,
|
|
"creationDate": 1550265200000,
|
|
"duration": 13666,
|
|
"fileSize": 251571,
|
|
"fps": 15,
|
|
"size": {
|
|
"height": 60,
|
|
"width": 80
|
|
}
|
|
}
|