fix(producer): type video extraction failures

This commit is contained in:
James
2026-07-26 19:47:33 +00:00
parent 814f9cd977
commit 9b63646c8a
12 changed files with 1009 additions and 59 deletions
+6
View File
@@ -184,12 +184,18 @@ export {
createFrameLookupTable,
FrameLookupTable,
analyzeClipMediaFit,
classifyVideoExtractionError,
isVideoSourceExtractionError,
runVideoExtractionWithRetry,
VideoSourceExtractionError,
type VideoElement,
type ImageElement,
type ExtractedFrames,
type ExtractionOptions,
type ExtractionResult,
type ExtractionPhaseBreakdown,
type VideoExtractionFailure,
type VideoExtractionFailureKind,
type VideoFrameFormat,
VIDEO_FRAME_FORMATS,
isVideoFrameFormat,