mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Omg
This commit is contained in:
@@ -24,9 +24,6 @@ const videoElement = document.querySelector('video') as HTMLVideoElement;
|
||||
const compressionFacts = document.querySelector('#compression-facts') as HTMLParagraphElement;
|
||||
const errorElement = document.querySelector('#error-element') as HTMLParagraphElement;
|
||||
|
||||
import { registerProresDecoder } from '@mediabunny/prores';
|
||||
registerProresDecoder();
|
||||
|
||||
let currentConversion: Conversion | null = null;
|
||||
let currentIntervalId = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user