05 2020 档案

generate h264 based on 100 image
摘要:1. Generate test sources: image and its h264 file. - copy 1 images for 100 times. import shutil source = "./1.png" for i in range(2,100): target = "./ 阅读全文

posted @ 2020-05-17 14:56 cdekelon 阅读(134) 评论(0) 推荐(0)

插入shell
摘要:https://www.jianshu.com/p/5d999a668e79 import subprocess print subprocess.call("service apache2 status", shell=True) import os print os.system("servic 阅读全文

posted @ 2020-05-09 19:36 cdekelon 阅读(171) 评论(0) 推荐(0)

导航