summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-06-18 11:12:09 +0200
committerAnton Khirnov <anton@khirnov.net>2013-08-05 10:54:19 +0200
commit488a0fa68973d48e264d54f1722f7afb18afbea7 (patch)
tree7b7862548be5012cef6405ea48fc45ce5a2e32e3 /Changelog
parent811bd0784679dfcb4ed02043a37c92f9df10500e (diff)
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--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 3b1d01e0b1..230b2f9b99 100644
--- a/Changelog
+++ b/Changelog
@@ -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: