-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frame count #67
Comments
From my testing, you need to put the amount of frames * 8 for it to work in your specific case. |
Oohhhhh! I see! Thanks! Now my bash script works like a charm! Thanks again! |
This is not correct, when you set it like this and will have 3 input frames then you will end up with 3rd frame getting reapeated multiple times at the end... they really dropped the ball with those multiplier calculations, its just plain dumb cause it could of been much much simple way |
Pretty sure the third frame at the end gets repeated to keep the time the same, at least that's what I'm told. |
ok i built the fix, you can download from here : i also will upload gui in bat file form ,its a python gui for this app so needs to be in same folder as the exe : https://github.com/2blackbar/rife-ncnn-vulkanfix/releases |
Soo...what should be the computation then? |
What You want it to be? I can customise, i can make it so you specify number of inbetweens to generate between each input frames . Actually there it is, replace code inside bat file, replace what starts from if output path till model name = model_name etc... easy to find inside generate command So now if you want twice as much frames then set number to 1 to create 1 inbetween each input frame
Now there is also this one, with this one you can simply tell it to multiply all input frames by this number frame_multiplier = num_frame_entry.get() if frame_multiplier: |
Cool thanks! Imma try this later when i get home. I use linux so I am not sure a bat file will work on my case but i will give it a try. Thanks |
Could use my project and replace the binary https://github.com/TNTwise/REAL-Video-Enhancer Edit: |
Just want to confirm. If I use arguement -n, should I put N*8 for example if I want to interpolate the video 8 times? Is that how it works?
The text was updated successfully, but these errors were encountered: