filmov
tv
FREE AI Video Upscaling for Windows Mac and Linux
Показать описание
IMPORTANT TIP: Before you get started make sure your video drivers are fully updated otherwise they have older Vulkan support and not work
Links:
Other sites not used in this tutorial:
NOTE: // lines are COMMENTS and not commands, don't paste these in!
==== WINDOWS =====
// Get info about video: i.e. frame rate and dimensions
// Extact images to our frames folder
// Extract audio to our video folder
// Scale images: -s valid options are 1 2 4 8 16 or 32
// Put video back together lower -crf means better quality but larger file sizes
// MAKE SURE YOU CHANGE THE FRAME RATES FROM 24 TO THE ACTUAL VIDEO FRAME RATE!
==== LINUX ====
// Open a terminal and CHANGE THE DIRECTORY to where you have the waifu2x-ncnn-vulkan program copied
// Make the 3 additional subdirectories we will be using
mkdir video
mkdir frames
mkdir scaled
// Install ffmpeg directly - no need to download it like with Windows!
sudo apt install ffmpeg
// Get info about video: i.e. frame rate and dimensions
// Extract images to our frames folder
// Extract audio to our video folder
// Scale images: -s valid options are 1 2 4 8 16 or 32
./waifu2x-ncnn-vulkan -i frames/ -o scaled/ -n 2 -s 2
// Put video back together lower -crf means better quality but larger file sizes
// MAKE SURE YOU CHANGE THE FRAME RATES FROM 24 TO THE ACTUAL VIDEO FRAME RATE!
Links:
Other sites not used in this tutorial:
NOTE: // lines are COMMENTS and not commands, don't paste these in!
==== WINDOWS =====
// Get info about video: i.e. frame rate and dimensions
// Extact images to our frames folder
// Extract audio to our video folder
// Scale images: -s valid options are 1 2 4 8 16 or 32
// Put video back together lower -crf means better quality but larger file sizes
// MAKE SURE YOU CHANGE THE FRAME RATES FROM 24 TO THE ACTUAL VIDEO FRAME RATE!
==== LINUX ====
// Open a terminal and CHANGE THE DIRECTORY to where you have the waifu2x-ncnn-vulkan program copied
// Make the 3 additional subdirectories we will be using
mkdir video
mkdir frames
mkdir scaled
// Install ffmpeg directly - no need to download it like with Windows!
sudo apt install ffmpeg
// Get info about video: i.e. frame rate and dimensions
// Extract images to our frames folder
// Extract audio to our video folder
// Scale images: -s valid options are 1 2 4 8 16 or 32
./waifu2x-ncnn-vulkan -i frames/ -o scaled/ -n 2 -s 2
// Put video back together lower -crf means better quality but larger file sizes
// MAKE SURE YOU CHANGE THE FRAME RATES FROM 24 TO THE ACTUAL VIDEO FRAME RATE!
Комментарии