Open mferris77 opened 11 months ago
i have auto installers if you prefer
52.) Windows - Free
Turn Videos Into Animation With Just 1 Click - ReRender A Video Tutorial - Installer For Windows
53.) RunPod - Cloud - Paid
Turn Videos Into Animation / 3D Just 1 Click - ReRender A Video Tutorial - Installer For RunPod
I was able to get it working, but it required building my own ebsynth. I first tried to wrap the file paths being passed to ebsynth in double quotes, that didn't help. Then I modified the file paths to be relative to the working directory, that didn't work. Since I'm on windows and sometimes python scripts break with the backslashes in windows paths I replaced them with forward slashes - also didn't work. So I re-read the instructions and some other threads here - here are the steps I followed:
Phew!
Hope this helps anyone else trying to get this to work.
FWIW, the google drive downloadable precompiled ebsynth app seems to be different than what ended up getting built on my machine. When I tried to run the google drive version with '-h', '--help' or '/?', it ignored those and opened the GUI. With my own compiled version I get 'unrecognized command' or something along those lines when using those command line arguments, but when I tried to run just 'ebsynth.exe', it shows me the command line syntax.
Hello - I'm having issues generating one of the demos - originally it was because the install process did not build ebsynth for me, so I downloaded your precompiled windows version - now when it gets to the part where it calls the subprocess for ebsynth, the ebsynth app runs ( a GUI appears ) but an error popup shows over that with the message "Failed to open project file. Invalid format?" It actually opens (with error) 4 times in a row. Then when I close the popups and the GUI windows, the console resumes with the errors others have been reporting.
I haven't used Ebsynth before so I'll keep playing around and if I can figure it out I'll report back.