Open netherlink117 opened 3 years ago
After some videos interpolated I got that question... Since I am runing a batch script with the next command:
rife-ncnn-vulkan -v -u -m "rife-v3.1" -f "%%06d.png" -o "%workspace%\interpolated" -i "%workspace%\original"
It made me wonder if the -u flag would use the model rife-UHD and exclude the use of the model described by the -m "rife-v3.1" part... Also, which one should I use for UHD videos if they are actually exclusive?
-u
rife-UHD
-m "rife-v3.1"
After some videos interpolated I got that question... Since I am runing a batch script with the next command:
It made me wonder if the
-u
flag would use the modelrife-UHD
and exclude the use of the model described by the-m "rife-v3.1"
part... Also, which one should I use for UHD videos if they are actually exclusive?