diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-12-13 17:59:39 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-01-19 17:54:10 +0100 |
commit | ae06111d7406e541ac232318bcf50f8510a36f38 (patch) | |
tree | a779ed1d7a4598af5f37dbfd02df46ea6cabb098 /Changelog | |
parent | 6cb7295abfed3e052a0249f187f8b011a68c5774 (diff) | |
download | ffmpeg-ae06111d7406e541ac232318bcf50f8510a36f38.tar.gz |
fftools/ffmpeg_demux: implement -bsf for input
Previously bitstream filters could only be applied right before muxing,
this allows to apply them right after demuxing.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ version <next>: - VVC decoder - fsync filter - Raw Captions with Time (RCWT) closed caption muxer +- ffmpeg CLI -bsf option may now be used for input as well as output version 6.1: - libaribcaption decoder |