Skip to content

Commit

Permalink
[hevc] Add yuvj420p/iec61966-2-1 to known fingerprints.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Nov 30, 2024
1 parent 254b7f2 commit e10b465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/video/hevc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ let bitDepth: 8 | 10 = await (async () => {
case "yuv420p/smpte170m":
case "yuv420p/bt709":
case "yuvj420p/bt709":
case "yuvj420p/iec61966-2-1":
case "yuv420p/undefined":
case "yuv444p/undefined": {
console.log("Detected 8-bit SDR (or SDR-mapped) footage.");
Expand Down

0 comments on commit e10b465

Please sign in to comment.