Add Platform field to original video specs for alignment

This commit is contained in:
DJP 2025-10-16 17:00:23 -04:00
parent e8f37fc989
commit 4de953fcaa

View file

@ -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`,