|
|
发表于 2025-10-29 00:20:12
|
显示全部楼层
大佬,用的2.bat运行的,就是那个EZ界面,但是输出就报错,日志如下:
- 2025-10-29 00:17:22 Traceback (most recent call last):
- 2025-10-29 00:17:22 File "<frozen runpy>", line 198, in _run_module_as_main
- 2025-10-29 00:17:22 File "<frozen runpy>", line 88, in _run_code
- 2025-10-29 00:17:22 File "D:\.1\lada-0.8.2-dev\python\Scripts\lada-cli.exe\__main__.py", line 6, in <module>
- 2025-10-29 00:17:22 sys.exit(main())
- 2025-10-29 00:17:22 ~~~~^^
- 2025-10-29 00:17:22 File "D:\.1\lada-0.8.2-dev\python\Lib\site-packages\lada\cli\main.py", line 162, in main
- 2025-10-29 00:17:22 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-10-29 00:17:22 ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2025-10-29 00:17:22 mosaic_restoration_model_name=args.mosaic_restoration_model, preferred_pad_mode=preferred_pad_mode, max_clip_length=args.max_clip_length,
- 2025-10-29 00:17:22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2025-10-29 00:17:22 codec=args.codec, crf=args.crf, moov_front=args.moov_front, preset=args.preset, custom_encoder_options=args.custom_encoder_options)
- 2025-10-29 00:17:22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2025-10-29 00:17:22 File "D:\.1\lada-0.8.2-dev\python\Lib\site-packages\lada\cli\main.py", line 75, in process_video_file
- 2025-10-29 00:17:22 video_metadata = get_video_meta_data(input_path)
- 2025-10-29 00:17:22 File "D:\.1\lada-0.8.2-dev\python\Lib\site-packages\lada\lib\video_utils.py", line 94, in get_video_meta_data
- 2025-10-29 00:17:22 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, startupinfo=os_utils.get_subprocess_startup_info())
- 2025-10-29 00:17:22 File "D:\.1\lada-0.8.2-dev\python\Lib\subprocess.py", line 1039, in __init__
- 2025-10-29 00:17:22 self._execute_child(args, executable, preexec_fn, close_fds,
- 2025-10-29 00:17:22 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2025-10-29 00:17:22 pass_fds, cwd, env,
- 2025-10-29 00:17:22 ^^^^^^^^^^^^^^^^^^^
- 2025-10-29 00:17:22 ...<5 lines>...
- 2025-10-29 00:17:22 gid, gids, uid, umask,
- 2025-10-29 00:17:22 ^^^^^^^^^^^^^^^^^^^^^^
- 2025-10-29 00:17:22 start_new_session, process_group)
- 2025-10-29 00:17:22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2025-10-29 00:17:22 File "D:\.1\lada-0.8.2-dev\python\Lib\subprocess.py", line 1554, in _execute_child
- 2025-10-29 00:17:22 hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
- 2025-10-29 00:17:22 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
- 2025-10-29 00:17:22 # no special security
- 2025-10-29 00:17:22 ^^^^^^^^^^^^^^^^^^^^^
- 2025-10-29 00:17:22 ...<4 lines>...
- 2025-10-29 00:17:22 cwd,
- 2025-10-29 00:17:22 ^^^^
- 2025-10-29 00:17:22 startupinfo)
- 2025-10-29 00:17:22 ^^^^^^^^^^^^
- 2025-10-29 00:17:22 FileNotFoundError: [WinError 2] 系统找不到指定的文件。
- 2025-10-29 00:17:23
- 2025-10-29 00:17:23 LADA restoration failed!
- 2025-10-29 00:17:23 Time before failure: 00h, 00m, 05s
- 2025-10-29 00:17:23
- 2025-10-29 00:17:23 =====================================================================================
- 2025-10-29 00:17:23 PROCESSING SUMMARY
复制代码 |
|