Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Returned non-zero exit status 1" error #132

Open
parzypeevesy opened this issue Mar 26, 2022 · 0 comments
Open

"Returned non-zero exit status 1" error #132

parzypeevesy opened this issue Mar 26, 2022 · 0 comments

Comments

@parzypeevesy
Copy link

parzypeevesy commented Mar 26, 2022

I've used the program on this computer before and it worked, but now even after I reinstalled it, it's giving me an error. Legacy didn't work either. Full message:

CalledProcessError(1, ['ffmpeg', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/b9c7be50-acbd-11ec-97a8-98e74315da9atemp/outputf.avi', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/b9c7be50-acbd-11ec-97a8-98e74315da9atemp/audio.mp3', '-c:v', 'copy', '-c:a', 'aac', '-ab', '500k', 'C:/Users/Lazlo/Videos/osu!/1114770 MAXIMUM THE HORMONE ChuChu Lovely MuniMuni MuraMura PrinPrin played by parzy.avi', '-y'])Command '['ffmpeg', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/b9c7be50-acbd-11ec-97a8-98e74315da9atemp/outputf.avi', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/b9c7be50-acbd-11ec-97a8-98e74315da9atemp/audio.mp3', '-c:v', 'copy', '-c:a', 'aac', '-ab', '500k', 'C:/Users/Lazlo/Videos/osu!/1114770 MAXIMUM THE HORMONE ChuChu Lovely MuniMuni MuraMura PrinPrin played by parzy.avi', '-y']' returned non-zero exit status 1. Traceback (most recent call last):
File "libs/pythonlib/lib/site-packages/osr2mp4app/run_osu.py", line 92, in
run()
File "libs/pythonlib/lib/site-packages/osr2mp4app/run_osu.py", line 80, in run
converter.joinall()
File "C:\Users\Lazlo\Downloads\osr2mp4win64\osr2mp4\libs\pythonlib\lib\site-packages\autologging.py", line 1039, in autologging_traced_instancemethod_delegator
return proxy(method, args, keywords)
File "C:\Users\Lazlo\Downloads\osr2mp4win64\osr2mp4\libs\pythonlib\lib\site-packages\autologging.py", line 1196, in call
value = function(*args, **keywords)
File "C:\Users\Lazlo\Downloads\osr2mp4win64\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\osr2mp4.py", line 242, in joinall
mix_video_audio(self.settings)
File "C:\Users\Lazlo\Downloads\osr2mp4win64\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\VideoProcess\DiskUtils.py", line 34, in mix_video_audio
subprocess.check_call([settings.ffmpeg, '-i', f, '-i', settings.temp + 'audio.mp3', '-c:v', 'copy', '-c:a', settings.audiocodec, '-ab', str(settings.settings["Audio bitrate"]) + "k", settings.output, '-y'], stdout=stream, stderr=stream)
File "C:\Users\Lazlo\Downloads\osr2mp4win64\osr2mp4\libs\pythonlib\lib\subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ffmpeg', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/b9c7be50-acbd-11ec-97a8-98e74315da9atemp/outputf.avi', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/b9c7be50-acbd-11ec-97a8-98e74315da9atemp/audio.mp3', '-c:v', 'copy', '-c:a', 'aac', '-ab', '500k', 'C:/Users/Lazlo/Videos/osu!/1114770 MAXIMUM THE HORMONE ChuChu Lovely MuniMuni MuraMura PrinPrin played by parzy.avi', '-y']' returned non-zero exit status 1.

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

No branches or pull requests

1 participant