Use IDBFS and NODEFS to process big file
This commit is contained in:
@@ -12,9 +12,7 @@ describe('transcode()', () => {
|
||||
it(`transcode ${name}`, async () => {
|
||||
await worker.write(name, `${BASE_URL}/${name}`);
|
||||
await worker.transcode(name, 'output.mp4');
|
||||
await worker.remove(name);
|
||||
const { data } = await worker.read('output.mp4');
|
||||
await worker.remove('output.mp4');
|
||||
expect(data.length).to.be(FLAME_MP4_LENGTH);
|
||||
}).timeout(TIMEOUT)
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user