Changes between Version 5 and Version 6 of How to speed up / slow down a video
- Timestamp:
- 08/16/2012 01:14:59 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to speed up / slow down a video
v5 v6 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 :)1 You can change the speed of your video using [http://ffmpeg.org/ffmpeg.html#asetpts_002c-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:


