Skip to content

implement loos coupling to 3rd party module #1

@safhac

Description

@safhac

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

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions