Changes between Version 8 and Version 9 of Seeking
- Timestamp:
- Mar 4, 2013, 1:16:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Seeking
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 ==
