ffmpeg:trimming_time_selection
This is an old revision of the document!
ffmpeg - Trimming (time selection)
ffmpeg -i input.mp4 -ss 00:00:04 -t -t 00:00:02 output.mp4
NOTE: This extracts frames from second 4 to second 6.
- -ss 00:00:04 is the start time.
- -t 00:00:02 for duration in seconds.
ffmpeg/trimming_time_selection.1735857463.txt.gz · Last modified: 2025/01/02 22:37 by peter