当前位置: 编码机 >> 编码机优势 >> ffmpeg命令视频转码压缩重新编
1、ffmpeg命令格式
ffmpeg[global_options]{[input_file_options]-iinput_url}{[output_file_options]output_url}
例子:设置输出文件的码率64k
ffmpeg-iinput.avi-b:v64k-bufsize64koutput.avi/设置输出文件的帧数25ffmpeg-iinput.avi-r25output.avi
2、ffmpeg命令选项
-Lshowlicense
-htopicshowhelp帮助
-?topicshowhelp帮助
-helptopicshowhelp
--helptopicshowhelp
-versionshowversion显示版本信息
-buildconfshowbuildconfiguration
-formatsshowavailableformats显示可用的格式
-muxersshowavailablemuxers
-demuxersshowavailabledemuxers
-devicesshowavailabledevices显示可用的设备
-codecsshowavailablecodecs
-decodersshowavailabledecoders
-encodersshowavailableencoders
-bsfsshowavailablebitstreamfilters
-protocolsshowavailableprotocols
-filtersshowavailablefilters
-pix_fmtsshowavailablepixelformats
-layoutsshowstandardchannellayouts
-sample_fmtsshowavailableaudiosampleformats
-colorsshowavailablecolornames
-sourcesdevicelistsourcesoftheinputdevice
-sinksdevicelistsinksoftheoutputdevice
-hwaccelsshowavailableHWaccelerationmethods
Globaloptions(affectwholeprograminsteadofjustonefile):全局选项
-loglevelloglevelsetlogginglevel
-vloglevelsetlogginglevel
-reportgenerateareport
-max_allocbytessetmaximumsizeofasingleallocatedblock
-yoverwriteoutputfiles
-nneveroverwriteoutputfiles
-ignore_unknownIgnoreunknownstreamtypes
-filter_threadsnumberofnon-
转载请注明:http://www.aideyishus.com/lkgx/2683.html