在 ffmpeg 中,如何设置“-option reserve_index_space=1k”?

In ffmpeg, how to set "-option reserve_index_space=1k"?

我想为我的 webm 文件中的索引保留一点 space。 reserve_index_space 好像可以,但是怎么用呢?

我试过-option reserve_index_space=1k,但它说:

Unrecognized option 'option'.
Error splitting the argument list: Option not found

这里提到了:https://ffmpeg.org/ffmpeg-formats.html#Options-7

-reserve_index_space 1k。它在所有输入之后和输出文件名之前。