Files
scripts-public/av1-transfer
FlintyLemming 94890d6418 🐛 fix(av1-transfer): silently fall back when preexec_fn exec fails in multithreaded context
GIL contention after fork in ThreadPoolExecutor can cause os.execvp to fail.
Catch the exception so subprocess proceeds with its own exec, keeping
transcoding functional even if process renaming fails.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 11:42:57 +08:00
..