ArdenButterfield / stammer

Recreate any audio track by rearranging the frames of another video
MIT License
449 stars 31 forks source link

Say's that i don't have ffmpeg installed , even though i have it installed #79

Open Ya-Block opened 1 year ago

Ya-Block commented 1 year ago

As the title says, say's that i don't have ffmpeg installed , even though i have it installed The error it gave: ERROR: 'ffmpeg' not found. Please install it.

SWG64 commented 10 months ago

put ffmpeg stuff inside the stammer directory "ffmpeg.exe", "ffplay.exe", "ffprobe.exe".

Firepal commented 10 months ago

It's gotta be available in PATH system-wide, i.e. you can open it from a terminal

PatoFlamejanteTV commented 2 months ago

Download the ffmpeg and the ffprobe compiled from here: https://ffbinaries.com/downloads, unzip and move the .EXE for both ffmpeg and ffprobe to your Stammer directory.

Firepal commented 2 months ago

I would rather recommend Gyan's excellent FFmpeg "essentials" build. They're freely available at https://www.gyan.dev/ffmpeg/builds/ and probably contain the codecs your videos are using.

You just have to make sure you can open ffmpeg.exe inside the terminal window by literally typing its name and pressing Enter.