This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { EventEmitter } from "eventemitter3"; | |
import type { MP4ArrayBuffer, MP4File, MP4Info, MP4Sample } from "mp4box"; | |
import * as MP4Box from "mp4box"; | |
import type { MediaFile } from "../../models.js"; | |
import type { IDisposable } from "../abstract/hooks.js"; | |
import type { | |
VideoMetadata, | |
} from "../abstract/pipeline.js"; | |
import type { MediaFileObjectUrlProvider } from "../utils/ObjectUrlProvider.js"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
robocopy ./ node_modules /purge | |
rd /s node_modules |