nihui / rife-ncnn-vulkan

RIFE, Real-Time Intermediate Flow Estimation for Video Frame Interpolation implemented with ncnn library
MIT License
821 stars 68 forks source link

ignores arguments on linux #75

Open jurassicjordan opened 7 months ago

jurassicjordan commented 7 months ago

rife will fail, ignoring arguments outright and shoving the help screen in my face

TNTwise commented 7 months ago

This usually happens when you don't specify an output. Make sure you are using -o output_frames, if not send the command you are using here.