summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-06 12:35:48 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-06 12:41:04 +0200
commitb7fc2693c70fe72936e4ce124c802ac23857c476 (patch)
tree6633a69bc7ab53e1478bb2210e25b834da038aa5 /Changelog
parent6d77279ed81c5db8a9f7b895d5090c0328c12174 (diff)
parent488a0fa68973d48e264d54f1722f7afb18afbea7 (diff)
Merge commit '488a0fa68973d48e264d54f1722f7afb18afbea7'
* commit '488a0fa68973d48e264d54f1722f7afb18afbea7': avconv: support -t as an input option. Conflicts: Changelog ffmpeg.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c507b954d3..fd17e993ca 100644
--- a/Changelog
+++ b/Changelog
@@ -11,6 +11,8 @@ version <next>
- when transcoding with ffmpeg (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.
+- ffmpeg -t option can now be used for inputs, to limit the duration of
+ data read from an input file
version 2.0: