03 2022 档案

摘要:汇总 # 1 和 3 同时修改 ffmpeg -i yasuo.mp4 -r 20 -s 428*240 out2.mp4 ffmpeg -i yasuo.mp4 -r 20 -vf scale=428:-1 out3.mp4 # 同上 # 1 和 4 同时修改 ffmpeg -i yasuo.mp 阅读全文
posted @ 2022-03-25 18:38 该显示昵称已被使用了 阅读(132) 评论(0) 推荐(0)
摘要:安装后重启 sudo apt-get install ubuntu-restricted-extras sudo apt install ffmpeg 阅读全文
posted @ 2022-03-25 10:06 该显示昵称已被使用了 阅读(987) 评论(0) 推荐(0)
摘要:非正式【鸭子类型】 # 接口 class InformalParserInterface: def load_data_source(self, path: str, file_name: str) -> str: """Load in the file for extracting text."" 阅读全文
posted @ 2022-03-24 11:25 该显示昵称已被使用了 阅读(79) 评论(0) 推荐(0)