DanielSWolf / rhubarb-lip-sync

Rhubarb Lip Sync is a command-line tool that automatically creates 2D mouth animation from voice recordings. You can use it for characters in computer games, in animated cartoons, or in any other project that requires animating mouths based on existing recordings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question and/or feature request] Use command line on all files inside folder / multiple files

bencresty opened this issue · comments

Hi!

I am currently busy processing lots of audio files to create lipsync files for. It's incredible that this is even possible with Rhubarb and that Rhubarb even has a command line interface for this! It speeds up the workflow so much, so thanks again!

That said, I have a question; is there a way to use things like an asterix or questionmark or other file selector to process multiple files with a single command? Now I literally need to type this in for 80 to 120 files. I understand I could write a script to call rhubarbs command line with each time another filename, and I probably will for now, but it would be very welcome if Rhubarb could process multiple files at once.

Is that currently possible somehow? And/or perhaps it would be an idea to include that in the command line options in the future?

But no matter what your answer is; I feel spoiled with even asking you at the moment as it's already crazy that a tool like this even exists! Thanks again!

Closing this as I've done it with a node script now and you are probably already busy enough.