diff options
author | Rudolf Polzer <divVerent@xonotic.org> | 2013-11-02 11:57:24 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-02 21:14:08 +0100 |
commit | 34a0ac41a880039c7fb4b3abce10d8e2ce48fac7 (patch) | |
tree | 559b7c99123b2d0bc7b079d9a5252ba040004a35 /Changelog | |
parent | 5928b29f53997f05d01330d05f4f51a850831855 (diff) | |
download | ffmpeg-34a0ac41a880039c7fb4b3abce10d8e2ce48fac7.tar.gz |
vf_aspect: support variables in evaluating the aspect ratios
Example: -vf setsar=sar="sar*9/10"
Signed-off-by: Rudolf Polzer <divverent@xonotic.org>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ version 10: - raw HEVC, HEVC in MOV/MP4, HEVC in Matroska, HEVC in MPEG-TS demuxing - remove avplay -vismv option, which has not worked for a long time - Live HDS muxer +- setsar/setdar filters now support variables in ratio expressions version 9: |