Add link to creating clip from video

This commit is contained in:
Joey Hafner 2023-03-20 16:44:56 -07:00
parent 09448b1036
commit 00258819d1

View File

@ -588,4 +588,6 @@ Alternate group : 1
You can create a clip from a video file without reencoding given a single time span.
`ffmpeg -i "$input" -ss 00:05:20 -to 00:15:30 -c:v copy -c:a copy "$output"`
The time to perform this operation is based on the *size of the input file up to the starting timestamp*, not the length of the clip.
The time to perform this operation is based on the *size of the input file up to the starting timestamp*, not the length of the clip.
Reference: [Shortstack.io](https://shotstack.io/learn/use-ffmpeg-to-trim-video/)