# Why use this command?
Quickly speed up or slow down a video. Useful for creating time-lapses or slow-motion effects from standard footage.
# Parameter Explanation
- `-filter:v "setpts=0.5*PTS"`: Adjusts the Presentation Time Stamp. 0.5 means the video plays twice as fast (half the duration).
path/to/input.mp4Input Video File configurationpath/to/output_fast.mp4Output Video File configuration