transitive-bullshit / ffmpeg-concat

Concats a list of videos together using ffmpeg with sexy OpenGL transitions.
863 stars 113 forks source link

'ffmpeg-concat' is not recognized as an internal or external command #159

Open AMEER-HAMZA-RANA opened 3 months ago

AMEER-HAMZA-RANA commented 3 months ago

In order to use ffmpeg-concat through Window 10 CLI , i installed it using below command : npm install -g ffmpeg-concat

But whenever I run example command : ffmpeg-concat -t circleopen -d 750 -o hattah.mp4 result-24.mp4 result-26.mp4

I get this error in WIndow 10 cmd : 'ffmpeg-concat' is not recognized as an internal or external command.

Can someone guide me about this issue ?