|
|
原本電腦是正常可以用的,換了一台新的電腦就會跳下面的錯誤,請問有人知道是哪裡有問題嗎
2025-11-15 23:20:00 视频加载成功: K:/av/shkd-737-C.mp4, FPS: 29.97002997002997, 总帧数: 169741
2025-11-15 23:20:04 LADA处理已经开始 shkd-737-C.mp4
2025-11-15 23:20:05 剪辑视频...
执行命令: ffmpeg -y -ss 00:00:00 -to 01:34:23 -i K:/av/shkd-737-C.mp4 -c copy K:\lada-0.8.2-dev\output\trimmed_17410972e00e4db2aa6f327644e55f65.mp4
2025-11-15 23:20:30 视频提取完成。
2025-11-15 23:20:30 =====================================================================================
2025-11-15 23:20:30 LADA Launcher v1.02
2025-11-15 23:20:30 Script by: hong_test, Teiji
2025-11-15 23:20:30 =====================================================================================
2025-11-15 23:20:30
2025-11-15 23:20:30 Checking CUDA availability...
2025-11-15 23:20:31 Found NVIDIA GPU: NVIDIA GeForce RTX 5070 Ti
2025-11-15 23:20:31
2025-11-15 23:20:31 Checking PyTorch CUDA support...
2025-11-15 23:20:32 PyTorch CUDA support: Available
2025-11-15 23:20:32 CUDA devices detected: 1
2025-11-15 23:20:32 PyTorch built with CUDA: 13.0
2025-11-15 23:20:32 GPU Device: NVIDIA GeForce RTX 5070 Ti
2025-11-15 23:20:32
2025-11-15 23:20:32 CUDA is fully supported! Using GPU for processing.
2025-11-15 23:20:32
2025-11-15 23:20:32 Topaz Video AI not found at: C:\Program Files\Topaz Labs LLC\Topaz Video AI
2025-11-15 23:20:32
2025-11-15 23:20:32 =====================================================================================
2025-11-15 23:20:32
2025-11-15 23:20:32 K:\lada-0.8.2-dev\output\trimmed_17410972e00e4db2aa6f327644e55f65.mp4
2025-11-15 23:20:32
2025-11-15 23:20:32 Detection Models:
2025-11-15 23:20:32 [1] v2 (Best mosaic detection accuracy but slower speed)
2025-11-15 23:20:32 [2] v3.1-accurate (Good balance of speed and detection accuracy)
2025-11-15 23:20:32 [3] v3.1-fast (Fastest speed at the cost of lower detection accuracy)
2025-11-15 23:20:32 1
2025-11-15 23:20:32
2025-11-15 23:20:32 TVAI not available - skipping enhancement step
2025-11-15 23:20:32
2025-11-15 23:20:32 Quality Parameter (5-30, lower = better quality, larger file):
2025-11-15 23:20:32 2
2025-11-15 23:20:32 Please enter a number between 5 and 30.
2025-11-15 23:20:32 16
2025-11-15 23:20:32
2025-11-15 23:20:32 =====================================================================================
2025-11-15 23:20:32
2025-11-15 23:20:32 Start processing at 2025-11-15 23:20:32...
2025-11-15 23:20:32 Device: cuda
2025-11-15 23:20:32 Input: K:\lada-0.8.2-dev\output\trimmed_17410972e00e4db2aa6f327644e55f65.mp4
2025-11-15 23:20:32 Output: K:\lada-0.8.2-dev\output\trimmed_17410972e00e4db2aa6f327644e55f65_lada_D1Q16.mp4
2025-11-15 23:20:32 Detection model: v2
2025-11-15 23:20:32 Restoration model: BVPP 1.2
2025-11-15 23:20:32 Quality: 16
2025-11-15 23:20:32 TVAI Enhancement: Disabled
2025-11-15 23:20:32
2025-11-15 23:20:32 Running LADA restoration...
2025-11-15 23:20:32 Executing: python lada-cli --device cuda ...
2025-11-15 23:20:34 Traceback (most recent call last):
2025-11-15 23:20:34 File "<frozen runpy>", line 198, in _run_module_as_main
2025-11-15 23:20:34 File "<frozen runpy>", line 88, in _run_code
2025-11-15 23:20:34 File "K:\lada-0.8.2-dev\python\Scripts\lada-cli.exe\__main__.py", line 6, in <module>
2025-11-15 23:20:34 sys.exit(main())
2025-11-15 23:20:34 ~~~~^^
2025-11-15 23:20:34 File "K:\lada-0.8.2-dev\python\Lib\site-packages\lada\cli\main.py", line 162, in main
2025-11-15 23:20:34 process_video_file(input_path=input_path, output_path=output_path, device=args.device, mosaic_restoration_model=mosaic_restoration_model, mosaic_detection_model=mosaic_detection_model,
2025-11-15 23:20:34 ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-15 23:20:34 mosaic_restoration_model_name=args.mosaic_restoration_model, preferred_pad_mode=preferred_pad_mode, max_clip_length=args.max_clip_length,
2025-11-15 23:20:34 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-15 23:20:34 codec=args.codec, crf=args.crf, moov_front=args.moov_front, preset=args.preset, custom_encoder_options=args.custom_encoder_options)
2025-11-15 23:20:34 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-15 23:20:34 File "K:\lada-0.8.2-dev\python\Lib\site-packages\lada\cli\main.py", line 75, in process_video_file
2025-11-15 23:20:34 video_metadata = get_video_meta_data(input_path)
2025-11-15 23:20:34 File "K:\lada-0.8.2-dev\python\Lib\site-packages\lada\lib\video_utils.py", line 94, in get_video_meta_data
2025-11-15 23:20:34 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, startupinfo=os_utils.get_subprocess_startup_info())
2025-11-15 23:20:34 File "K:\lada-0.8.2-dev\python\Lib\subprocess.py", line 1039, in __init__
2025-11-15 23:20:34 self._execute_child(args, executable, preexec_fn, close_fds,
2025-11-15 23:20:34 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-15 23:20:34 pass_fds, cwd, env,
2025-11-15 23:20:34 ^^^^^^^^^^^^^^^^^^^
2025-11-15 23:20:34 ...<5 lines>...
2025-11-15 23:20:34 gid, gids, uid, umask,
2025-11-15 23:20:34 ^^^^^^^^^^^^^^^^^^^^^^
2025-11-15 23:20:34 start_new_session, process_group)
2025-11-15 23:20:34 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-11-15 23:20:34 File "K:\lada-0.8.2-dev\python\Lib\subprocess.py", line 1554, in _execute_child
2025-11-15 23:20:34 hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
2025-11-15 23:20:34 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
2025-11-15 23:20:34 # no special security
2025-11-15 23:20:34 ^^^^^^^^^^^^^^^^^^^^^
2025-11-15 23:20:34 ...<4 lines>...
2025-11-15 23:20:34 cwd,
2025-11-15 23:20:34 ^^^^
2025-11-15 23:20:34 startupinfo)
2025-11-15 23:20:34 ^^^^^^^^^^^^
2025-11-15 23:20:34 FileNotFoundError: [WinError 2] 系統找不到指定的檔案。
2025-11-15 23:20:35
2025-11-15 23:20:35 LADA restoration failed!
2025-11-15 23:20:35 Time before failure: 00h, 00m, 03s
2025-11-15 23:20:35
2025-11-15 23:20:35 =====================================================================================
2025-11-15 23:20:35 PROCESSING SUMMARY
2025-11-15 23:20:35 =====================================================================================
2025-11-15 23:20:35 Started at: 2025-11-15 23:20:32
2025-11-15 23:20:35 Restoration time: 00h, 00m, 03s
2025-11-15 23:20:35 Total processing time: 00h, 00m, 03s
2025-11-15 23:20:35 Completed at: 2025-11-15 23:20:35
2025-11-15 23:20:35 =====================================================================================
2025-11-15 23:20:35
2025-11-15 23:20:35 错误:未找到 LADA 输出文件。
2025-11-15 23:20:35 LADA处理完成 shkd-737-C.mp4
2025-11-15 23:20:35 删除临时文件: K:\lada-0.8.2-dev\output\trimmed_17410972e00e4db2aa6f327644e55f65.mp4
2025-11-15 23:28:02 队列已加载: 0 项目
|
|