-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Colab processing stop half-way while upscaling #1293
Comments
That's not a whole lot of information to work with. For how long did you run it for? |
|
If the frame size is too large for the encoder then it should stop on the first frame. I don't have a good guess yet. Can you set the verbosity to debug so it prints more information and attach that either as text or a file? Double click on the upscale step and change the last line to: !{' '.join(command) + "--log-level debug"} Then run it again. |
|
Oh uh add another space before the
|
|
Maybe the video doesn't have |
While I was upscaling with Collab, it stopped, and no error showed. After I checked, I saw the remaining time was 'remaining=00:11:13^C' and returned me with a 48 byte file What happened?
The text was updated successfully, but these errors were encountered: