VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Aug 2006
    Location
    United States
    Search Comp PM
    Hi guys,

    I'm trying to make a 60fps movie from bmp files like this:

    ffmpeg -i frame_%d.bmp -vcodec rawvideo -r 60 movie.avi

    Something isn't right because I have 600 bmp files and the movie comes out 23 seconds long, it should be exactly 10 seconds. It's in slow motion too, obviously.

    I really need these movies to come out perfect.

    Please help. Thank you.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    What fps does mediainfo report in the avi?

    You could also use virtualdub to open a image sequence and save as an avi.
    Quote Quote  
  3. Member
    Join Date
    Aug 2006
    Location
    United States
    Search Comp PM
    Hi, I figured it out. The '-r 60' needs to be before the input like so:

    ffmpeg -r 60 -i frame_%d.bmp -vcodec rawvideo movie.avi
    Quote Quote  



Similar Threads

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