uavs3 / uavs3e

AVS3 encoder which supports AVS3-P2 baseline profile.
Other
134 stars 61 forks source link

[参数说明]Command Line Options 添加与优化 #31

Open Yang-Xijie opened 3 years ago

Yang-Xijie commented 3 years ago

〇 希望能够在编码器的参数中添加-h, --help的单参数:而不是每次都用./uavs3enc来调出

input[-i] is mandatory!
Configuration error, please refer to the usage.
< Usage >
  --config [STRING] (optional)
    : file name of configuration
  -i, --input [STRING]
……

从而调出usage界面

〇 希望能够有专门的一个网页对Command Line Options进行解释(命令行--help只调出简版的),类似x265 cli

〇 添加-V, --version的单参数

〇 添加 --speed_level [INTEGER] (optional) : Level of coding speed的可选范围,1至3应该可以选,再往上选会发生什么呢……

wzb1005 commented 3 years ago

提得好,小杨

guohf3 commented 3 years ago

说的好,杨哥

soaringleefighting commented 3 years ago

确实,这个help疑问很大,关于spedd_level代码中只看到1,2,3,4,那么配置5和6(在智媒之音中看到有用到)含义是什么吗?最快速度档次是6 吗?