diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-03-13 14:24:45 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-28 07:55:48 +0100 |
commit | a4208b9b7d62c09414bd42172c6f30a8296dd1eb (patch) | |
tree | 9aebca5d76ac80ec918b757abf242f11ef1ddafc /Changelog | |
parent | cf53704c55378cc0dcfc16637cdac7d58f0b3107 (diff) | |
download | ffmpeg-a4208b9b7d62c09414bd42172c6f30a8296dd1eb.tar.gz |
avconv: add options for reading filtergraphs from a file.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ version 10: - reference-counting for AVFrame and AVPacket data - avconv now fails when input options are used for output file or vice versa +- new avconv options -filter_script and -filter_complex_script, which allow a + filtergraph description to be read from a file version 9: |