超高速音视频编码器
用法: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
帮助:
-h -- print basic options
-h long -- print more options
-h full -- print all options (including all format and codec specific options, very long)
下面是详细说明:
Print help / information / capabilities:
-L show license
-h topic show help
-? topic show help
-help topic show help
--help topic show help
-version show version
-formats show available formats
-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
Global options (affect whole program instead of just one file:
-loglevel loglevel set libav* logging level
-v loglevel set libav* logging level
-report generate a report
-max_alloc bytes set maximum size of a single allocated block
-y overwrite output files
-n do not overwrite output files
-stats print progress report during encoding
-bits_per_raw_sample number set the number of bits per raw sample
-croptop size Removed, use the crop filter instead
-cropbottom size Removed, use the crop filter instead
-cropleft size Removed, use the crop filter instead
-cropright sizeRemoved, use the crop filter instead
-padtop sizeRemoved, use the pad filter instead
-padbottom size Removed, use the pad filter instead
-padleft size Removed, use the pad filter instead
-padright size Removed, use the pad filter instead
-padcolor color Removed, use the pad filter instead
-vol volume change audio volume (256=normal)
Advanced global options:
-cpuflags flags force specific cpu flags
-benchmark add timings for benchmarking
-benchmark_all add timings for each task
-progress url write program-readable progress information
-stdin enable or disable interaction on standard input
-timelimit limit set max runtime in seconds
-dump dump each input packet
-hex when dumping packets, also dump the payload
-vsync video sync method
-async audio sync method
-adrift_threshold threshold audio drift threshold
-copyts copy timestamps
-copytb mode copy input stream time base when stream copying
-dts_delta_threshold threshold timestamp discontinuity delta threshold
-dts_error_threshold threshold timestamp error delta threshold
-xerror error exit on error
-filter_complex graph_description create a complex filtergraph
-debug_ts print timestamp debugging info
-intra deprecated use -g 1
-vdt n discard threshold
-sameq Removed
-same_quant Removed
-deinterlace this option is deprecated, use the yadif filter instead
-psnr calculate PSNR of compressed frames
-vstats dump video coding statistics to file
-vstats_file file dump video coding statistics to file
-dc precision intra_dc_precision
-qphist show QP histogram
-vc channel deprecated, use -channel
-tvstd standard deprecated, use -standard
-isync this option is deprecated and does nothing
Per-file main options:
-f fmt force format
-c codec codec name
-codec codec codec name
-pre preset preset name
-map_metadata outfile[,metadata]:infile[,metadata] set metadata information of outfile from infile
-t duration record or transcode "duration" seconds of audio/video
-fs limit_size set the limit file size in bytes
-ss time_off set the start time offset
-timestamp time set the recording timestamp ('now' to set the current time)
-metadata string=string add metadata
-target type specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", "ntsc-svcd", ...)
-frames number set the number of frames to record
-filter filter_graph set stream filtergraph
-reinit_filter reinit filtergraph on input parameter changes
Advanced per-file options:
-map [-]input_file_id[:stream_specifier][,sync_file_id[:stream_s set input stream mapping
-map_channel file.stream.channel[:syncfile.syncstream] map an audio channel from one stream to another
-map_chapters input_file_index set chapters mapping
-itsoffset time_off set the input ts offset
-itsscale scale set the input ts scale
-dframes number set the number of data frames to record
-re read input at native frame rate
-shortest finish encoding within shortest input
-copyinkf copy initial non-keyframes
-copypriorss copy or discard frames before start time
-tag fourcc/tag force codec tag/fourcc
-q q use fixed quality scale (VBR)
-qscale q use fixed quality scale (VBR)
-profile profile set profile
-attach filename add an attachment to the output file
-dump_attachment filename extract an attachment into a file
-muxdelay seconds set the maximum demux-decode delay
-muxpreload seconds set the initial demux-decode delay
-bsf bitstream_filters A comma-separated list of bitstream filters
-fpre filename set options from indicated preset file
-dcodec codec force data codec ('copy' to copy stream)
Video options:
-vframes number set the number of video frames to record
-r rate set frame rate (Hz value, fraction or abbreviation)
-s size set frame size (WxH or abbreviation)
-aspect aspect set aspect ratio (4:3, 16:9 or 1.3333, 1.7777)
-bits_per_raw_sample number set the number of bits per raw sample
-croptop size Removed, use the crop filter instead
-cropbottom size Removed, use the crop filter instead
-cropleft size Removed, use the crop filter instead
-cropright size Removed, use the crop filter instead
-padtop size Removed, use the pad filter instead
-padbottom size Removed, use the pad filter instead
-padleft size Removed, use the pad filter instead
-padright size Removed, use the pad filter instead
-padcolor color Removed, use the pad filter instead
-vn disable video
-vcodec codec force video codec ('copy' to copy stream)
-timecode hh:mm:ss[:;.]ff set initial TimeCode value.
-pass n select the pass number (1 to 3)
-vf filter_graph set video filters
-b bitrate video bitrate (please use -b:v)
-dn disable data
Advanced Video options:
-pix_fmt format set pixel format
-intra deprecated use -g 1
-vdt n discard threshold
-rc_override override rate control override for specific intervals
-sameq Removed
-same_quant Removed
-passlogfile prefix select two pass log file name prefix
-deinterlace this option is deprecated, use the yadif filter instead
-psnr calculate PSNR of compressed frames
-vstats dump video coding statistics to file
-vstats_file file dump video coding statistics to file
-intra_matrix matrix specify intra matrix coeffs
-inter_matrix matrix specify inter matrix coeffs
-top top=1/bottom=0/auto=-1 field first
-dc precision intra_dc_precision
-vtag fourcc/tag force video tag/fourcc
-qphist show QP histogram
-force_fps force the selected framerate, disable the best supported framerate selection
-streamid streamIndex:value set the value of an outfile streamid
-force_key_frames timestamps force key frames at specified timestamps
-vc channel deprecated, use -channel
-tvstd standard deprecated, use -standard
-vbsf video bitstream_filters deprecated
-vpre preset set the video options to the indicated preset
Audio options:
-aframes number set the number of audio frames to record
-aq quality set audio quality (codec-specific)
-ar rate set audio sampling rate (in Hz)
-ac channels set number of audio channels
-an disable audio
-acodec codec force audio codec ('copy' to copy stream)
-vol volume change audio volume (256=normal)
-af filter_graph set audio filters
Advanced Audio options:
-atag fourcc/tag force audio tag/fourcc
-sample_fmt format set sample format
-channel_layout layout set channel layout
-absf audio bitstream_filters deprecated
-apre preset set the audio options to the indicated preset
Subtitle options:
-s size set frame size (WxH or abbreviation)
-sn disable subtitle
-scodec codec force subtitle codec ('copy' to copy stream)
-stag fourcc/tag force subtitle tag/fourcc
-fix_sub_duration fix subtitles duration
-spre preset set the subtitle options to the indicated preset
AVCodecContext AVOptions:
-b
-ab
-bt
-flags
mv4 E..V.. use four motion vectors per macroblock (MPEG-4)
qpel E..V.. use 1/4-pel motion compensation
loop E..V.. use loop filter
gmc E..V.. use gmc
mv0 E..V.. always try a mb with mv=<0,0>
gray ED.V.. only decode/encode grayscale
psnr E..V.. error[?] variables will be set during encoding
naq E..V.. normalize adaptive quantization
ildct E..V.. use interlaced DCT
low_delay ED.V.. force low delay
global_header E..VA. place global headers in extradata instead of every keyframe
bitexact ED.VAS use only bitexact functions (except (I)DCT)
aic E..V.. H.263 advanced intra coding / MPEG-4 AC prediction
cbp E..V.. Deprecated, use mpegvideo private options instead
qprd E..V.. Deprecated, use mpegvideo private options instead
ilme E..V.. interlaced motion estimation
cgop E..V.. closed GOP
-me_method
zero E..V.. zero motion estimation (fastest)
full E..V.. full motion estimation (slowest)
epzs E..V.. EPZS motion estimation (default)
esa E..V.. esa motion estimation (alias for full)
tesa E..V.. tesa motion estimation
dia E..V.. diamond motion estimation (alias for EPZS)
log E..V.. log motion estimation
phods E..V.. phods motion estimation
x1 E..V.. X1 motion estimation
hex E..V.. hex motion estimation
umh E..V.. umh motion estimation
iter E..V.. iter motion estimation
-g
-ar
-ac
-cutoff
-frame_size
-qcomp
-qblur
-qmin
-qmax
-qdiff
-bf
-b_qfactor
-rc_strategy
-b_strategy
-ps
-bug
autodetect .D.V..
old_msmpeg4 .D.V.. some old lavc-generated MSMPEG4v3 files (no autodetection)
xvid_ilace .D.V.. Xvid interlacing bug (autodetected if FOURCC == XVIX)
ump4 .D.V.. (autodetected if FOURCC == UMP4)
no_padding .D.V.. padding bug (autodetected)
amv .D.V..
ac_vlc .D.V.. illegal VLC bug (autodetected per FOURCC)
qpel_chroma .D.V..
std_qpel .D.V.. old standard qpel (autodetected per FOURCC/version)
qpel_chroma2 .D.V..
direct_blocksize .D.V.. direct-qpel-blocksize bug (autodetected per FOURCC/version)
edge .D.V.. edge padding bug (autodetected per FOURCC/version)
hpel_chroma .D.V..
dc_clip .D.V..
ms .D.V.. work around various bugs in Microsoft's broken decoders
trunc .D.V.. truncated frames
-lelim
-celim
-strict
very ED.V.. strictly conform to a older more strict version of the spec or reference software
strict ED.V.. strictly conform to all the things in the spec no matter what the consequences
normal ED.V..
unofficial ED.V.. allow unofficial extensions
experimental ED.V.. allow non-standardized experimental things
-b_qoffset
-err_detect
crccheck .D.VA. verify embedded CRCs
bitstream .D.VA. detect bitstream specification deviations
buffer .D.VA. detect improper bitstream length
explode .D.VA. abort decoding on minor error detection
careful .D.VA. consider things that violate the spec and have not been seen in the wild as errors
compliant .D.VA. consider all spec non compliancies as errors
aggressive .D.VA. consider things that a sane encoder should not do as an error
-mpeg_quant
-qsquish
-rc_qmod_amp
-rc_qmod_freq
-rc_eq
-maxrate
-minrate
-bufsize
-rc_buf_aggressivity
-i_qfactor
-i_qoffset
-rc_init_cplx
-dct
auto E..V.. autoselect a good one (default)
fastint E..V.. fast integer
int E..V.. accurate integer
mmx E..V..
altivec E..V..
faan E..V.. floating point AAN DCT
-lumi_mask
-tcplx_mask
-scplx_mask
-p_mask
-dark_mask
-idct
auto ED.V..
int ED.V..
simple ED.V..
simplemmx ED.V..
libmpeg2mmx ED.V..
mmi ED.V..
arm ED.V..
altivec ED.V..
sh4 ED.V..
simplearm ED.V..
simplearmv5te ED.V..
simplearmv6 ED.V..
simpleneon ED.V..
simplealpha ED.V..
h264 ED.V..
vp3 ED.V..
ipp ED.V..
xvidmmx ED.V..
faani ED.V.. floating point AAN IDCT
-ec
guess_mvs .D.V.. iterative motion vector (MV) search (slow)
deblock .D.V.. use strong deblock filter for damaged MBs
-pred
left E..V..
plane E..V..
median E..V..
-aspect
-debug
pict .D.V.. picture info
rc E..V.. rate control
bitstream .D.V..
mb_type .D.V.. macroblock (MB) type
qp .D.V.. per-block quantization parameter (QP)
mv .D.V.. motion vector
dct_coeff .D.V..
skip .D.V..
startcode .D.V..
pts .D.V..
er .D.V.. error recognition
mmco .D.V.. memory management control operations (H.264)
bugs .D.V..
vis_qp .D.V.. visualize quantization parameter (QP), lower QP are tinted greener
vis_mb_type .D.V.. visualize block types
buffers .D.V.. picture buffer allocations
thread_ops .D.V.. threading operations
-vismv
pf .D.V.. forward predicted MVs of P-frames
bf .D.V.. forward predicted MVs of B-frames
bb .D.V.. backward predicted MVs of B-frames
-cmp
sad E..V.. sum of absolute differences, fast (default)
sse E..V.. sum of squared errors
satd E..V.. sum of absolute Hadamard transformed differences
dct E..V.. sum of absolute DCT transformed differences
psnr E..V.. sum of squared quantization errors (avoid, low quality)
bit E..V.. number of bits needed for the block
rd E..V.. rate distortion optimal, slow
zero E..V.. 0
vsad E..V.. sum of absolute vertical differences
vsse E..V.. sum of squared vertical differences
nsse E..V.. noise preserving sum of squared differences
w53 E..V.. 5/3 wavelet, only used in snow
w97 E..V.. 9/7 wavelet, only used in snow
dctmax E..V..
chroma E..V..
-subcmp
sad E..V.. sum of absolute differences, fast (default)
sse E..V.. sum of squared errors
satd E..V.. sum of absolute Hadamard transformed differences
dct E..V.. sum of absolute DCT transformed differences
psnr E..V.. sum of squared quantization errors (avoid, low quality)
bit E..V.. number of bits needed for the block
rd E..V.. rate distortion optimal, slow
zero E..V.. 0
vsad E..V.. sum of absolute vertical differences
vsse E..V.. sum of squared vertical differences
nsse E..V.. noise preserving sum of squared differences
w53 E..V.. 5/3 wavelet, only used in snow
w97 E..V.. 9/7 wavelet, only used in snow
dctmax E..V..
chroma E..V..
-mbcmp
sad E..V.. sum of absolute differences, fast (default)
sse E..V.. sum of squared errors
satd E..V.. sum of absolute Hadamard transformed differences
dct E..V.. sum of absolute DCT transformed differences
psnr E..V.. sum of squared quantization errors (avoid, low quality)
bit E..V.. number of bits needed for the block
rd E..V.. rate distortion optimal, slow
zero E..V.. 0
vsad E..V.. sum of absolute vertical differences
vsse E..V.. sum of squared vertical differences
nsse E..V.. noise preserving sum of squared differences
w53 E..V.. 5/3 wavelet, only used in snow
w97 E..V.. 9/7 wavelet, only used in snow
dctmax E..V..
chroma E..V..
-ildctcmp
sad E..V.. sum of absolute differences, fast (default)
sse E..V.. sum of squared errors
satd E..V.. sum of absolute Hadamard transformed differences
dct E..V.. sum of absolute DCT transformed differences
psnr E..V.. sum of squared quantization errors (avoid, low quality)
bit E..V.. number of bits needed for the block
rd E..V.. rate distortion optimal, slow
zero E..V.. 0
vsad E..V.. sum of absolute vertical differences
vsse E..V.. sum of squared vertical differences
nsse E..V.. noise preserving sum of squared differences
w53 E..V.. 5/3 wavelet, only used in snow
w97 E..V.. 9/7 wavelet, only used in snow
dctmax E..V..
chroma E..V..
-dia_size
-last_pred
-preme
-precmp
sad E..V.. sum of absolute differences, fast (default)
sse E..V.. sum of squared errors
satd E..V.. sum of absolute Hadamard transformed differences
dct E..V.. sum of absolute DCT transformed differences
psnr E..V.. sum of squared quantization errors (avoid, low quality)
bit E..V.. number of bits needed for the block
rd E..V.. rate distortion optimal, slow
zero E..V.. 0
vsad E..V.. sum of absolute vertical differences
vsse E..V.. sum of squared vertical differences
nsse E..V.. noise preserving sum of squared differences
w53 E..V.. 5/3 wavelet, only used in snow
w97 E..V.. 9/7 wavelet, only used in snow
dctmax E..V..
chroma E..V..
-pre_dia_size
-subq
-me_range
-ibias
-pbias
-global_quality
-coder
vlc E..V.. variable length coder / Huffman coder
ac E..V.. arithmetic coder
raw E..V.. raw (no encoding)
rle E..V.. run-length coder
deflate E..V.. deflate-based coder
-context
-mbd
simple E..V.. use mbcmp (default)
bits E..V.. use fewest bits
rd E..V.. use best rate distortion
-sc_threshold
-lmin
-lmax
-nr
-rc_init_occupancy
-inter_threshold
-flags2
fast E..V.. allow non-spec-compliant speedup tricks
sgop E..V.. Deprecated, use mpegvideo private options instead
noout E..V.. skip bitstream encoding
local_header E..V.. place global headers at every keyframe instead of in extradata
chunks .D.V.. Frame data might be split into multiple chunks
showall .D.V.. Show all frames before the first keyframe
skiprd E..V.. Deprecated, use mpegvideo private options instead
-error
-qns
-threads
auto ED.V.. autodetect a suitable number of threads to use
-me_threshold
-mb_threshold
-dc
-nssew
-skip_top
-skip_bottom
-profile
unknown E..VA.
aac_main E...A.
aac_low E...A.
aac_ssr E...A.
aac_ltp E...A.
aac_he E...A.
aac_he_v2 E...A.
aac_ld E...A.
aac_eld E...A.
dts E...A.
dts_es E...A.
dts_96_24 E...A.
dts_hd_hra E...A.
dts_hd_ma E...A.
-level
unknown E..VA.
-lowres
-skip_threshold
-skip_factor
-skip_exp
-skipcmp
sad E..V.. sum of absolute differences, fast (default)
sse E..V.. sum of squared errors
satd E..V.. sum of absolute Hadamard transformed differences
dct E..V.. sum of absolute DCT transformed differences
psnr E..V.. sum of squared quantization errors (avoid, low quality)
bit E..V.. number of bits needed for the block
rd E..V.. rate distortion optimal, slow
zero E..V.. 0
vsad E..V.. sum of absolute vertical differences
vsse E..V.. sum of squared vertical differences
nsse E..V.. noise preserving sum of squared differences
w53 E..V.. 5/3 wavelet, only used in snow
w97 E..V.. 9/7 wavelet, only used in snow
dctmax E..V..
chroma E..V..
-border_mask
-mblmin
-mblmax
-mepc
-skip_loop_filter
none .D.V..
default .D.V..
noref .D.V..
bidir .D.V..
nokey .D.V..
all .D.V..
-skip_idct
none .D.V..
default .D.V..
noref .D.V..
bidir .D.V..
nokey .D.V..
all .D.V..
-skip_frame
none .D.V..
default .D.V..
noref .D.V..
bidir .D.V..
nokey .D.V..
all .D.V..
-bidir_refine
-brd_scale
-keyint_min
-refs
-chromaoffset
-trellis
-sc_factor
-mv0_threshold
-b_sensitivity
-compression_level
-min_prediction_order
-max_prediction_order
-timecode_frame_start
-request_channels
-channel_layout
-request_channel_layout
-rc_max_vbv_use
-rc_min_vbv_use
-ticks_per_frame
-color_primaries
-color_trc
-colorspace
-color_range
-chroma_sample_location
-slices
-thread_type
slice ED.V..
frame ED.V..
-audio_service_type
ma E...A. Main Audio Service
ef E...A. Effects
vi E...A. Visually Impaired
hi E...A. Hearing Impaired
di E...A. Dialogue
co E...A. Commentary
em E...A. Emergency
vo E...A. Voice Over
ka E...A. Karaoke
-request_sample_fmt
cljr encoder AVOptions:
-dither_type
dnxhd AVOptions:
-nitris_compat
ffv1 encoder AVOptions:
-slicecrc
flv encoder AVOptions:
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
frwu Decoder AVOptions:
-change_field_order
gif decoder AVOptions:
-trans_color
h261 encoder AVOptions:
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
H.263 encoder AVOptions:
-obmc
-structured_slices
-mb_info
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
H.263p encoder AVOptions:
-umv
-aiv
-obmc
-structured_slices
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
H264 Decoder AVOptions:
MJPEG decoder AVOptions:
-extern_huff
mpeg1video encoder AVOptions:
-gop_timecode
-intra_vlc
-drop_frame_timecode
-scan_offset
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
mpeg2video encoder AVOptions:
-gop_timecode
-intra_vlc
-drop_frame_timecode
-scan_offset
-non_linear_quant
-alternate_scan
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
MPEG4 encoder AVOptions:
-data_partitioning
-alternate_scan
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
MPEG4 Video Decoder AVOptions:
msmpeg4v2 encoder AVOptions:
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
msmpeg4v3 encoder AVOptions:
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
ProRes encoder AVOptions:
-mbs_per_slice
-profile
proxy E..V..
lt E..V..
standard E..V..
hq E..V..
-vendor
-bits_per_mb
-quant_mat
auto E..V..
proxy E..V..
lt E..V..
standard E..V..
hq E..V..
default E..V..
rawdec AVOptions:
-top
rv10 encoder AVOptions:
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
rv20 encoder AVOptions:
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
snow encoder AVOptions:
-memc_only
-no_bitstream
TIFF encoder AVOptions:
-dpi
-compression_algo
packbits E..V..
raw E..V..
lzw E..V..
deflate E..V..
V210 Decoder AVOptions:
-custom_stride
wmv1 encoder AVOptions:
-mpv_flags
skip_rd E..V.. RD optimal MB level residual skipping
strict_gop E..V.. Strictly enforce gop size
qp_rd E..V.. Use rate distortion optimization for qp selection
cbp_rd E..V.. use rate distortion optimization for CBP
-luma_elim_threshold
-chroma_elim_threshold
-quantizer_noise_shaping
AAC encoder AVOptions:
-stereo_mode
auto E...A. Selected by the Encoder
ms_off E...A. Disable Mid/Side coding
ms_force E...A. Force Mid/Side for the whole frame if possible
-aac_coder
AAC decoder AVOptions:
-dual_mono_mode
auto .D..A. autoselection
main .D..A. Select Main/Left channel
sub .D..A. Select Sub/Right channel
both .D..A. Select both channels
AC-3 Encoder AVOptions:
-per_frame_metadata
-center_mixlev
-surround_mixlev
-mixing_level
-room_type
notindicated E...A. Not Indicated (default)
large E...A. Large Room
small E...A. Small Room
-copyright
-dialnorm
-dsur_mode
notindicated E...A. Not Indicated (default)
on E...A. Dolby Surround Encoded
off E...A. Not Dolby Surround Encoded
-original
-dmix_mode
notindicated E...A. Not Indicated (default)
ltrt E...A. Lt/Rt Downmix Preferred
loro E...A. Lo/Ro Downmix Preferred
-ltrt_cmixlev
-ltrt_surmixlev
-loro_cmixlev
-loro_surmixlev
-dsurex_mode
notindicated E...A. Not Indicated (default)
on E...A. Dolby Surround EX Encoded
off E...A. Not Dolby Surround EX Encoded
-dheadphone_mode
notindicated E...A. Not Indicated (default)
on E...A. Dolby Headphone Encoded
off E...A. Not Dolby Headphone Encoded
-ad_conv_type
standard E...A. Standard (default)
hdcd E...A. HDCD
-stereo_rematrixing
-channel_coupling
auto E...A. Selected by the Encoder
-cpl_start_band
auto E...A. Selected by the Encoder
AC3 decoder AVOptions:
-drc_scale
Fixed-Point AC-3 Encoder AVOptions:
-per_frame_metadata
-center_mixlev
-surround_mixlev
-mixing_level
-room_type
notindicated E...A. Not Indicated (default)
large E...A. Large Room
small E...A. Small Room
-copyright
-dialnorm
-dsur_mode
notindicated E...A. Not Indicated (default)
on E...A. Dolby Surround Encoded
off E...A. Not Dolby Surround Encoded
-original
-dmix_mode
notindicated E...A. Not Indicated (default)
ltrt E...A. Lt/Rt Downmix Preferred
loro E...A. Lo/Ro Downmix Preferred
-ltrt_cmixlev
-ltrt_surmixlev
-loro_cmixlev
-loro_surmixlev
-dsurex_mode
notindicated E...A. Not Indicated (default)
on E...A. Dolby Surround EX Encoded
off E...A. Not Dolby Surround EX Encoded
-dheadphone_mode
notindicated E...A. Not Indicated (default)
on E...A. Dolby Headphone Encoded
off E...A. Not Dolby Headphone Encoded
-ad_conv_type
standard E...A. Standard (default)
hdcd E...A. HDCD
-stereo_rematrixing
-channel_coupling
auto E...A. Selected by the Encoder
-cpl_start_band
auto E...A. Selected by the Encoder
APE decoder AVOptions:
-max_samples
all .D..A. no maximum. decode all samples for each packet at once
E-AC-3 Encoder AVOptions:
-per_frame_metadata
-mixing_level
-room_type
notindicated E...A. Not Indicated (default)
large E...A. Large Room
small E...A. Small Room
-copyright
-dialnorm
-dsur_mode
notindicated E...A. Not Indicated (default)
on E...A. Dolby Surround Encoded
off E...A. Not Dolby Surround Encoded
-original
-dmix_mode
notindicated E...A. Not Indicated (default)
ltrt E...A. Lt/Rt Downmix Preferred
loro E...A. Lo/Ro Downmix Preferred
-ltrt_cmixlev
-ltrt_surmixlev
-loro_cmixlev
-loro_surmixlev
-dsurex_mode
notindicated E...A. Not Indicated (default)
on E...A. Dolby Surround EX Encoded
off E...A. Not Dolby Surround EX Encoded
-dheadphone_mode
notindicated E...A. Not Indicated (default)
on E...A. Dolby Headphone Encoded
off E...A. Not Dolby Headphone Encoded
-ad_conv_type
standard E...A. Standard (default)
hdcd E...A. HDCD
-stereo_rematrixing
-channel_coupling
auto E...A. Selected by the Encoder
-cpl_start_band
auto E...A. Selected by the Encoder
E-AC3 decoder AVOptions:
-drc_scale
FLAC encoder AVOptions:
-lpc_coeff_precision
-lpc_type
none E...A.
fixed E...A.
levinson E...A.
cholesky E...A.
-lpc_passes
-min_partition_order
-max_partition_order
-prediction_order_method
estimation E...A.
2level E...A.
4level E...A.
8level E...A.
search E...A.
log E...A.
-ch_mode
auto E...A.
indep E...A.
left_side E...A.
right_side E...A.
mid_side E...A.
G.723.1 decoder AVOptions:
-postfilter
g722 decoder AVOptions:
-bits_per_codeword
g726 AVOptions:
-code_size
dvdsubdec AVOptions:
-palette
PGS subtitle decoder AVOptions:
-forced_subs_only
pjs decoder AVOptions:
-keep_ass_markup
subviewer1 decoder AVOptions:
-keep_ass_markup
text decoder AVOptions:
-keep_ass_markup
vplayer decoder AVOptions:
-keep_ass_markup
libmp3lame encoder AVOptions:
-reservoir
libopencore_amrnb AVOptions:
-dtx
libopenjpeg AVOptions:
-format
j2k E..V..
jp2 E..V..
-profile
jpeg2000 E..V..
cinema2k E..V..
cinema4k E..V..
-cinema_mode
off E..V..
2k_24 E..V..
2k_48 E..V..
4k_24 E..V..
-prog_order
lrcp E..V..
rlcp E..V..
rpcl E..V..
pcrl E..V..
cprl E..V..
-numresolution
-numlayers
-disto_alloc
-fixed_alloc
-fixed_quality
libopenjpeg AVOptions:
-lowqual
libopus AVOptions:
-application
voip E...A. Favor improved speech intelligibility
audio E...A. Favor faithfulness to the input
lowdelay E...A. Restrict to only the lowest delay modes
-frame_duration
-packet_loss
-vbr
off E...A. Use constant bit rate
on E...A. Use variable bit rate
constrained E...A. Use constrained VBR
libspeex AVOptions:
-abr
-cbr_quality
-frames_per_packet
-vad
-dtx
libtwolame encoder AVOptions:
-mode
auto E...A.
stereo E...A.
joint_stereo E...A.
dual_channel E...A.
mono E...A.
-psymodel
-energy_levels
-error_protection
-copyright
-original
libvo_amrwbenc AVOptions:
-dtx
libvorbis AVOptions:
-iblock
libvpx encoder AVOptions:
-cpu-used
-auto-alt-ref
-lag-in-frames
-arnr-maxframes
-arnr-strength
-arnr-type
backward E..V..
forward E..V..
centered E..V..
-deadline
best E..V..
good E..V..
realtime E..V..
-error-resilient
default E..V.. Improve resiliency against losses of whole frames
partitions E..V.. The frame partitions are independently decodable by the bool decoder, meaning that partitions can be decoded even though earlier partitions have been lost. Note that intra predicition is still done over the partition boundary.
-max-intra-rate
-speed
-quality
best E..V..
good E..V..
realtime E..V..
-vp8flags
error_resilient E..V.. enable error resilience
altref E..V.. enable use of alternate reference frames (VP8/2-pass only)
-arnr_max_frames
-arnr_strength
-arnr_type
-rc_lookahead
-crf
libx264 AVOptions:
-preset
-tune
-profile
-fastfirstpass
-level
-passlogfile
-wpredp
-x264opts
-crf
-crf_max
-qp
-aq-mode
none E..V..
variance E..V.. Variance AQ (complexity mask)
autovariance E..V.. Auto-variance AQ (experimental)
-aq-strength
-psy
-psy-rd
-rc-lookahead
-weightb
-weightp
none E..V..
simple E..V..
smart E..V..
-ssim
-intra-refresh
-b-bias
-b-pyramid
none E..V..
strict E..V.. Strictly hierarchical pyramid
normal E..V.. Non-strict (not Blu-ray compatible)
-mixed-refs
-8x8dct
-fast-pskip
-aud
-mbtree
-deblock
-cplxblur
-partitions
-direct-pred
none E..V..
spatial E..V..
temporal E..V..
auto E..V..
-slice-max-size
-stats
-nal-hrd
none E..V..
vbr E..V..
cbr E..V..
libx264rgb AVOptions:
-preset
-tune
-profile
-fastfirstpass
-level
-passlogfile
-wpredp
-x264opts
-crf
-crf_max
-qp
-aq-mode
none E..V..
variance E..V.. Variance AQ (complexity mask)
autovariance E..V.. Auto-variance AQ (experimental)
-aq-strength
-psy
-psy-rd
-rc-lookahead
-weightb
-weightp
none E..V..
simple E..V..
smart E..V..
-ssim
-intra-refresh
-b-bias
-b-pyramid
none E..V..
strict E..V.. Strictly hierarchical pyramid
normal E..V.. Non-strict (not Blu-ray compatible)
-mixed-refs
-8x8dct
-fast-pskip
-aud
-mbtree
-deblock
-cplxblur
-partitions
-direct-pred
none E..V..
spatial E..V..
temporal E..V..
auto E..V..
-slice-max-size
-stats
-nal-hrd
none E..V..
vbr E..V..
cbr E..V..
libxavs AVOptions:
-crf
-qp
-b-bias
-cplxblur
-direct-pred
none E..V..
spatial E..V..
temporal E..V..
auto E..V..
-aud
-mbtree
-mixed-refs
-fast-pskip
AVFormatContext AVOptions:
-avioflags
direct ED.... reduce buffering
-probesize
-packetsize
-fflags
ignidx .D.... ignore index
genpts .D.... generate pts
nofillin .D.... do not fill in missing values that can be exactly calculated
noparse .D.... disable AVParsers, this needs nofillin too
igndts .D.... ignore dts
discardcorrupt .D.... discard corrupted frames
sortdts .D.... try to interleave outputted packets by dts
keepside .D.... dont merge side data
latm E..... enable RTP MP4A-LATM payload
nobuffer .D.... reduce the latency introduced by optional buffering
-analyzeduration
-cryptokey
-indexmem
-rtbufsize
-fdebug
ts ED....
-max_delay
-fpsprobesize
-audio_preload
-chunk_duration
-chunk_size
-f_err_detect
crccheck .D.... verify embedded CRCs
bitstream .D.... detect bitstream specification deviations
buffer .D.... detect improper bitstream length
explode .D.... abort decoding on minor error detection
careful .D.... consider things that violate the spec and have not been seen in the wild as errors
compliant .D.... consider all spec non compliancies as errors
aggressive .D.... consider things that a sane encoder shouldnt do as an error
-err_detect
crccheck .D.... verify embedded CRCs
bitstream .D.... detect bitstream specification deviations
buffer .D.... detect improper bitstream length
explode .D.... abort decoding on minor error detection
careful .D.... consider things that violate the spec and have not been seen in the wild as errors
compliant .D.... consider all spec non compliancies as errors
aggressive .D.... consider things that a sane encoder shouldnt do as an error
-use_wallclock_as_timestamps
-avoid_negative_ts
-skip_initial_bytes
-correct_ts_overflow
AVIOContext AVOptions:
URLContext AVOptions:
bluray AVOptions:
-playlist
-angle
-chapter
crypto AVOptions:
-key
-iv
file AVOptions:
-truncate
http AVOptions:
-seekable
-chunked_post
-headers
-content_type
-user-agent
-multiple_requests
-post_data
-timeout
https AVOptions:
-seekable
-chunked_post
-headers
-content_type
-user-agent
-multiple_requests
-post_data
-timeout
srtp AVOptions:
-srtp_out_suite
-srtp_out_params
-srtp_in_suite
-srtp_in_params
tcp AVOptions:
-listen
-timeout
-listen_timeout
udp AVOptions:
-buffer_size
-localport
-localaddr
-pkt_size
-reuse
-ttl
-connect
-fifo_size
-overrun_nonfatal
-timeout
librtmp protocol AVOptions:
-rtmp_app
-rtmp_playpath
librtmpe protocol AVOptions:
-rtmp_app
-rtmp_playpath
librtmps protocol AVOptions:
-rtmp_app
-rtmp_playpath
librtmpt protocol AVOptions:
-rtmp_app
-rtmp_playpath
librtmpte protocol AVOptions:
-rtmp_app
-rtmp_playpath
dshow indev AVOptions:
-video_size
-pixel_format
-framerate
-sample_rate
-sample_size
-channels
-list_devices
true .D....
false .D....
-list_options
true .D....
false .D....
-video_device_number
-audio_device_number
-audio_buffer_size
lavfi indev AVOptions:
-graph
-graph_file
-dumpgraph
VFW indev AVOptions:
-video_size
-framerate
Artworx Data Format demuxer AVOptions:
-linespeed
-video_size
-framerate
aqtdec AVOptions:
-subfps
asf demuxer AVOptions:
-no_resync_search
avi AVOptions:
-use_odml
Binary text demuxer AVOptions:
-linespeed
-video_size
-framerate
cavsvideo demuxer AVOptions:
-framerate
CDXL demuxer AVOptions:
-sample_rate
-framerate
dirac demuxer AVOptions:
-framerate
dnxhd demuxer AVOptions:
-framerate
flvdec AVOptions:
-flv_metadata
g729 demuxer AVOptions:
-bit_rate
GIF demuxer AVOptions:
-min_delay
-default_delay
gsm demuxer AVOptions:
-sample_rate
h261 demuxer AVOptions:
-framerate
h263 demuxer AVOptions:
-framerate
h264 demuxer AVOptions:
-framerate
iCE Draw File demuxer AVOptions:
-linespeed
-video_size
-framerate
image2 demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D.... glob/sequence pattern type
glob .D.... glob pattern type
sequence .D.... glob pattern type
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
image2pipe demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D.... glob/sequence pattern type
glob .D.... glob pattern type
sequence .D.... glob pattern type
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
ingenient demuxer AVOptions:
-framerate
m4v demuxer AVOptions:
-framerate
mjpeg demuxer AVOptions:
-framerate
mov,mp4,m4a,3gp,3g2,mj2 AVOptions:
-use_absolute_path
-ignore_editlist
mpegtsraw demuxer AVOptions:
-compute_pcr
mpegvideo demuxer AVOptions:
-framerate
alaw demuxer AVOptions:
-sample_rate
-channels
mulaw demuxer AVOptions:
-sample_rate
-channels
f64be demuxer AVOptions:
-sample_rate
-channels
f64le demuxer AVOptions:
-sample_rate
-channels
f32be demuxer AVOptions:
-sample_rate
-channels
f32le demuxer AVOptions:
-sample_rate
-channels
s32be demuxer AVOptions:
-sample_rate
-channels
s32le demuxer AVOptions:
-sample_rate
-channels
s24be demuxer AVOptions:
-sample_rate
-channels
s24le demuxer AVOptions:
-sample_rate
-channels
s16be demuxer AVOptions:
-sample_rate
-channels
s16le demuxer AVOptions:
-sample_rate
-channels
s8 demuxer AVOptions:
-sample_rate
-channels
u32be demuxer AVOptions:
-sample_rate
-channels
u32le demuxer AVOptions:
-sample_rate
-channels
u24be demuxer AVOptions:
-sample_rate
-channels
u24le demuxer AVOptions:
-sample_rate
-channels
u16be demuxer AVOptions:
-sample_rate
-channels
u16le demuxer AVOptions:
-sample_rate
-channels
u8 demuxer AVOptions:
-sample_rate
-channels
rawvideo demuxer AVOptions:
-video_size
-pixel_format
-framerate
RTP demuxer AVOptions:
-rtp_flags
filter_src .D.... Only receive packets from the negotiated peer IP
listen .D.... Wait for incoming connections
-reorder_queue_size
RTSP demuxer AVOptions:
-initial_pause
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-rtsp_transport
udp ED.... UDP
tcp ED.... TCP
udp_multicast .D.... UDP multicast
http .D.... HTTP tunneling
-rtsp_flags
filter_src .D.... Only receive packets from the negotiated peer IP
listen .D.... Wait for incoming connections
-allowed_media_types
video .D.... Video
audio .D.... Audio
data .D.... Data
-min_port
-max_port
-timeout
-reorder_queue_size
sbg_demuxer AVOptions:
-sample_rate
-frame_size
-max_file_size
SDP demuxer AVOptions:
-sdp_flags
filter_src .D.... Only receive packets from the negotiated peer IP
listen .D.... Wait for incoming connections
custom_io .D.... Use custom IO
-allowed_media_types
video .D.... Video
audio .D.... Audio
data .D.... Data
-reorder_queue_size
tedcaptions_demuxer AVOptions:
-start_time
TTY demuxer AVOptions:
-chars_per_frame
-video_size
-framerate
vc1 demuxer AVOptions:
-framerate
WAV demuxer AVOptions:
-ignore_length
eXtended BINary text (XBIN) demuxer AVOptions:
-linespeed
-video_size
-framerate
caca_outdev AVOptions:
-window_size
-window_title
-driver
-algorithm
-antialias
-charset
-color
-list_drivers
true E.....
false E.....
-list_dither
algorithms E.....
antialiases E.....
charsets E.....
colors E.....
sdl outdev AVOptions:
-window_title
-icon_title
-window_size
AST muxer AVOptions:
-loopstart
-loopend
f4v muxer AVOptions:
-movflags
rtphint E..... Add RTP hint tracks
empty_moov E..... Make the initial moov atom empty (not supported by QuickTime)
frag_keyframe E..... Fragment at video keyframes
separate_moof E..... Write separate moof/mdat atoms for each track
frag_custom E..... Flush fragments on caller requests
isml E..... Create a live smooth streaming feed (for pushing to a publishing point)
faststart E..... Run a second pass to put the moov at the beginning of the file
-moov_size
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-skip_iods
-iods_audio_profile
-iods_video_profile
-frag_duration
-min_frag_duration
-frag_size
-ism_lookahead
-use_editlist
GIF muxer AVOptions:
-loop
hls muxer AVOptions:
-start_number
-hls_time
-hls_list_size
-hls_wrap
image2 muxer AVOptions:
-updatefirst
-start_number
ipod muxer AVOptions:
-movflags
rtphint E..... Add RTP hint tracks
empty_moov E..... Make the initial moov atom empty (not supported by QuickTime)
frag_keyframe E..... Fragment at video keyframes
separate_moof E..... Write separate moof/mdat atoms for each track
frag_custom E..... Flush fragments on caller requests
isml E..... Create a live smooth streaming feed (for pushing to a publishing point)
faststart E..... Run a second pass to put the moov at the beginning of the file
-moov_size
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-skip_iods
-iods_audio_profile
-iods_video_profile
-frag_duration
-min_frag_duration
-frag_size
-ism_lookahead
-use_editlist
ismv muxer AVOptions:
-movflags
rtphint E..... Add RTP hint tracks
empty_moov E..... Make the initial moov atom empty (not supported by QuickTime)
frag_keyframe E..... Fragment at video keyframes
separate_moof E..... Write separate moof/mdat atoms for each track
frag_custom E..... Flush fragments on caller requests
isml E..... Create a live smooth streaming feed (for pushing to a publishing point)
faststart E..... Run a second pass to put the moov at the beginning of the file
-moov_size
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-skip_iods
-iods_audio_profile
-iods_video_profile
-frag_duration
-min_frag_duration
-frag_size
-ism_lookahead
-use_editlist
LATM/LOAS muxer AVOptions:
-smc-interval
mov muxer AVOptions:
-movflags
rtphint E..... Add RTP hint tracks
empty_moov E..... Make the initial moov atom empty (not supported by QuickTime)
frag_keyframe E..... Fragment at video keyframes
separate_moof E..... Write separate moof/mdat atoms for each track
frag_custom E..... Flush fragments on caller requests
isml E..... Create a live smooth streaming feed (for pushing to a publishing point)
faststart E..... Run a second pass to put the moov at the beginning of the file
-moov_size
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-skip_iods
-iods_audio_profile
-iods_video_profile
-frag_duration
-min_frag_duration
-frag_size
-ism_lookahead
-use_editlist
MP3 muxer AVOptions:
-id3v2_version
-write_id3v1
mp4 muxer AVOptions:
-movflags
rtphint E..... Add RTP hint tracks
empty_moov E..... Make the initial moov atom empty (not supported by QuickTime)
frag_keyframe E..... Fragment at video keyframes
separate_moof E..... Write separate moof/mdat atoms for each track
frag_custom E..... Flush fragments on caller requests
isml E..... Create a live smooth streaming feed (for pushing to a publishing point)
faststart E..... Run a second pass to put the moov at the beginning of the file
-moov_size
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-skip_iods
-iods_audio_profile
-iods_video_profile
-frag_duration
-min_frag_duration
-frag_size
-ism_lookahead
-use_editlist
mpeg muxer AVOptions:
-muxrate
-preload
vcd muxer AVOptions:
-muxrate
-preload
dvd muxer AVOptions:
-muxrate
-preload
svcd muxer AVOptions:
-muxrate
-preload
vob muxer AVOptions:
-muxrate
-preload
MPEGTS muxer AVOptions:
-mpegts_transport_stream_id
-mpegts_original_network_id
-mpegts_service_id
-mpegts_pmt_start_pid
-mpegts_start_pid
-mpegts_m2ts_mode
-muxrate
-pes_payload_size
-mpegts_flags
resend_headers E..... Reemit PAT/PMT before writing the next packet
latm E..... Use LATM packetization for AAC
-resend_headers
-mpegts_copyts
Ogg muxer AVOptions:
-oggpagesize
-pagesize
-page_duration
psp muxer AVOptions:
-movflags
rtphint E..... Add RTP hint tracks
empty_moov E..... Make the initial moov atom empty (not supported by QuickTime)
frag_keyframe E..... Fragment at video keyframes
separate_moof E..... Write separate moof/mdat atoms for each track
frag_custom E..... Flush fragments on caller requests
isml E..... Create a live smooth streaming feed (for pushing to a publishing point)
faststart E..... Run a second pass to put the moov at the beginning of the file
-moov_size
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-skip_iods
-iods_audio_profile
-iods_video_profile
-frag_duration
-min_frag_duration
-frag_size
-ism_lookahead
-use_editlist
RTP muxer AVOptions:
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-payload_type
-ssrc
-cname
RTSP muxer AVOptions:
-initial_pause
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-rtsp_transport
udp ED.... UDP
tcp ED.... TCP
udp_multicast .D.... UDP multicast
http .D.... HTTP tunneling
-rtsp_flags
filter_src .D.... Only receive packets from the negotiated peer IP
listen .D.... Wait for incoming connections
-allowed_media_types
video .D.... Video
audio .D.... Audio
data .D.... Data
-min_port
-max_port
-timeout
-reorder_queue_size
segment muxer AVOptions:
-reference_stream
-segment_format
-segment_list
-segment_list_flags
cache E..... allow list caching
live E..... enable live-friendly list generation (useful for HLS)
-segment_list_size
-segment_list_type
flat E..... flat format
csv E..... csv format
ext E..... extended format
m3u8 E..... M3U8 format
hls E..... Apple HTTP Live Streaming compatible
-segment_time
-segment_time_delta
-segment_times
-segment_frames
-segment_wrap
-segment_start_number
-individual_header_trailer
-write_header_trailer
-reset_timestamps
stream_segment muxer AVOptions:
-reference_stream
-segment_format
-segment_list
-segment_list_flags
cache E..... allow list caching
live E..... enable live-friendly list generation (useful for HLS)
-segment_list_size
-segment_list_type
flat E..... flat format
csv E..... csv format
ext E..... extended format
m3u8 E..... M3U8 format
hls E..... Apple HTTP Live Streaming compatible
-segment_time
-segment_time_delta
-segment_times
-segment_frames
-segment_wrap
-segment_start_number
-individual_header_trailer
-write_header_trailer
-reset_timestamps
smooth streaming muxer AVOptions:
-window_size
-extra_window_size
-lookahead_count
-min_frag_duration
-remove_at_exit
spdif AVOptions:
-spdif_flags
be E..... output in big-endian format (for use as s16be)
-dtshd_rate
-dtshd_fallback_time
tg2 muxer AVOptions:
-movflags
rtphint E..... Add RTP hint tracks
empty_moov E..... Make the initial moov atom empty (not supported by QuickTime)
frag_keyframe E..... Fragment at video keyframes
separate_moof E..... Write separate moof/mdat atoms for each track
frag_custom E..... Flush fragments on caller requests
isml E..... Create a live smooth streaming feed (for pushing to a publishing point)
faststart E..... Run a second pass to put the moov at the beginning of the file
-moov_size
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-skip_iods
-iods_audio_profile
-iods_video_profile
-frag_duration
-min_frag_duration
-frag_size
-ism_lookahead
-use_editlist
tgp muxer AVOptions:
-movflags
rtphint E..... Add RTP hint tracks
empty_moov E..... Make the initial moov atom empty (not supported by QuickTime)
frag_keyframe E..... Fragment at video keyframes
separate_moof E..... Write separate moof/mdat atoms for each track
frag_custom E..... Flush fragments on caller requests
isml E..... Create a live smooth streaming feed (for pushing to a publishing point)
faststart E..... Run a second pass to put the moov at the beginning of the file
-moov_size
-rtpflags
latm E..... Use MP4A-LATM packetization instead of MPEG4-GENERIC for AAC
rfc2190 E..... Use RFC 2190 packetization instead of RFC 4629 for H.263
skip_rtcp E..... Don't send RTCP sender reports
h264_mode0 E..... Use mode 0 for H264 in RTP
-skip_iods
-iods_audio_profile
-iods_video_profile
-frag_duration
-min_frag_duration
-frag_size
-ism_lookahead
-use_editlist
WAV muxer AVOptions:
-write_bext
SWScaler AVOptions:
-sws_flags
fast_bilinear E..V.. fast bilinear
bilinear E..V.. bilinear
bicubic E..V.. bicubic
experimental E..V.. experimental
neighbor E..V.. nearest neighbor
area E..V.. averaging area
bicublin E..V.. luma bicubic, chroma bilinear
gauss E..V.. gaussian
sinc E..V.. sinc
lanczos E..V.. lanczos
spline E..V.. natural bicubic spline
print_info E..V.. print info
accurate_rnd E..V.. accurate rounding
full_chroma_int E..V.. full chroma interpolation
full_chroma_inp E..V.. full chroma input
bitexact E..V..
error_diffusion E..V.. error diffusion dither
-srcw
-srch
-dstw
-dsth
-src_format
-dst_format
-src_range
-dst_range
-param0
-param1
SWResampler AVOptions:
-ich
-in_channel_count
-och
-out_channel_count
-uch
-used_channel_count
-isr
-in_sample_rate
-osr
-out_sample_rate
-isf
-in_sample_fmt
-osf
-out_sample_fmt
-tsf
-internal_sample_fmt
-icl
-in_channel_layout
-ocl
-out_channel_layout
-clev
-center_mix_level
-slev
-surround_mix_level
-lfe_mix_level
-rmvol
-rematrix_volume
-flags
res ....A. force resampling
-swr_flags
res ....A. force resampling
-dither_scale
-dither_method
rectangular ....A. select rectangular dither
triangular ....A. select triangular dither
triangular_hp ....A. select triangular dither with high pass
lipshitz ....A. select lipshitz noise shaping dither
shibata ....A. select shibata noise shaping dither
low_shibata ....A. select low shibata noise shaping dither
high_shibata ....A. select high shibata noise shaping dither
f_weighted ....A. select f-weighted noise shaping dither
modified_e_weighted ....A. select modified-e-weighted noise shaping dither
improved_e_weighted ....A. select improved-e-weighted noise shaping dither
-filter_size
-phase_shift
-linear_interp
-cutoff
-resampler
swr ....A. select SW Resampler
soxr ....A. select SoX Resampler
-precision
-cheby
-min_comp
-min_hard_comp
-comp_duration
-max_soft_comp
-async
-matrix_encoding
none ....A. select none
dolby ....A. select Dolby
dplii ....A. select Dolby Pro Logic II
-filter_type
cubic ....A. select cubic
blackman_nuttall ....A. select Blackman Nuttall Windowed Sinc
kaiser ....A. select Kaiser Windowed Sinc
-kaiser_beta
aformat AVOptions:
-sample_fmts
-sample_rates
-channel_layouts
amerge AVOptions:
-inputs
amix AVOptions:
-inputs
-duration
longest ..F.A. Duration of longest input.
shortest ..F.A. Duration of shortest input.
first ..F.A. Duration of first input.
-dropout_transition
apad AVOptions:
-packet_size
-pad_len
-whole_len
aselect AVOptions:
-expr
-e
asendcmd AVOptions:
-commands
-c
-filename
-f
asetnsamples AVOptions:
-pad
-p
-nb_out_samples
-n
channel map filter AVOptions:
-map
-channel_layout
channelsplit AVOptions:
-channel_layout
ebur128 AVOptions:
-video
-size
-meter
join filter AVOptions:
-inputs
-channel_layout
-map
silencedetect AVOptions:
-n
-noise
-d
-duration
volume AVOptions:
-volume
-precision
fixed ..F.A. select 8-bit fixed-point
float ..F.A. select 32-bit floating-point
double ..F.A. select 64-bit floating-point
aevalsrc AVOptions:
-nb_samples
-n
-sample_rate
-s
-duration
-d
-channel_layout
-c
anullsrc AVOptions:
-channel_layout
-cl
-sample_rate
-r
-nb_samples
-n
ass AVOptions:
-filename
-f
-original_size
blackdetect AVOptions:
-d
-black_min_duration
-picture_black_ratio_th
-pic_th
-pixel_black_th
-pix_th
crop AVOptions:
-x
-y
-out_w
-w
-out_h
-h
-keep_aspect
delogo AVOptions:
-x
-y
-w
-h
-band
-t
-show
drawbox AVOptions:
-x
-y
-width
-w
-height
-h
-color
-c
-thickness
-t
drawtext AVOptions:
-fontfile
-text
-textfile
-fontcolor
-boxcolor
-shadowcolor
-box
-fontsize
-x
-y
-shadowx
-shadowy
-tabsize
-basetime
-draw
-expansion
none ..FV.. set no expansion
normal ..FV.. set normal expansion
strftime ..FV.. set strftime expansion (deprecated)
-timecode
-tc24hmax
-timecode_rate
-r
-rate
-reload
-fix_bounds
-ft_load_flags
default ..FV.. set default
no_scale ..FV.. set no_scale
no_hinting ..FV.. set no_hinting
render ..FV.. set render
no_bitmap ..FV.. set no_bitmap
vertical_layout ..FV.. set vertical_layout
force_autohint ..FV.. set force_autohint
crop_bitmap ..FV.. set crop_bitmap
pedantic ..FV.. set pedantic
ignore_global_advance_width ..FV.. set ignore_global_advance_width
no_recurse ..FV.. set no_recurse
ignore_transform ..FV.. set ignore_transform
monochrome ..FV.. set monochrome
linear_design ..FV.. set linear_design
no_autohint ..FV.. set no_autohint
edgedetect AVOptions:
-high
-low
fade AVOptions:
-type
-t
-start_frame
-s
-nb_frames
-n
-alpha
field AVOptions:
-type
top ..FV.. select top field
bottom ..FV.. select bottom field
fps AVOptions:
-fps
-round
zero ..FV.. round towards 0
inf ..FV.. round away from 0
down ..FV.. round towards -infty
up ..FV.. round towards +infty
near ..FV.. round to nearest
geq AVOptions:
-lum_expr
-cb_expr
-cr_expr
gradfun AVOptions:
-strength
-radius
histeq AVOptions:
-strength
-intensity
-antibanding
none ..FV.. apply no antibanding
weak ..FV.. apply weak antibanding
strong ..FV.. apply strong antibanding
hue AVOptions:
-h
-H
-s
idet AVOptions:
-intl_thres
-prog_thres
kerndeint AVOptions:
-thresh
-map
-order
-sharp
-twoway
lut AVOptions:
-c0
-c1
-c2
-c3
-y
-u
-v
-r
-g
-b
-a
lutrgb AVOptions:
-c0
-c1
-c2
-c3
-y
-u
-v
-r
-g
-b
-a
lutyuv AVOptions:
-c0
-c1
-c2
-c3
-y
-u
-v
-r
-g
-b
-a
negate AVOptions:
-c0
-c1
-c2
-c3
-y
-u
-v
-r
-g
-b
-a
overlay AVOptions:
-x
-y
-rgb
scale AVOptions:
-w
-width
-h
-height
-flags
-interl
select AVOptions:
-expr
-e
sendcmd AVOptions:
-commands
-c
-filename
-f
setdar AVOptions:
-max
-ratio
-r
setfield AVOptions:
-mode
auto ..FV.. keep the same input field
bff ..FV.. mark as bottom-field-first
tff ..FV.. mark as top-field-first
prog ..FV.. mark as progressive
setsar AVOptions:
-max
-ratio
-r
subtitles AVOptions:
-filename
-f
-original_size
tile AVOptions:
-layout
-margin
-padding
-nb_frames
tinterlace AVOptions:
-mode
merge ..FV.. merge fields
drop_even ..FV.. drop even fields
drop_odd ..FV.. drop odd fields
pad ..FV.. pad alternate lines with black
interleave_top ..FV.. interleave top and bottom fields
interleave_bottom ..FV.. interleave bottom and top fields
interlacex2 ..FV.. interlace fields from two consecutive frames
transpose AVOptions:
-dir
-passthrough
none ..FV.. always apply transposition
portrait ..FV.. preserve portrait geometry
landscape ..FV.. preserve landscape geometry
yadif AVOptions:
-mode
send_frame ..FV.. send one frame for each frame
send_field ..FV.. send one frame for each field
send_frame_nospatial ..FV.. send one frame for each frame, but skip spatial interlacing check
send_field_nospatial ..FV.. send one frame for each field, but skip spatial interlacing check
-parity
tff ..FV.. assume top field first
bff ..FV.. assume bottom field first
auto ..FV.. auto detect parity
-deint
all ..FV.. deinterlace all frames
interlaced ..FV.. only deinterlace frames marked as interlaced
cellauto AVOptions:
-filename
-f
-pattern
-p
-rate
-r
-size
-s
-rule
-random_fill_ratio
-ratio
-random_seed
-seed
-scroll
-start_full
-full
-stitch
color AVOptions:
-size
-s
-rate
-r
-duration
-d
-sar
-color
-c
-decimals
-n
life AVOptions:
-filename
-f
-size
-s
-rate
-r
-rule
-random_fill_ratio
-ratio
-random_seed
-seed
-stitch
-mold
-life_color
-death_color
-mold_color
mandelbrot AVOptions:
-size
-s
-rate
-r
-maxiter
-start_x
-start_y
-start_scale
-end_scale
-end_pts
-bailout
-outer
iteration_count ..FV.. set iteration count mode
normalized_iteration_count ..FV.. set normalized iteration count mode
-inner
black ..FV.. set black mode
period ..FV.. set period mode
convergence ..FV.. show time until convergence
mincol ..FV.. color based on point closest to the origin of the iterations
mptestsrc AVOptions:
-rate
-r
-duration
-d
-test
dc_luma ..FV..
dc_chroma ..FV..
freq_luma ..FV..
freq_chroma ..FV..
amp_luma ..FV..
amp_chroma ..FV..
cbp ..FV..
mv ..FV..
ring1 ..FV..
ring2 ..FV..
all ..FV..
-t
dc_luma ..FV..
dc_chroma ..FV..
freq_luma ..FV..
freq_chroma ..FV..
amp_luma ..FV..
amp_chroma ..FV..
cbp ..FV..
mv ..FV..
ring1 ..FV..
ring2 ..FV..
all ..FV..
nullsrc AVOptions:
-size
-s
-rate
-r
-duration
-d
-sar
-color
-c
-decimals
-n
rgbtestsrc AVOptions:
-size
-s
-rate
-r
-duration
-d
-sar
-color
-c
-decimals
-n
smptebars AVOptions:
-size
-s
-rate
-r
-duration
-d
-sar
-color
-c
-decimals
-n
testsrc AVOptions:
-size
-s
-rate
-r
-duration
-d
-sar
-color
-c
-decimals
-n
concat AVOptions:
-n
-v
-a
-unsafe
showspectrum AVOptions:
-size
-s
-slide
showwaves AVOptions:
-rate
-r
-size
-s
-n
amovie AVOptions:
-format_name
-f
-streams
-s
-si
-stream_index
-seek_point
-sp
-loop
movie AVOptions:
-format_name
-f
-streams
-s
-si
-stream_index
-seek_point
-sp
-loop
abuffer AVOptions:
-time_base
-sample_rate
-sample_fmt
-channel_layout
buffer AVOptions:
-time_base
-frame_rate
-video_size
-pix_fmt
-pixel_aspect
-sws_param