render setting of different fps in one project

Into-the-blue wrote on 2/9/2017, 3:18 AM

hello,

i made some footage by different camera, Gopro, Canon and DJI, including different resolution and different fps like 4K15 fps; 4K 30fps, 2.7K 30fps; 1080p 60 fps.

actually, i just want to render it all in 1080p 60fps only. but the result of some clips(4K &2.7K) is lack, can not play smoothly.

 

do u have any suggestion how can i render all different fps into one file??

Comments

Musicvid wrote on 2/9/2017, 6:23 AM

Your are asking a lot; it's not "just" that easy with random sources, and the software comes with a learning curve.

Start by "Disable Resample" in all events,search specific issues in the forum, and post back here when stuck, using precise descriptions.

One thing I can promise you -- no one here has a one-size-fits-all solution for your particular needs.

NickHope wrote on 2/9/2017, 9:54 AM

If you're technically-minded and have time to set the workflow up then you could use an AviSynth script such as Interframe to get 60p out of your 30p. Not sure it will make 60p out of 15p but it probably will. See the 2 links below:

http://www.spirton.com/interframe/

https://forum.doom9.org/showthread.php?t=160226

I haven't used that script myself. So far I've done this type of stuff with MFlowFps which is part of mvtools2.

You can also do the resizing in the same AviSynth script with a line such as

Spline36Resize(1920,1080)