Remove all video files and use github instead
This commit is contained in:
@@ -14,7 +14,7 @@ import FileSystemManager from "./FileSystemManager";
|
||||
import { SAMPLE_FILES } from "../const";
|
||||
import Editor from "./Editor";
|
||||
|
||||
const defaultArgs = JSON.stringify(["-i", "video.avi", "video.mp4"], null, 2);
|
||||
const defaultArgs = JSON.stringify(["-i", "video.webm", "video.mp4"], null, 2);
|
||||
|
||||
interface WorkspaceProps {
|
||||
ffmpeg: MutableRefObject<FFmpeg>;
|
||||
|
||||
@@ -12,6 +12,6 @@ export const CORE_SIZE = {
|
||||
};
|
||||
|
||||
export const SAMPLE_FILES = {
|
||||
"video.avi":
|
||||
"https://raw.githubusercontent.com/ffmpegwasm/testdata/master/video-3s.avi",
|
||||
"video.webm":
|
||||
"https://raw.githubusercontent.com/ffmpegwasm/testdata/master/Big_Buck_Bunny_180_10s.webm",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user