+
+
+
+ {{ t('mediaInfo.videoCodec.titles', [idx + 1], videoStreams.length) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('mediaInfo.audioCodec.titles', [idx + 1], audioStreams.length) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ t('mediaInfo.subtitleCodec.titles', [idx + 1], subsStreams.length)
+ }}
+
+
+
+
+
+
+
+
+
+ {{
+ t(
+ 'mediaInfo.embeddedImageCodec.titles',
+ [idx + 1],
+ embeddedStreams.length
+ )
+ }}
+
+
+
+
+
+
+
+
+
+
+
+