Merge branch 'master' of https://gitea.leolitas.work.gd/admin/video-render-api
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user