FFMPEG: [ 命令行参数 ] >初识

ffmpeg
[ global options ]
{ [ infile options ] [ '-i' 'infile' ] ...}
{ [ outfile options ] 'outfile' ...}

注:  方括号可选,花括号必选

基本选项

  • -formats:列出支持的文件格式。

  • -codecs:列出支持的编解码器。

  • -decoders:列出支持的解码器。

  • -encoders:列出支持的编码器。

  • -protocols:列出支持的协议。

  • -bsfs:列出支持的比特流过滤器。

  • -filters:列出支持的滤镜。

  • -pix_fmts:列出支持的图像采样格式。

  • -sample_fmts:列出支持的声音采样格式。

你可能感兴趣的:(ffmpeg,ffmpeg)