sora3

Results 30 comments of sora3

![sticker](https://github.com/biliup/biliup/assets/76860912/31b268a5-9a8f-46ac-9222-1886f5707839)

不想安装ffmpeg-python的话可以直接调用系统的ffmpeg使用,只需要修改def _split_video(self, filepath, segment_duration):部分就可以 ``` import subprocess def _split_video(self, filepath, segment_duration): """使用系统的ffmpeg命令分割视频""" filename, ext = os.path.splitext(filepath) segment_filename = f"{filename}_%03d{ext}" # 构建ffmpeg命令 ffmpeg_cmd = [ 'ffmpeg', '-i', filepath, '-f', 'segment', '-segment_time',...

不想安装ffmpeg-python的话可以直接调用系统的ffmpeg使用,只需要修改def _split_video(self, filepath, segment_duration):部分就可以 ``` import subprocess def _split_video(self, filepath, segment_duration): """使用系统的ffmpeg命令分割视频""" filename, ext = os.path.splitext(filepath) segment_filename = f"{filename}_%03d{ext}" # 构建ffmpeg命令 ffmpeg_cmd = [ 'ffmpeg', '-i', filepath, '-f', 'segment', '-segment_time',...

遇到这问题的自查写的狗屎脚本 这不解决你们的脚本问题

看来你已经有解决方案了 那么pr吧 ________________________________ From: Heporis ***@***.***> Sent: Monday, August 5, 2024 10:26:35 PM To: biliup/biliup ***@***.***> Cc: sora3 ***@***.***>; Comment ***@***.***> Subject: Re: [biliup/biliup] 分段后处理有时会阻塞下载 (Issue #964) 遇到这问题的自查写的狗屎脚本 这不解决你们的脚本问题 分段后处理写在download里了,通过join执行,阻塞了download,和脚本有什么关系?...

> > 看来你已经有解决方案了 那么pr吧 > > […](#) > > ________________________________ From: Heporis _**@**_._**> Sent: Monday, August 5, 2024 10:26:35 PM To: biliup/biliup _**@**_.**_> Cc: sora3 _**@**_._**>; Comment _**@**_.**_> Subject: Re:...