diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-06-18 11:12:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-08-05 10:54:19 +0200 |
commit | 488a0fa68973d48e264d54f1722f7afb18afbea7 (patch) | |
tree | 7b7862548be5012cef6405ea48fc45ce5a2e32e3 /Changelog | |
parent | 811bd0784679dfcb4ed02043a37c92f9df10500e (diff) | |
download | ffmpeg-488a0fa68973d48e264d54f1722f7afb18afbea7.tar.gz |
avconv: support -t as an input option.
It limits the duration of the data read from a given input.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ version 10: - when transcoding with avconv (i.e. not streamcopying), -ss is now accurate even when used as an input option. Previous behavior can be restored with the -noaccurate_seek option. +- avconv -t option can now be used for inputs, to limit the duration of + data read from an input file version 9: |