ffmpeg推流命令详解

-L                  show license

显示许可

-h topic            show help

主题显示帮助

-?

- - - - - - ?

topic            show help

显示帮助

-help topic         show help

显示帮助

--help topic        show help

显示帮助

-version            show version

显示版本

-buildconf          show build configuration

显示构建配置

-formats            show available formats

显示可用的格式

-devices            show available devices

设备显示可用的设备

-codecs             show available codecs

显示可用的编解码器

-decoders           show available decoders

显示可用解码器

-encoders           show available encoders

显示可用编码器

-bsfs               show available bit stream filters

显示可用的比特流过滤器

-protocols          show available protocols

显示可用的协议

-filters            show available filters

显示可用的过滤器

-pix_fmts           show available pixel formats

显示可用的像素格式

-layouts            show standard channel layouts

显示标准的频道布局

-sample_fmts        show available audio sample formats

显示可用的音频样本格式

-colors             show available color names

显示可用的颜色名称

-sources device     list sources of the input device

列表源输入设备

-sinks device       list sinks of the output device

列表的输出设备

-hwaccels           show available HW acceleration methods

展示了HW加速方法

 

-re
按照帧率发送;如果不加,手册里说的是发送as fast as possible。

-i
输入

-vcodec copy
视频编码不变

-acodec copy
音频编码不变

-f flv
输出格式flv

-y
直接写到输出文件。

你可能感兴趣的:(ffmpeg推流命令详解)