Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import subprocess | |
from pathlib import Path | |
from loguru import logger | |
parser = argparse.ArgumentParser(description='合并米家摄像头视频,以天为单位。') | |
parser.add_argument('indir', help='原米家摄像头视频目录。') | |
parser.add_argument('--outdir', default='./', help='合并后视频存放目录,目录不存在会被创建。默认当前目录。') | |
args = parser.parse_args() |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
index token token_len | |
75787 "。 | |
" 7 | |
19066 "。 |
OlderNewer