Commit 49256a7a by xiaoqi

脚本

parent d5e5a308
Showing with 2 additions and 1 deletions
......@@ -75,7 +75,8 @@ webp_path_or_dir = sys.argv[9] # 第一个参数
# if not is_null_or_empty(motoring_id):
# webp_path_or_dir = find_first_file("motoring", motoring_id)
convert_webp_2_mp4.p_crf = crf
convert_webp_2_mp4.p_fps = p_fps
if is_null_or_empty(p_fps):
convert_webp_2_mp4.p_fps = p_fps
convert_webp_2_mp4.p_enable_sharpening = p_enable_sharpening
convert_webp_2_mp4.p_bitrate = p_bitrate
convert_webp_2_mp4.p_enable_denoising = p_enable_denoising
......
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