fix: wippppppppppppppppppppppaaafaafawfwafwaafw

This commit is contained in:
こけっち 2022-03-12 02:19:56 +09:00
parent 74e695a320
commit c63d7dc898
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

View File

@ -95,7 +95,7 @@ function select(src: any, label: string | null, multiple: boolean): Promise<Driv
*/ */
async function convertVideo(input) { async function convertVideo(input) {
let sourceVideoFile = input.files[0]; let sourceVideoFile = input;
let targetVideoFormat = 'mp4' let targetVideoFormat = 'mp4'
let convertedVideoDataObj = await VideoConverter(sourceVideoFile, targetVideoFormat); let convertedVideoDataObj = await VideoConverter(sourceVideoFile, targetVideoFormat);