bulanni00
Results
3
comments of
bulanni00
The problem still exists and has not been solved What to do
这是什么问题.
@buggerrr 你试试吧 三、backend.log 日志显示缩略图生成失败 E:\python\autoclip\backend\utils\thumbnail_generator.py 128行 cmd = [ 'ffmpeg', '-ss', '00:00:01', # 从第1秒提取帧,可以避免黑屏 '-i', str(video_path), '-an', # 禁用音频 '-vframes', '1', # 只提取一帧 '-y', # 覆盖已存在文件 str(video_path.parent / f"{video_path.stem}_cover.jpg") ]...