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? 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. 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. 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? Link to comment Share on other sites More sharing options...
kardo Posted November 1, 2020 Author Share Posted November 1, 2020 Vegas Pro 15 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now