This commit is contained in:
Leonardo Mortari
2025-08-04 09:04:55 -03:00
2 changed files with 1 additions and 3 deletions

View File

@@ -43,7 +43,6 @@ def cut_video_new_clip(input_path: str, start: float, end: float, output_path: s
segment.write_videofile(
output_path,
codec=video_codec,
audio=False,
remove_temp=True,
fps=fps,
ffmpeg_params=[
@@ -96,7 +95,6 @@ def process_segment(input_path: str, top_text: str = "", bottom_text: str = "",
final.write_videofile(
output_path,
codec=video_codec,
audio=False,
remove_temp=True,
ffmpeg_params=[
"-preset", "ultrafast",