ArdenButterfield / stammer

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

output file and ffmpeg #69

Open mrvektro opened 1 year ago

mrvektro commented 1 year ago

Ok, I have the models and the files, but what should I do with the ffmpeg and how do I write the Output file? Do I simply add the format I want or do I have to do something else?

Firepal commented 1 year ago

Put ffmpeg and ffprobe in your PATH. Then use python3 stammer.py <input video> <input video 2> <output file>

Firepal commented 1 year ago

or, you know, read the README.md