What's the difference?

-t duration (input/output)
    When used as an input option (before -i), limit the duration of data read 
from the input file.
    When used as an output option (before an output url),
    stop writing the output after its duration reaches duration.
    duration must be a time duration specification, see
    (ffmpeg-utils)the Time duration section in the ffmpeg-utils(1) manual.
    -to and -t are mutually exclusive and -t has priority.

-to position (input/output)
    Stop writing the output or reading the input at position.
    position must be a time duration specification, see
    (ffmpeg-utils)the Time duration section in the ffmpeg-utils(1) manual.
    -to and -t are mutually exclusive and -t has priority.

'duration' and 'position' seem to both be duration. What's the difference?

--Mark.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to