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