I want to stack two videos to show the difference between 18fps and 50fps. The problem is that both videos must be the same frame rate, so I'm trying to make the 18fps video be 50fps. I can create this in my NLE: it just inserts duplicate frames to make up the frame rate to 50, but I'd like to do it with AVISynth or VDub.
As I see it, I can't use AssumeFPS (it speeds up the video) or FrameRateConverter/RIFE because they interpolate and create new unique frames, which I don't want.
I can't make VDub Video>Frame Rate achieve this.
I've attached an 18fps file.
How can I achieve this with AVISynth?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Search and ye shall find! D'oh, ChangeFPS(50) will do it.
Last edited by Alwyn; 31st Oct 2024 at 20:41. Reason: ConvertFPS changed to ChangeFPS
-
ChangeFPS() duplicates frames to increase the frame rate. ConvertFPS() adds blended frames -- though I don't think it will directly convert 18 to 50 fps. You might be able to call it twice using an intermediate frame rate.
-
Thanks Jagabo, I think "changefps" is what I want: insert duplicate frames to simulate the original fps of 18 so that I can put it into "stack" to match the RIFE 50 fps file. I did try "convertfps" but as you say, it blended in new frames so didn't achieve the comparison effect I was looking for.
My post above edited.
Similar Threads
-
"code":400,"error":true,"message" on http://getwvkeys.cc
By johnsonkiss in forum Video Streaming DownloadingReplies: 14Last Post: 25th Jul 2024, 21:45 -
AVISynth- "Requesting Info on "Clang"
By Alwyn in forum ProgrammingReplies: 5Last Post: 1st Dec 2023, 13:31 -
getwvkeys.cc code":400,"error":true,"message":"Failed to get license: 405
By Koldunas in forum Newbie / General discussionsReplies: 0Last Post: 27th Sep 2023, 02:44 -
{"code": 2048, "message": "Authentication failed"} when getting license
By warmachine in forum Video Streaming DownloadingReplies: 2Last Post: 26th May 2023, 16:34 -
How to change "m3u8" to "json" and "ts" to "js" extension
By wowza in forum User guidesReplies: 6Last Post: 4th Mar 2023, 15:36