s
This commit is contained in:
parent
387a02e2d3
commit
fcde6549fa
2 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ let main = new Route([auth], async function (req, res, input) {
|
|||
let {path} = req.file;
|
||||
|
||||
try {
|
||||
await execP(`ffmpeg -i ${path} videos/${id}.mp4`);
|
||||
await execP(`ffmpeg -i videos/${id}.mp4 -frames:v 1 videos/${id}.png`);
|
||||
await execP(`ffmpeg -i ${path} videos/${id}.webm`);
|
||||
await execP(`ffmpeg -i videos/${id}.webm -frames:v 1 videos/${id}.png`);
|
||||
} catch (err) {
|
||||
return { 'success': false, 'message': 'Video is invalid'}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue