diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-10 15:02:01 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-30 12:00:55 +0200 |
commit | 8cd472d3f947a6233e7dc628f0dc71c74e62413a (patch) | |
tree | 773631b217b23469445ea644c859afb7e282fc0b /Changelog | |
parent | a83c0da539fb07260310bc3b34056239d2b138b2 (diff) | |
download | ffmpeg-8cd472d3f947a6233e7dc628f0dc71c74e62413a.tar.gz |
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-- | Changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |