FFmpeg 如何将 384kbps 的 32 位 FLAC 转换为 192kbps 的 24 位?

FFmpeg 如何将 384kbps 的 32 位 FLAC 转换为 192kbps 的 24 位?

ffmpeg -sample_fmts可以使用 ffmpeg 做到这一点吗?我注意到在 Linux 终端中使用:命令时没有列出 24 位:

name   depth
u8        8 
s16      16 
s32      32 
flt      32 
dbl      64 
u8p       8 
s16p     16 
s32p     32 
fltp     32 
dblp     64 
s64      64 
s64p     64 

我认为可以用类似的方法来指定 Kbps,-arg-ffmpeg 44100尽管我不确定 192kbps 的值是多少。

如有任何建议我将不胜感激。

相关内容