Commit 7fee5366 authored by mac's avatar mac

no message

parent 6ae75e37
Pipeline #392 canceled with stages
...@@ -181,7 +181,7 @@ def video2comix(args): ...@@ -181,7 +181,7 @@ def video2comix(args):
print('video output total Frames num:', str(totalNumFrames)) print('video output total Frames num:', str(totalNumFrames))
if args.total_seconds != 0: if args.total_seconds != 0:
totalNumFrames = int(args.seconds*fps_flow) totalNumFrames = int(args.total_seconds*fps_flow)
if args.start_seconds != 0: if args.start_seconds != 0:
readFrameNum = int(args.start_seconds*fps) readFrameNum = int(args.start_seconds*fps)
......
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