-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
the current CompositionRenderer is tightly coupled to moviepy, the render method returns a moviepy CompositeVideoClip
class CompositionRenderer:
...
async def render((self, composition: CompositionSpec) -> CompositeVideoClip:
fix the design flaw by implementing a loosely coupled dependency to allow other frameworks e.g ffmpeg-python
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request