diff --git a/src/isofile.ts b/src/isofile.ts index f02594ce..3e93e0d6 100644 --- a/src/isofile.ts +++ b/src/isofile.ts @@ -1306,7 +1306,7 @@ export class ISOFile { buffer: ISOFile.writeInitializationSegment( this.ftyp, moov, - this.moov?.mvex?.mehd.fragment_duration, + this.moov?.mvex?.mehd?.fragment_duration, ), }; }