uyitroa / osr2mp4-core

A program to convert osu replay file osr to mp4. Sample: https://www.youtube.com/watch?v=5ugu_9yDSg0
MIT License
118 stars 14 forks source link

being stuck at 99% #105

Open totargaming opened 2 years ago

totargaming commented 2 years ago

image the last time i used it, it was still running properly

totargaming commented 2 years ago

CalledProcessError(1, ['ffmpeg', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/0f2699dc-065c-11ec-baff-fcaa14f011c3temp/outputf.avi', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/0f2699dc-065c-11ec-baff-fcaa14f011c3temp/audio.mp3', '-c:v', 'copy', '-c:a', 'aac', '-ab', '500k', 'C:/Users/totarKun/Videos/1193588 Yamajet feat Hiura Masako Sunglow played by totar on nathan.avi', '-y'])Command '['ffmpeg', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/0f2699dc-065c-11ec-baff-fcaa14f011c3temp/outputf.avi', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/0f2699dc-065c-11ec-baff-fcaa14f011c3temp/audio.mp3', '-c:v', 'copy', '-c:a', 'aac', '-ab', '500k', 'C:/Users/totarKun/Videos/1193588 Yamajet feat Hiura Masako Sunglow played by totar on nathan.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\totarKun\Desktop\osr2mp4\libs\pythonlib\lib\site-packages\autologging.py", line 1039, in autologging_traced_instancemethod_delegator return proxy(method, args, keywords) File "C:\Users\totarKun\Desktop\osr2mp4\libs\pythonlib\lib\site-packages\autologging.py", line 1196, in call value = function(*args, keywords) File "C:\Users\totarKun\Desktop\osr2mp4\libs\pythonlib\lib\site-packages\osr2mp4\osr2mp4.py", line 242, in joinall mix_video_audio(self.settings) File "C:\Users\totarKun\Desktop\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\totarKun\Desktop\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/0f2699dc-065c-11ec-baff-fcaa14f011c3temp/outputf.avi', '-i', 'libs\pythonlib\lib\site-packages\osr2mp4/0f2699dc-065c-11ec-baff-fcaa14f011c3temp/audio.mp3', '-c:v', 'copy', '-c:a', 'aac', '-ab', '500k', 'C:/Users/totarKun/Videos/1193588 Yamajet feat Hiura Masako Sunglow played by totar on nathan.avi', '-y']' returned non-zero exit status 1. It turned to this message then**