Commit 63f79835 authored by mac's avatar mac

c

parent 69504675
Pipeline #386 canceled with stages
......@@ -169,7 +169,7 @@ def video2comix(args):
# MPEG can not play in web
fourcc = cv2.VideoWriter_fourcc(*"avc1") #H264 avc1
fourcc = cv2.VideoWriter_fourcc('M','P','4','V') #H264 avc1
wh = (frame_width, frame_height)
#宽高32位格式化,不知道是不是会提高效率?
if args.x32:
......
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 to comment