summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-10 15:02:01 +0200
committerAnton Khirnov <anton@khirnov.net>2013-04-30 12:00:55 +0200
commit8cd472d3f947a6233e7dc628f0dc71c74e62413a (patch)
tree773631b217b23469445ea644c859afb7e282fc0b /Changelog
parenta83c0da539fb07260310bc3b34056239d2b138b2 (diff)
avconv: make output -ss insert trim/atrim filters.
This makes output -ss sample-accurate for audio and will allow further simplication in the future.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index ca5dbac352..76af6ac1a3 100644
--- a/Changelog
+++ b/Changelog
@@ -14,7 +14,8 @@ version 10:
- JPEG 2000 decoder
- new asetpts filter (same as setpts, but for audio)
- new trim and atrim filters
-- avconv -t option is now sample-accurate when transcoding audio
+- avconv -t and -ss (output-only) options are now sample-accurate when
+ transcoding audio
version 9: