Commit dbdabde0 by xiaoqi

脚本

parent 70c9f677
Showing with 1 additions and 1 deletions
...@@ -114,7 +114,7 @@ def update_vf_params(): ...@@ -114,7 +114,7 @@ def update_vf_params():
vf_params = ",".join(filters) vf_params = ",".join(filters)
global p_vf global p_vf
p_vf = vf_params p_vf = vf_params
print(f"最终参数vf{vf_params}")
def png2mp4(output_video, fps2, png_dir, target_fps: int = 1000): def png2mp4(output_video, fps2, png_dir, target_fps: int = 1000):
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment