Remove parametro de audio false

This commit is contained in:
2025-08-03 23:29:35 +02:00
parent 561be6a182
commit ad84469037

View File

@@ -17,7 +17,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=[
@@ -69,7 +68,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",