diff --git a/components/video.py b/components/video.py index d689236..8d00c63 100644 --- a/components/video.py +++ b/components/video.py @@ -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",