pytoon icon indicating copy to clipboard operation
pytoon copied to clipboard

Updated Pytoon to be compatible with MoviePy v2.0

Open cyrixninja opened this issue 1 year ago • 1 comments

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 moviepy version

✅ Fixed import issues:

  • Updated imports to match moviepy 2.0 API
  • Verified ImageSequenceClip import works correctly

✅ Testing:

  • Ran demo.py successfully with no import errors
  • Verified animation generation works end-to-end
  • All tests passing

I've also merged the latest main branch and resolved conflicts. Let me know if anything else needs attention!

Thanks, @cyrixninja

cyrixninja avatar Dec 05 '24 12:12 cyrixninja