Add Platform field to original video specs for alignment
This commit is contained in:
parent
e8f37fc989
commit
4de953fcaa
1 changed files with 1 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ function displayComparison(data) {
|
|||
|
||||
// Display video specifications
|
||||
displayVideoSpecs('originalSpecs', {
|
||||
platform: 'Unknown',
|
||||
resolution: `${currentVideoInfo.width}×${currentVideoInfo.height}`,
|
||||
codec: currentVideoInfo.codec.toUpperCase(),
|
||||
bitrate: `${currentVideoInfo.bitrate} kbps`,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue