hi, I rendered a video using SSR, but then when I try to parseMedia client-side, I get this error
remotion error Error: Unexpected box type prof
at parseColorParameterBox (index.mjs:4622:9)
at processBox (index.mjs:5606:17)
at parseBoxes (index.mjs:5955:16)
at async processSample (index.mjs:5047:48)
at async parseSamples (index.mjs:5096:24)
at async parseStsd (index.mjs:5123:17)
at async processBox (index.mjs:5653:17)
at async parseBoxes (index.mjs:5955:10)
at async getChildren (index.mjs:5473:20)
at async processBox (index.mjs:5913:20)
parseMedia works for other videos, but not the one that I rendered with renderMedia. Does anyone know what this error means or how to avoid?
From message posted on Discord by kern.monarchy
hi, I rendered a video using SSR, but then when I try to
parseMedia
client-side, I get this errorparseMedia works for other videos, but not the one that I rendered with
renderMedia
. Does anyone know what this error means or how to avoid?