采集时使用大分辨率,输出是指定-c copy
,输出 yuv 文件,播放时视频分辨率不正确,画面上下滚动?
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
ffmpeg {1} {2} -i {3} {4} {5}
1. 全局参数
2. 输入文件参数
3. 输入文件
4. 输出文件参数
5. 输出文件
ffmpeg -h
ffmpeg -h long
ffmpeg -h full
ffmpeg -version
ffmpeg -devices
ffmpeg -buildconf
ffmpeg -formats
##### 复用器
ffmpeg -muxers
##### 解复用器
ffmpeg -demuxers
##### 解/复用器 help 指定查询
ffmpeg -h muxer=mp4
ffmpeg -h demuxer=mp4
ffmpeg -codecs
##### 解码器
ffmpeg -decoders
##### 编码器
ffmpeg -encoders
##### 编解码 help 指定查询
ffmpeg -h decoder=h264
ffmpeg -h encoder=libx264
ffmpeg -bsfs
ffmpeg -protocols
ffmpeg -filters
##### 过滤器 help 指定查询
ffmpeg -h filter=gblur
ffmpeg -pix_fmts
ffmpeg -layouts
ffmpeg -sample_fmts
ffmpeg -colors