How to clip a movie from specified start time in ffmpeg?
You you tried the -ss
option? From the ffmpeg documentation:
`-ss position'
Seek to given time position in seconds. hh:mm:ss[.xxx] syntax is also supported.
You you tried the -ss
option? From the ffmpeg documentation:
`-ss position'
Seek to given time position in seconds. hh:mm:ss[.xxx] syntax is also supported.