python 合并ts 合并二进制文件

os.system('copy /b ' + '+'.join([f'temp\\{i}.ts' for i in range(len(tss_url))]) + f' temp\\new.mp4')

你可能感兴趣的:(Python,python)