| Test | Method | Result | Interpretation |
|------|--------|--------|----------------|
| Video integrity | ffprobe + checksum verification | Pass | File not corrupted |
| Audio waveform analysis | Audacity visual inspection | Minor clipping (≈ 0.4 s at 12:34, 27:11) | Re‑encode or apply limiter |
| Frame‑drop detection | ffmpeg -vf idet | 0.3 % dropped frames (≈ 9 frames) | Negligible for playback |
| Color consistency | Histogram & waveform checks | Within BT.709 limits | No color shift |
| Dynamic range | Peak‑to‑peak measurement | 90 dB (video) / 85 dB (audio) | Acceptable for archive |
| Compression artifacts | Visual inspection at 100 % zoom | Slight macro‑blocking at high motion (2‑3 s) | Acceptable; not detrimental |
| Metadata completeness | exiftool scan | Basic technical tags present; no descriptive keywords | Add archival metadata (title, description, creator, rights) |
The prefix "FHD" is an industry-standard acronym for Full High Definition, denoting a display resolution of 1920x1080 pixels. From an archival standpoint, this prefix immediately communicates the technical specifications of the asset without requiring the user to open the file or parse its underlying metadata (such as an MKV or MP4 header). In forensic contexts, the presence of "FHD" suggests that the file is either a native capture at that resolution or a transcode/downscale from a higher fidelity source (such as 4K/UHD), providing immediate clues about the file's lineage. FHD-ARCHIVE-SONE-456.mp4
To play FHD-ARCHIVE-SONE-456.mp4, you'll need a compatible media player. Most modern media players, including VLC, Windows Media Player, and macOS's QuickTime Player, can handle MP4 files. Ensure your player is up-to-date to avoid compatibility issues. | Test | Method | Result | Interpretation