{{ $t('Duplicate files') }}
++ Scenes with more than one distinct video file. Files of clearly different length are flagged + as a possible mis-assignment; otherwise their PSNR is compared + to suggest which to keep. Tick the files you want to remove, or ignore a scene forever. +
+ ++ +
{{ g.detail }}
+| del | file | res | bitrate | duration | size | PSNR vs best |
|---|---|---|---|---|---|---|
|
+ {{ f.filename }}
+ |
+ {{ f.height }}p | +{{ (f.bitrate/1e6).toFixed(0) }}M | +{{ fmtDur(f.duration) }} | +{{ (f.size/1e9).toFixed(1) }}G | +{{ f.fileId === g.keepFileId ? '—' : (f.psnr >= 99 ? 'identical' : f.psnr) }} | +