![]() |
MFDIN TRT Crash - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: MFDIN TRT Crash (/thread-4089.html) |
MFDIN TRT Crash - DeltaDesignRus - 04.05.2025 Hello, When using the Vapoursynth deinterlacer MFDIN with the TRT=True option, Hybrid crashes already at the vspipe stage without outputting a single frame, and the next line in the log shows the encoder error: x264 [error]: could not open input file `-` If you disable TRT mode in the Hybrid GUI (TRT=False) or choose any other deinterlacer (e.g., QTGMC), everything works normally. Regardless of whether TRT is enabled or not, the preview always functions correctly but operates very slowly, at approximately 4–5 FPS. Could the issue be related to launching Torch-TensorRT within MFDIN? Is it possible that the required versions of TensorRT or torch-tensorrt are missing, or that vspipe crashes due to internal plugin errors? In the archive, I enclose a video clip demonstrating the issue, along with HybridDebugOutput.txt and Report.txt Archive I am using an RTX 5080 GPU with driver version 576.28 Hybrid_dev_2025.05.03-203037 RE: MFDIN TRT Crash - Selur - 04.05.2025 Normally, if the preview works, so should the encoding. Debug output only shows that there is some issue with the script. (so I'm surprised that the preview works) Might be that MFBIN outputs some stuff to stdout which it should not. => will look into it. RE: MFDIN TRT Crash - Selur - 04.05.2025 Does adding: import logging RE: MFDIN TRT Crash - DeltaDesignRus - 04.05.2025 No RE: MFDIN TRT Crash - Selur - 04.05.2025 I can reproduce the problem. Problem seems to be that: [05/04/2025-20:50:55] [TRT] [W] Functionality provided through tensorrt.plugin module is experimental. => see https://github.com/vapoursynth/vapoursynth/issues/1120 RE: MFDIN TRT Crash - Selur - 04.05.2025 Replacing the VSPIPE.exe with the one from: https://github.com/vapoursynth/vapoursynth/issues/1120#issuecomment-2791015549 Fixes the problem. Cu Selur RE: MFDIN TRT Crash - DeltaDesignRus - 04.05.2025 I really appreciate it, your fix solved my issue. |