Logo
Explore Help
Sign In
Paillat-dev/viralfactory
1
0
Fork 0
You've already forked viralfactory
mirror of https://github.com/Paillat-dev/viralfactory.git synced 2026-01-02 09:16:19 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
aa5c03b17e7e589cb5c6d828921ce273d194b13e
viralfactory/src/engines/BackgroundEngine/BaseBackgroundEngine.py

11 lines
222 B
Python
Raw Normal View History

Add background engine classes
2024-02-20 14:54:49 +01:00
from abc import ABC, abstractmethod
from ..BaseEngine import BaseEngine
from moviepy.editor import VideoClip
class BaseBackgroundEngine(BaseEngine):
@abstractmethod
🐛 fix(GenerationContext.py): fix indentation issue in process() method ✨ feat(GenerationContext.py): add support for z-index of moviepy clips to improve video rendering The indentation issue in the process() method has been fixed. The z-index of moviepy clips has been added to improve the rendering of the video. This allows the clips to be rendered in different layers based on their index, resulting in a more visually appealing video.
2024-02-21 09:06:36 +01:00
def get_background(self) -> None:
Add background engine classes
2024-02-20 14:54:49 +01:00
...
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 25ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API