From a83c0da539fb07260310bc3b34056239d2b138b2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 10 Apr 2013 15:02:01 +0200 Subject: avconv: make -t insert trim/atrim filters. This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit. --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 23ed1b4cce..ca5dbac352 100644 --- a/Changelog +++ b/Changelog @@ -14,6 +14,7 @@ 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 version 9: -- cgit v1.2.3