Mat*_*hen 146
编解码器:
ffmpeg -codecs
Run Code Online (Sandbox Code Playgroud)
格式:
ffmpeg -formats
Run Code Online (Sandbox Code Playgroud)
llo*_*gan 105
构建支持的格式和编解码器ffmpeg可能因版本,编译方式以及编译期间是否支持任何外部库(如libx264)而有所不同.
列出所有格式:
ffmpeg -formats
Run Code Online (Sandbox Code Playgroud)
显示特定复用器的特定选项和信息:
ffmpeg -h muxer=matroska
Run Code Online (Sandbox Code Playgroud)
显示特定分路器的特定选项和信息:
ffmpeg -h demuxer=gif
Run Code Online (Sandbox Code Playgroud)
列出所有编解码器:
ffmpeg -codecs
Run Code Online (Sandbox Code Playgroud)
列出所有编码器:
ffmpeg -encoders
Run Code Online (Sandbox Code Playgroud)
列出所有解码器:
ffmpeg -decoders
Run Code Online (Sandbox Code Playgroud)
显示特定编码器的特定选项和信息:
ffmpeg -h encoder=mpeg4
Run Code Online (Sandbox Code Playgroud)
显示特定解码器的特定选项和信息:
ffmpeg -h decoder=aac
Run Code Online (Sandbox Code Playgroud)
输出顶部附近有一个键,用于描述格式,编码器,解码器或编解码器名称前面的每个字母:
$ ffmpeg -encoders
[…]
Encoders:
V..... = Video
A..... = Audio
S..... = Subtitle
.F.... = Frame-level multithreading
..S... = Slice-level multithreading
...X.. = Codec is experimental
....B. = Supports draw_horiz_band
.....D = Supports direct rendering method 1
------
[…]
V.S... mpeg4 MPEG-4 part 2
Run Code Online (Sandbox Code Playgroud)
在此示例中V.S...指示编码器mpeg4是Video编码器并支持S虱子级多线程.
小智 57
ffmpeg -codecs
Run Code Online (Sandbox Code Playgroud)
应该为您提供有关可用编解码器的所有信息.
你会在编解码器旁边看到一些字母:
Codecs:
D..... = Decoding supported
.E.... = Encoding supported
..V... = Video codec
..A... = Audio codec
..S... = Subtitle codec
...I.. = Intra frame-only codec
....L. = Lossy compression
.....S = Lossless compression
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
169164 次 |
| 最近记录: |