k4yt3x / video2x

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

invalid literal for int() with base 10: '' #833

Closed DataSciCode closed 1 year ago

DataSciCode commented 1 year ago

video2x_error.log

Cracko298 commented 1 year ago

I've had this happen to me as well. I found out it happens when the video(s) you have selected are a .wmv file(s). As the log suggests it's trying to calculate the frames of your .wmv video file and fails. You'll need to convert it to a .mp4 file via an Online converter such as "Cloud Convert" or an application, such as "Any Video Converter". Just convert it to an .mp4 (h265 codec).

Note: I am not apart or affiliated with Video2X in anyway. Just thought this would help you.