You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got specific error while trying to execute ffmpeg
[Errno 2] No such file or directory: '"/tmp/.pyffmpeg/bin/ffmpeg"'
Which shows path have extra double quotes which is not accepted in Linux. Wondering if some test already done one the environment. Else I can support here.
I removed quotes in line 122 and was able to run the test code. options = '"{}" -loglevel {} '
The text was updated successfully, but these errors were encountered:
I have the same issue after updating to v2.4.2.18 from v2.3.0.2. Windows works fine, but on Linux (Ubuntu) I get the same "no such file or directory" error.
I got specific error while trying to execute ffmpeg
[Errno 2] No such file or directory: '"/tmp/.pyffmpeg/bin/ffmpeg"'
Which shows path have extra double quotes which is not accepted in Linux. Wondering if some test already done one the environment. Else I can support here.
I removed quotes in line 122 and was able to run the test code.
options = '"{}" -loglevel {} '
The text was updated successfully, but these errors were encountered: