Changes between Version 8 and Version 9 of Seeking with FFmpeg


Ignore:
Timestamp:
03/04/2013 02:16:28 PM (3 months ago)
Author:
cbsrobot
Comment:

mention -to option

Legend:

Unmodified
Added
Removed
Modified
  • Seeking with FFmpeg

    v8 v9  
    5353== Cutting small section == 
    5454 
    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. 
     55For 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. 
    5656 
    5757== Timestamp syntax ==