You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
在生成视频的最后一步报错了,报错信息如下
Exception ignored in: <function FFMPEG_VideoReader.del at 0x000002B23DBF6680>
Traceback (most recent call last):
File "D:\anaconda\envs\MoneyPrinterTurbo\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 199, in del
self.close()
File "D:\anaconda\envs\MoneyPrinterTurbo\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 190, in close
self.proc.terminate()
File "D:\anaconda\envs\MoneyPrinterTurbo\lib\subprocess.py", line 1589, in terminate
_winapi.TerminateProcess(self._handle, 1)
OSError: [WinError 6] 句柄无效。
从我的浏览器中返回的信息如下,我想请问这是遇到了什么问题,我需要重新装一个ffmpeg的库吗
File "D:\anaconda\envs\MoneyPrinterTurbo\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 584, in _run_script
exec(code, module.dict)
File "D:\badminton_get\try_video\MoneyPrinterTurbo\webui\Main.py", line 788, in
result = tm.start(task_id=task_id, params=params)
File "D:\badminton_get\try_video\MoneyPrinterTurbo\app\services\task.py", line 299, in start
final_video_paths, combined_video_paths = generate_final_videos(
File "D:\badminton_get\try_video\MoneyPrinterTurbo\app\services\task.py", line 192, in generate_final_videos
video.generate_video(
File "D:\badminton_get\try_video\MoneyPrinterTurbo\app\services\video.py", line 276, in generate_video
sub = SubtitlesClip(subtitles=subtitle_path, encoding="utf-8")
The text was updated successfully, but these errors were encountered:
在生成视频的最后一步报错了,报错信息如下
Exception ignored in: <function FFMPEG_VideoReader.del at 0x000002B23DBF6680>
Traceback (most recent call last):
File "D:\anaconda\envs\MoneyPrinterTurbo\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 199, in del
self.close()
File "D:\anaconda\envs\MoneyPrinterTurbo\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 190, in close
self.proc.terminate()
File "D:\anaconda\envs\MoneyPrinterTurbo\lib\subprocess.py", line 1589, in terminate
_winapi.TerminateProcess(self._handle, 1)
OSError: [WinError 6] 句柄无效。
从我的浏览器中返回的信息如下,我想请问这是遇到了什么问题,我需要重新装一个ffmpeg的库吗
File "D:\anaconda\envs\MoneyPrinterTurbo\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 584, in _run_script
exec(code, module.dict)
File "D:\badminton_get\try_video\MoneyPrinterTurbo\webui\Main.py", line 788, in
result = tm.start(task_id=task_id, params=params)
File "D:\badminton_get\try_video\MoneyPrinterTurbo\app\services\task.py", line 299, in start
final_video_paths, combined_video_paths = generate_final_videos(
File "D:\badminton_get\try_video\MoneyPrinterTurbo\app\services\task.py", line 192, in generate_final_videos
video.generate_video(
File "D:\badminton_get\try_video\MoneyPrinterTurbo\app\services\video.py", line 276, in generate_video
sub = SubtitlesClip(subtitles=subtitle_path, encoding="utf-8")
The text was updated successfully, but these errors were encountered: