Changes between Version 8 and Version 9 of Seeking with FFmpeg
- Timestamp:
- 03/04/2013 02:16:28 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Seeking with FFmpeg
v8 v9 53 53 == Cutting small section == 54 54 55 For instance to extract only a small segment in the middle of a movie, it can be used in combination with "-t" which specifies the duration, like -ss 60 -t 10 to capture from second 60 to 70. 55 For instance to extract only a small segment in the middle of a movie, it can be used in combination with "-t" which specifies the duration, like -ss 60 -t 10 to capture from second 60 to 70. Or you can use the "-to" option to specify a outpoint, like -ss 60 -to 70 to capture from second 60 to 70. "-t" and "-to" are mutually exclusive and if you use both "-t" will be used. 56 56 57 57 == Timestamp syntax ==


