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
d2b222b83b11d42b4e0845733cfac61d74986476
viralfactory/src/engines/BackgroundEngine/BaseBackgroundEngine.py

10 lines
180 B
Python
Raw Normal View History

Formatting & improving imports
2024-02-23 09:50:43 +01:00
from abc import abstractmethod
Add background engine classes
2024-02-20 14:54:49 +01:00
Formatting & improving imports
2024-02-23 09:50:43 +01:00
from ..BaseEngine import BaseEngine
Add background engine classes
2024-02-20 14:54:49 +01:00
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: 23ms 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