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.
Other
1.81k stars 216 forks source link

Unable to download for mac os (still shows as exec file) #123

Closed 19CJ2000 closed 1 year ago

19CJ2000 commented 1 year ago

Hey I've tried downloading both versions 12 and 13 of rhubarb on my mac to auto lip-sync on open toonz, but every time i download it from the mac link, it provides the file in exec which cant be opened by anything other than the "Terminal" application. Any help would be greatly appreciated

DanielSWolf commented 1 year ago

I suspect that that's exactly how it should be. Rhubarb is not a visual application, but a command-line application. You start it by calling it from the terminal, providing information by typing it. I realize that's not ideal for users without a strong technical background, but that's all there is at the moment.

LoganParker commented 1 year ago

Hey I've tried downloading both versions 12 and 13 of rhubarb on my mac to auto lip-sync on open toonz, but every time i download it from the mac link, it provides the file in exec which cant be opened by anything other than the "Terminal" application. Any help would be greatly appreciated

@DanielSWolf is correct - the executable file will not run on Mac. You need to download the MacOS release, unzip it and then you can use the exec file via your command line to run rhubarb.

cd path/to/your/folder ./rhubarb [your command parameters here]