Spaces:
Sleeping
Sleeping
Update styled_video_gen.py
Browse files- styled_video_gen.py +3 -3
styled_video_gen.py
CHANGED
|
@@ -10,10 +10,10 @@ import subprocess
|
|
| 10 |
from PIL import Image, ImageFont, ImageDraw
|
| 11 |
|
| 12 |
# --- MoviePy Imports ---
|
| 13 |
-
|
| 14 |
-
from moviepy.editor import *
|
| 15 |
# import moviepy.video.fx.all as vfx # Keep if you add more complex FX
|
| 16 |
-
from moviepy.video.tools.transitions import crossfadein, slide_in # Import specific transitions
|
| 17 |
|
| 18 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
| 19 |
logger = logging.getLogger(__name__)
|
|
|
|
| 10 |
from PIL import Image, ImageFont, ImageDraw
|
| 11 |
|
| 12 |
# --- MoviePy Imports ---
|
| 13 |
+
from moviepy import *
|
| 14 |
+
#from moviepy.editor import *
|
| 15 |
# import moviepy.video.fx.all as vfx # Keep if you add more complex FX
|
| 16 |
+
#from moviepy.video.tools.transitions import crossfadein, slide_in # Import specific transitions
|
| 17 |
|
| 18 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
| 19 |
logger = logging.getLogger(__name__)
|