@@ -45,6 +45,7 @@ def cut_video_new_clip(input_path: str, start: float, end: float, output_path: s
|
||||
codec=video_codec,
|
||||
remove_temp=True,
|
||||
fps=fps,
|
||||
bitrate="2000k",
|
||||
ffmpeg_params=[
|
||||
"-preset", "ultrafast",
|
||||
"-tune", "zerolatency",
|
||||
@@ -97,6 +98,7 @@ def process_segment(input_path: str, top_text: str = "", bottom_text: str = "",
|
||||
codec=video_codec,
|
||||
remove_temp=True,
|
||||
fps=30,
|
||||
bitrate="2000k",
|
||||
ffmpeg_params=[
|
||||
"-preset", "ultrafast",
|
||||
"-tune", "zerolatency",
|
||||
|
||||
Reference in New Issue
Block a user