pytoon
pytoon copied to clipboard
Dependency Issues in animator.py --- moviepy has changed alot
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 background_clip.fps().duration()-> background_clip.with_fps().with_duration()
Also averaged_perceptron_tagger_eng does not exist for some reason, but it is being used. So had to separately do:
import nltk nltk.download('averaged_perceptron_tagger_eng')
PS. Would be great to have custom characters ASAP. Great work btw. Really appreciate it.