摘要: import subprocess import os import whisper import zhconv import json def time2ffmpeg_time(ti): h=int(ti//3600) ti%=3600 m=int(ti//60) ti%=60 s=int(ti) 阅读全文
posted @ 2025-01-08 18:02 园糯 阅读(42) 评论(0) 推荐(0)