VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. I have a large 120FPS video that needs to be formatted into 60 FPS, a 60FPS file-video. I've looked around but I'm not finding anything that pops out as a good (or valid) solution. Does anyone here have any suggestions?
    Quote Quote  
  2. Banned
    Join Date
    Oct 2014
    Location
    Northern California
    Search PM
    Unless you want to show the video in slow motion you basically you have to throw away every other frame of your video.
    Quote Quote  
  3. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    In FFmpeg,
    ffmpeg -i <my120fpsfile> -c copy -r 60 <my60fpsfile>
    Quote Quote  
  4. Originally Posted by OneLifeGuy View Post
    I have a large 120FPS video that needs to be formatted into 60 FPS, a 60FPS file-video. I've looked around but I'm not finding anything that pops out as a good (or valid) solution. Does anyone here have any suggestions?
    There are a ton of solutions. For any program that uses AviSynth scripts (XviD4PSP, MeGUI, Ripbot and a host of others), a simple 'SelectEven' added to the script will do the job.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!