[FFmpeg-devel] [PATCH] ffprobe: add -output_format as an alias of -of

Stefano Sabatini stefasab at gmail.com
Thu Oct 19 00:45:11 EEST 2023


On date Sunday 2023-10-15 11:29:10 +0200, Stefano Sabatini wrote:
> Currently we have -of and -print_format, which is a bit confusing. Add
> -output_format as an alias of -of to match the short name.
> ---
>  Changelog         |  1 +
>  doc/ffprobe.texi  |  6 +++---
>  fftools/ffprobe.c | 17 +++++++++--------
>  3 files changed, 13 insertions(+), 11 deletions(-)
> 
> diff --git a/Changelog b/Changelog
> index 259180e190..cceee46215 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -37,6 +37,7 @@ version <next>:
>  - VAAPI AV1 encoder
>  - ffprobe XML output schema changed to account for multiple
>    variable-fields elements within the same parent element
> +- ffprobe -output_format option added as an alias of -of

Will push tomorrow or later if I see no comments.


More information about the ffmpeg-devel mailing list