Changes between Version 3 and Version 4 of How to speed up / slow down a video
- Timestamp:
- 07/25/2012 08:18:01 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to speed up / slow down a video
v3 v4 1 You can change the speed of your video using [http://ffmpeg.org/ffmpeg.html#setpts setpts] video filter. 1 You can change the speed of your video using [http://ffmpeg.org/ffmpeg.html#setpts setpts] video filter. The "old way" of creating timelapse or still frame was to first split up a video into individual frames, (for instance, as jpg's) then delete some and recombine the frames. Using the setpts filter is the new way and is faster and possibly less lossy :) 2 2 3 3 To speed up your video, you can type:


