Increase FPS of Video [15→60 fps] | RIFE Video Interpolation [NEW VIDEO IN DESCRIPTION!]

preview_player
Показать описание
In this video, Len shows you how to increase the FPS of your video. The example of 15 fps to 60 fps is used here. Below are the links and commands used:

__________________________________________
Commands:

conda create -n RIFEInt python=3.6
conda install pytorch torchvision torchaudio cpuonly -c pytorch
pip install ffmpeg

#15 FPS → 60 FPS

#Extract Audio from Original Video

#Strip Audio from Interpolated Video

#Add Audio to Interpolated Video
__________________________________________

VideoWithAudio, InterpolatedVideo and VideoOnly are placeholder names. Please change them as needed.
Рекомендации по теме
Комментарии
Автор

This video no longer works unfortunately. The code has been changed and I am still trying to figure out how to get the same quality as before. In my opinion the interpolated videos look worse now. Whenever I can get it working as before, I will post an updated video.

ASSIDUOChannel
Автор

Thank you very much for watching this video 😁

If you enjoyed this video and found it helpful or useful, I would appreciate if you could hit the "like" button, subscribe to the channel and leave a comment. Your support is what can help this channel grow and allow me to reach more people and help them with their software/hardware issues.

Have a wonderful day ✌

ASSIDUOChannel
Автор

Hi, thank you for the video. I have an issue, I can't load the command "pip install -r requirements.txt", the error message that appears is: "ERROR: Could not find a version that satisfies the requirement torch==1.6.0 (from versions: 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1)
ERROR: No matching distribution found for torch==1.6.0". I already tried everything, I tested every single PyTorch from v1.6.0 but the error persists...

virtualaviation
Автор

i get this error everytime
``` arXiv2020-RIFE-main\arXiv2020-RIFE-main\inference_video.py", line 2, in <module>
import cv2
ModuleNotFoundError: No module named 'cv2'

Notedfya
Автор

is there any way I can merge the audio to the output video without dragging it to any editing software?

DEFINITE