FlintyLemming 79e19229af 🐛 fix(av1-transfer): use preexec_fn+os.execvp to rename ffmpeg argv[0]
execve with explicit paths fails on this system (linuxbrew symlink issue).
os.execvp in preexec_fn uses PATH lookup which works, and since it replaces
the child process before subprocess's own exec runs, pipes are inherited correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 11:19:11 +08:00
2025-04-08 23:23:16 +08:00
2025-07-25 09:30:53 +08:00
2025-04-07 20:52:40 +08:00
2025-06-19 10:50:45 +08:00
Description
No description provided
544 KiB
Languages
Shell 53.5%
Python 46.5%