其他分享
首页 > 其他分享> > ffmpeg使用说明(0):ffmpeg/ffplay/ffprobe

ffmpeg使用说明(0):ffmpeg/ffplay/ffprobe

作者:互联网

目录

ffmpeg功能说明:超级好用的音视频编码器

Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Getting help:
    -h      -- print basic options
    -h long -- print more options
    -h full -- print all options (including all format and codec specific options, very long)
    -h type=name -- print all options for the named decoder/encoder/demuxer/muxer/filter/bsf
    See man ffmpeg for detailed description of the options.

ffplay功能说明:简单的多媒体播放器

Simple media player
usage: ffplay [options] input_file

ffprobe功能说明:简单的多媒体流分析工具

Simple multimedia streams analyzer
usage: ffprobe [OPTIONS] [INPUT_FILE]

标签:ffmpeg,--,ffprobe,ffplay,print,options
来源: https://www.cnblogs.com/faithlocus/p/15519123.html