Skip to content

Commit

Permalink
Merge pull request #4709 from remotion-dev/4707-convertmedia-mkv-failed
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger authored Jan 9, 2025
2 parents d9e78ce + 4d150a2 commit 6d0ce00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/media-parser/src/boxes/webm/segments/all-segments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,11 @@ export const displayHeight = {
type: 'uint',
} as const satisfies Ebml;

export const displayUnit = {
name: 'DisplayUnit',
type: 'uint',
} as const satisfies Ebml;

export const flagLacing = {
name: 'FlagLacing',
type: 'uint',
Expand Down Expand Up @@ -893,6 +898,7 @@ export const ebmlMap = {
[matroskaElements.BitDepth]: bitDepth,
[matroskaElements.DisplayHeight]: displayHeight,
[matroskaElements.DisplayWidth]: displayWidth,
[matroskaElements.DisplayUnit]: displayUnit,
[matroskaElements.FlagLacing]: flagLacing,
[matroskaElements.Tags]: tags,
[matroskaElements.Tag]: tagSegment,
Expand Down

0 comments on commit 6d0ce00

Please sign in to comment.