pytoon icon indicating copy to clipboard operation
pytoon copied to clipboard

PyToon is a Python based animation library for automatically animating a cartoon character's mouth movements and bodily expressions to sync with an audio recording of someone talking. PyToon uses mach...

Results 5 pytoon issues
Sort by recently updated
recently updated
newest added

Certain functions were renamed in moviepy. Firstly, moviepy.editor no longer exists. It is just moviepy now. Next: These functions have been renamed. animation_clip.poistion ->animation_clip.with_position final_clip.audio -> final_clip.with_audio(audio_clip) animation_clip.resize -> animation_clip.resized...

Currently pytoon uses an open source character asset. Is there any guideline to know how to contribute the animation asset? - How folder structure works? - There are two assets:...

Hi @Luke, Thank you for the detailed review! I've made all the requested changes: ✅ Updated dependency requirements: - Modified requirements.txt to specify `moviepy>=2.0.0` - Updated setup.py install_requires with correct...

Is it possible to guide the generation so certain emotions (happy, angry, sad, etc) are displayed at specific moments? Perhaps it could be done by inserting some tags in the...