HeylonNHP / RIFE-Colab

RIFE interpolation script for google colab, and GUI for Windows or Linux
52 stars 9 forks source link

hello, can you help me? i got error when running "Interpolate a single video - Run interpolator" #14

Open neoculture127 opened 1 year ago

neoculture127 commented 1 year ago

Screenshot (22)

SystemMalfunction404 commented 1 year ago

The problem was caused by latest FFmpeg build v6.0 (13-March-2023) and how the code was always set to download the latest version. You can fix it by making the program to download the old FFmpeg version.

Look for Step 1 - Set up the environment (Mandatory) from : "......" !wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz !tar -xf ffmpeg-release-amd64-static.tar.xz !rm ffmpeg-release-amd64-static.tar.xz "......"

to : "......" !wget https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.3.1-amd64-static.tar.xz !tar -xf ffmpeg-4.3.1-amd64-static.tar.xz !rm ffmpeg-4.3.1-amd64-static.tar.xz "......"

neoculture127 commented 1 year ago

The problem was caused by latest FFmpeg build v6.0 (13-March-2023) and how the code was always set to download the latest version. You can fix it by making the program to download the old FFmpeg version.

Look for Step 1 - Set up the environment (Mandatory) from : "......" !wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz !tar -xf ffmpeg-release-amd64-static.tar.xz !rm ffmpeg-release-amd64-static.tar.xz "......"

to : "......" !wget https://www.johnvansickle.com/ffmpeg/old-releases/ffmpeg-4.3.1-amd64-static.tar.xz !tar -xf ffmpeg-4.3.1-amd64-static.tar.xz !rm ffmpeg-4.3.1-amd64-static.tar.xz "......"

hello, thank you for answering my question, i already change the ffmpeg to older version, but i got this error when trying to run interpolator Screenshot (25)

JackDiSpade21 commented 1 year ago

I get this error too, can't figure out how to fix it