SpeckyYT / ANMT

Video to Geometry Dash!
23 stars 0 forks source link

I tried to run node . but it don't work #6

Closed TheuTrich closed 2 years ago

TheuTrich commented 2 years ago

it output

C:\Users\User\Downloads\ANMT-master\ANMT-master>node . [EXTRACTING] (video): start node:events:505 throw er; // Unhandled 'error' event ^

Error: spawn ffmpeg ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:478:16) at processTicksAndRejections (node:internal/process/task_queues:83:21) Emitted 'error' event on ChildProcess instance at: at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12) at onErrorNT (node:internal/child_process:478:16) at processTicksAndRejections (node:internal/process/task_queues:83:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn ffmpeg', path: 'ffmpeg', spawnargs: [ '-i', 'C:\Users\User\Downloads\ANMT-master\ANMT-master\videos\video.mp4', 'C:\Users\User\Downloads\ANMT-master\ANMT-master\videos\frames\video\video%05d.png' ] }

C:\Users\User\Downloads\ANMT-master\ANMT-master>_

Please help.

SpeckyYT commented 2 years ago

ANMT loads all videos that are in the directory {cwd}/videos/, you don't need to specify the path as CLI arguments

SpeckyYT commented 2 years ago

nvm, I misunderstood. Try deleting all subfolders in /videos and retry. If the error still persist, try with a different video.

SpeckyYT commented 2 years ago

Closed for inactivity, reopen this issue if needed.