#{{ ++$key }}
- Format
- {{ $videoElement['format'] ?? __('common.unknown') }} ({{ $videoElement['bit_depth'] ?? __('common.unknown') }})
- Resolution
- {{ $videoElement['width'] ?? __('common.unknown') }} × {{ $videoElement['height'] ?? __('common.unknown') }}
- Aspect ratio
- {{ $videoElement['aspect_ratio'] ?? __('common.unknown') }}
- Frame rate
- @if (isset($videoElement['framerate_mode']) && $videoElement['framerate_mode'] === 'Variable') VFR @else {{ $videoElement['frame_rate'] ?? __('common.unknown') }} @endif
- Bit rate
- {{ $videoElement['bit_rate'] ?? __('common.unknown') }} @if (isset($videoElement['format']) && $videoElement['format'] === 'HEVC')
- HDR format
- {{ $videoElement['hdr_format'] ?? __('common.unknown') }}
- Color primaries
- {{ $videoElement['color_primaries'] ?? __('common.unknown') }}
- Transfer characteristics
- {{ $videoElement['transfer_characteristics'] ?? __('common.unknown') }} @endisset