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

Crash 1 video in tmp videos #894

Open
simbiant opened this issue Jan 27, 2025 · 2 comments
Open

Crash 1 video in tmp videos #894

simbiant opened this issue Jan 27, 2025 · 2 comments

Comments

@simbiant
Copy link

Sometimes it crash partial video and total compilation will stuck, like this 003.mp4 on screenshot
Image

I'm using this command to run

python F:\Upscale\Real-ESRGAN\inference_realesrgan_video.py -i "%f" -n realesr-animevideov3 -s 2 --suffix outx2 --num_process_per_gpu 6

@simbiant
Copy link
Author

simbiant commented Jan 28, 2025

Looks like error said this:
moov atom not found
[in#0 @ 000001f8e0a5ae80] Error opening input: Invalid data found when processing input
Error opening input file results\011_inp_tmp_videos\001.mp4.
Error opening input files: Invalid data found when processing input

Exception in thread Thread-3 (_handle_results):
Traceback (most recent call last):
File "C:\Users\SimbiAnT\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\SimbiAnT\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\SimbiAnT\AppData\Local\Programs\Python\Python310\lib\multiprocessing\pool.py", line 579, in _handle_results
task = get()
File "C:\Users\SimbiAnT\AppData\Local\Programs\Python\Python310\lib\multiprocessing\connection.py", line 251, in recv
return _ForkingPickler.loads(buf.getbuffer())
TypeError: Error.init() missing 2 required positional arguments: 'stdout' and 'stderr'
Error opening input files: Invalid data found when processing input

@simbiant
Copy link
Author

simbiant commented Feb 8, 2025

I am not sure, but setting frequency of my CPU - I7 14700k to 5.1Mhz seems to fix these issue

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