fftools/cmdutils: add option syntax for loading arbitrary arguments from a file

Aligned with analogous feature for filter options in ffmpeg CLI.
This commit is contained in:
Anton Khirnov
2022-03-15 09:16:18 +01:00
parent 8aed3911fc
commit 6d17991b7e
6 changed files with 97 additions and 43 deletions

View File

@@ -20,6 +20,8 @@ version <next>:
- fsync filter
- Raw Captions with Time (RCWT) closed caption muxer
- ffmpeg CLI -bsf option may now be used for input as well as output
- ffmpeg CLI options may now be used as -/opt <path>, which is equivalent
to -opt <contents of file <path>>
version 6.1:
- libaribcaption decoder