kardo Posted September 19, 2020 Share Posted September 19, 2020 I noticed that the 120fps footage is saved as a 30p file. Is there a work around to get the original frame rate file at 120fps? Quote Link to comment Share on other sites More sharing options...
tupp Posted September 22, 2020 Share Posted September 22, 2020 I think that this ffmpeg command will create a new file that runs all the frames at 120fps without transcoding: ffmpeg -r 120 -i original30fps_file.MOV 120fpsoutput_file.mov If it doesn't transcode, it should make the 120fps copy quickly. Also, it would be easy to make a script based on this command that would batch convert a bunch of files. Of course, you could always convert the frames to run at 120fps in an NLE. Quote Link to comment Share on other sites More sharing options...
kardo Posted October 3, 2020 Author Share Posted October 3, 2020 Sorry for the late response. Thank you for answering my query. I will dive into this ffmpeg command and try that script. Quote Link to comment Share on other sites More sharing options...
fuzzynormal Posted October 5, 2020 Share Posted October 5, 2020 What NLE do you use? Quote Link to comment Share on other sites More sharing options...
kardo Posted November 1, 2020 Author Share Posted November 1, 2020 Vegas Pro 15 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.