fix: wippppppppppppppppppppppaaafaafawfwafwaafw
This commit is contained in:
parent
74e695a320
commit
c63d7dc898
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user