Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 FFmpeg 中使用命令--disable-decoders、--disable -encoders和--disable-demuxers禁用了所有解码器、编码器和解复用器,现在我想有选择地为我希望使用的格式启用它们,我已经对某些格式进行了此操作,例如 OGG- --enable-decoder=vorbis和--enable-demuxer=ogg,因此哪个命令将为APE(Monkey's Audio)启用解码器和解复用器。
编解码器和解复用器称为“猿”。尝试--enable-demuxer=ape --enable-decoder=ape
--enable-demuxer=ape --enable-decoder=ape