ffmpeg with multiple frame rates
-
- Posts: 3
- Joined: Sat Sep 26, 2009 9:15 pm
ffmpeg with multiple frame rates
If I have different frame rates for alarmed and non-alarmed frames, what is the best way to make a video or videos with the correct frame rate? I believe that for an event with alarm frames I can find the first and last alarm frames with a simple query, and make 3 calls to ffmpeg, 1 for the frames before the alarm, one for the alarm frames, and one afterwards. Is there a simpler way to do this, though?
-
- Posts: 3
- Joined: Sat Sep 26, 2009 9:15 pm