Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

FileNotFoundError: [Errno 2] No such file or directory - ffmpeg #25

Open
Roxiun opened this issue Jun 23, 2024 · 0 comments
Open

FileNotFoundError: [Errno 2] No such file or directory - ffmpeg #25

Roxiun opened this issue Jun 23, 2024 · 0 comments

Comments

@Roxiun
Copy link

Roxiun commented Jun 23, 2024

I decided to try on an old x86 mac.

Similar to #22 and #12, however this time it is failing on the ffmpeg command.

Version logs: https://stellular.net/41ffe01850

Error Logs:

  File "/usr/local/Cellar/[email protected]/3.12.4/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 1026, in <span style="text-decoration: underline;" role="underline">init</span>
    self._execute_child(args, executable, preexec_fn, close_fds,
    │    │              │     │           │           └ True
    │    │              │     │           └ None
    │    │              │     └ None
    │    │              └ 'ffmpeg -y -v error -i /var/folders/0v/gxhzf1fx1c51_n7ntcvqqqsh0000gp/T/tmpwb2e8zwx/7706e01c0b4b401a993c3851ca4fb366.m4a -c:a...
    │    └ <function Popen._execute_child at 0x102c1c180>
    └ <Popen: returncode: 255 args: 'ffmpeg -y -v error -i /var/folders/0v/gxhzf1f...>

  File "/usr/local/Cellar/[email protected]/3.12.4/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
          │                    │          │        └ 'ffmpeg -y -v error -i /var/folders/0v/gxhzf1fx1c51_n7ntcvqqqsh0000gp/T/tmpwb2e8zwx/7706e01c0b4b401a993c3851ca4fb366.m4a -c:a...
          │                    │          └ 'No such file or directory'
          │                    └ 2
          └ <class 'OSError'>

FileNotFoundError: [Errno 2] No such file or directory: 'ffmpeg -y -v error -i /var/folders/0v/gxhzf1fx1c51_n7ntcvqqqsh0000gp/T/tmpwb2e8zwx/7706e01c0b4b401a993c3851ca4fb366.m4a -c:a pcm_s16le -f null /dev/null'

Full Version: https://stellular.net/00c35bb5e9

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant