k4yt3x / video2x

A machine learning-based video super resolution and frame interpolation framework. Est. Hack the Valley II, 2018.
https://video2x.org
GNU Affero General Public License v3.0
11k stars 1.02k forks source link

FFmpeg video assembly failure #591

Closed H-Labs1 closed 2 years ago

H-Labs1 commented 2 years ago

Component Versions

Please at least fill in the release version and GUI or CLI version.

Symptom

FFmpeg will fail to re compile the upscaled video, and the command line will display "main process waiting for subprocess to exit"

Error Log or Screenshots

Please upload or paste the error log here. You may also include screenshots. It is highly recommended to include your error log. imageimage

k4yt3x commented 2 years ago

This screenshot doesn't contain enough information. Do you have an error log file?

H-Labs1 commented 2 years ago

Sorry for the delay, no I do not have the error log file because the program doesn't produce one. Like I said, the error I'm having I suspect is to due to ffmpeg. What happens is that the upscaler will finish upscaling, and then the command line will say something like "subprocess waiting for main to exit".

k4yt3x commented 2 years ago

Looks like it is assembling the frames indeed, though without any output I can't quite tell what's going on either. Do you see any CPU usage from FFmpeg in task manager?

H-Labs1 commented 2 years ago

Yeah, task manager reports 100% cpu usage, but ffmpeg isn't listed as a task. You can tell ffmpeg is running though because of the cpu usage is pegged at 100% usage.

k4yt3x commented 2 years ago

Usually FFmpeg won't take too long to assemble the video.. I honestly don't know if it's stuck somewhere or is it just doing its thing. Sort the process by CPU usage and see which process is accountable for that 100% usage.

H-Labs1 commented 2 years ago

I don't know what the problem is. I think I'll just use the anime4kcpp cl app. Thanks for the support though!

k4yt3x commented 2 years ago

You can probably try the new Colab notebook?

k4yt3x commented 2 years ago

I'll close this since I've got no environment to fix the old version.