Simple media player
usage: ffplay [options] input_file
Main options:
-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
-muxers show available muxers
-demuxers show available demuxers
-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
-loglevel loglevel set logging level
-v loglevel set logging level
-report generate a report
-max_alloc bytes set maximum size of a single allocated block
-sources device list sources of the input device
-sinks device list sinks of the output device
-x width force displayed width
-y height force displayed height
-s size set frame size (WxH or abbreviation)
-fs force full screen
-an disable audio
-vn disable video
-sn disable subtitling
-ss pos seek to a given position in seconds
-t duration play "duration" seconds of audio/video
-bytes val seek by bytes 0=off 1=on -1=auto
-nodisp disable graphical display
-noborder borderless window
-volume volume set startup volume 0=min 100=max
-f fmt force format
-window_title window title set window title
-af filter_graph set audio filters
-showmode mode select show mode (0 = video, 1 = waves, 2 = RDFT)
-i input_file read specified file
-codec decoder_name force decoder
-autorotate automatically rotate video
Advanced options:
-cpuflags flags force specific cpu flags
-hide_banner hide_banner do not show program banner
-ast stream_specifier select desired audio stream
-vst stream_specifier select desired video stream
-sst stream_specifier select desired subtitle stream
-pix_fmt format set pixel format
-stats show status
-fast non spec compliant optimizations
-genpts generate pts
-drp let decoder reorder pts 0=off 1=on -1=auto
-lowres
-sync type set audio-video sync. type (type=audio/video/ext)
-autoexit exit at the end
-exitonkeydown exit on key down
-exitonmousedown exit on mouse down
-loop loop count set number of times the playback shall be looped
-framedrop drop frames when cpu is too slow
-infbuf don't limit the input buffer size (useful with realtime streams)
-vf filter_graph set video filters
-rdftspeed msecs rdft speed
-default generic catch all option
-acodec decoder_name force audio decoder
-scodec decoder_name force subtitle decoder
-vcodec decoder_name force video decoder
-find_stream_info read and decode the streams to fill missing information with heuristics
AVCodecContext AVOptions:
-flags
unaligned .D.V..... allow decoders to produce unaligned output
gray ED.V..... only decode/encode grayscale
truncated .D.V..... Input bitstream might be randomly truncated
low_delay ED.V..... force low delay
bitexact ED.VAS... use only bitexact functions (except (I)DCT)
output_corrupt .D.V..... Output even potentially corrupted frames
-ar
-ac
-bug
autodetect .D.V.....
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.....
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
iedge .D.V.....
-strict
very ED.VA.... strictly conform to a older more strict version of the spec or reference software
strict ED.VA.... strictly conform to all the things in the spec no matter what the consequences
normal ED.VA....
unofficial ED.VA.... allow unofficial extensions
experimental ED.VA.... allow non-standardized experimental things
-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
ignore_err .D.VA.... ignore errors
careful .D.VA.... consider things that violate the spec, are fast to check 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
-idct
auto ED.V.....
int ED.V.....
simple ED.V.....
simplemmx ED.V.....
arm ED.V.....
altivec ED.V.....
simplearm ED.V.....
simplearmv5te ED.V.....
simplearmv6 ED.V.....
simpleneon ED.V.....
xvid ED.V.....
xvidmmx ED.V..... deprecated, for compatibility only
faani ED.V..... floating point AAN IDCT
simpleauto ED.V.....
-ec
guess_mvs .D.V..... iterative motion vector (MV) search (slow)
deblock .D.V..... use strong deblock filter for damaged MBs
favor_inter .D.V..... favor predicting from the previous frame
-debug
pict .D.V..... picture info
bitstream .D.V.....
mb_type .D.V..... macroblock (MB) type
qp .D.V..... per-block quantization parameter (QP)
dct_coeff .D.V.....
green_metadata .D.V.....
skip .D.V.....
startcode .D.V.....
er .D.V..... error recognition
mmco .D.V..... memory management control operations (H.264)
bugs .D.V.....
buffers .D.V..... picture buffer allocations
thread_ops .D.VA.... threading operations
nomc .D.VA.... skip motion compensation
-flags2
ignorecrop .D.V..... ignore cropping information from sps
chunks .D.V..... Frame data might be split into multiple chunks
showall .D.V..... Show all frames before the first keyframe
export_mvs .D.V..... export motion vectors through frame side data
skip_manual .D.V..... do not skip samples and export skip information as frame side data
ass_ro_flush_noop .D...S... do not reset ASS ReadOrder field on flush
-threads
auto ED.V..... autodetect a suitable number of threads to use
-skip_top
-skip_bottom
-lowres
-skip_loop_filter
none .D.V..... discard no frame
default .D.V..... discard useless frames
noref .D.V..... discard all non-reference frames
bidir .D.V..... discard all bidirectional frames
nokey .D.V..... discard all frames except keyframes
nointra .D.V..... discard all frames except I frames
all .D.V..... discard all frames
-skip_idct
none .D.V..... discard no frame
default .D.V..... discard useless frames
noref .D.V..... discard all non-reference frames
bidir .D.V..... discard all bidirectional frames
nokey .D.V..... discard all frames except keyframes
nointra .D.V..... discard all frames except I frames
all .D.V..... discard all frames
-skip_frame
none .D.V..... discard no frame
default .D.V..... discard useless frames
noref .D.V..... discard all non-reference frames
bidir .D.V..... discard all bidirectional frames
nokey .D.V..... discard all frames except keyframes
nointra .D.V..... discard all frames except I frames
all .D.V..... discard all frames
-channel_layout
-request_channel_layout
-ticks_per_frame
-color_primaries
bt709 ED.V..... BT.709
unknown ED.V..... Unspecified
bt470m ED.V..... BT.470 M
bt470bg ED.V..... BT.470 BG
smpte170m ED.V..... SMPTE 170 M
smpte240m ED.V..... SMPTE 240 M
film ED.V..... Film
bt2020 ED.V..... BT.2020
smpte428 ED.V..... SMPTE 428-1
smpte428_1 ED.V..... SMPTE 428-1
smpte431 ED.V..... SMPTE 431-2
smpte432 ED.V..... SMPTE 422-1
jedec-p22 ED.V..... JEDEC P22
unspecified ED.V..... Unspecified
-color_trc
bt709 ED.V..... BT.709
unknown ED.V..... Unspecified
gamma22 ED.V..... BT.470 M
gamma28 ED.V..... BT.470 BG
smpte170m ED.V..... SMPTE 170 M
smpte240m ED.V..... SMPTE 240 M
linear ED.V..... Linear
log100 ED.V..... Log
log316 ED.V..... Log square root
iec61966-2-4 ED.V..... IEC 61966-2-4
bt1361e ED.V..... BT.1361
iec61966-2-1 ED.V..... IEC 61966-2-1
bt2020-10 ED.V..... BT.2020 - 10 bit
bt2020-12 ED.V..... BT.2020 - 12 bit
smpte2084 ED.V..... SMPTE 2084
smpte428 ED.V..... SMPTE 428-1
arib-std-b67 ED.V..... ARIB STD-B67
unspecified ED.V..... Unspecified
log ED.V..... Log
log_sqrt ED.V..... Log square root
iec61966_2_4 ED.V..... IEC 61966-2-4
bt1361 ED.V..... BT.1361
iec61966_2_1 ED.V..... IEC 61966-2-1
bt2020_10bit ED.V..... BT.2020 - 10 bit
bt2020_12bit ED.V..... BT.2020 - 12 bit
smpte428_1 ED.V..... SMPTE 428-1
-colorspace
rgb ED.V..... RGB
bt709 ED.V..... BT.709
unknown ED.V..... Unspecified
fcc ED.V..... FCC
bt470bg ED.V..... BT.470 BG
smpte170m ED.V..... SMPTE 170 M
smpte240m ED.V..... SMPTE 240 M
ycgco ED.V..... YCGCO
bt2020nc ED.V..... BT.2020 NCL
bt2020c ED.V..... BT.2020 CL
smpte2085 ED.V..... SMPTE 2085
unspecified ED.V..... Unspecified
ycocg ED.V..... YCGCO
bt2020_ncl ED.V..... BT.2020 NCL
bt2020_cl ED.V..... BT.2020 CL
-color_range
unknown ED.V..... Unspecified
tv ED.V..... MPEG (219*2^(n-8))
pc ED.V..... JPEG (2^n-1)
unspecified ED.V..... Unspecified
mpeg ED.V..... MPEG (219*2^(n-8))
jpeg ED.V..... JPEG (2^n-1)
-chroma_sample_location
unknown ED.V..... Unspecified
left ED.V..... Left
center ED.V..... Center
topleft ED.V..... Top-left
top ED.V..... Top
bottomleft ED.V..... Bottom-left
bottom ED.V..... Bottom
unspecified ED.V..... Unspecified
-thread_type
slice ED.V.....
frame ED.V.....
-request_sample_fmt
-sub_charenc
-sub_charenc_mode
do_nothing .D...S...
auto .D...S...
pre_decoder .D...S...
ignore .D...S...
-sub_text_format
ass .D...S...
ass_with_timings .D...S...
-refcounted_frames
-apply_cropping
-skip_alpha
-field_order
progressive ED.V.....
tt ED.V.....
bb ED.V.....
tb ED.V.....
bt ED.V.....
-dump_separator
-codec_whitelist
-max_pixels
-hwaccel_flags
ignore_level .D.V..... ignore level even if the codec level used is unknown or higher than the maximum supported level reported by the hardware driver
allow_high_depth .D.V..... allow to output YUV pixel formats with a different chroma sampling than 4:2:0 and/or other than 8 bits per component
allow_profile_mismatch .D.V..... attempt to decode anyway if HW accelerated decoder's supported profiles do not exactly match the stream
-extra_hw_frames
amv encoder AVOptions:
APNG encoder AVOptions:
cinepak AVOptions:
cljr encoder AVOptions:
dnxhd AVOptions:
dvvideo encoder AVOptions:
ffv1 encoder AVOptions:
ffvhuff AVOptions:
flv encoder AVOptions:
GIF encoder AVOptions:
h261 encoder AVOptions:
H.263 encoder AVOptions:
H.263p encoder AVOptions:
Hap encoder AVOptions:
huffyuv AVOptions:
jpeg 2000 encoder AVOptions:
jpegls AVOptions:
ljpeg AVOptions:
magicyuv AVOptions:
mjpeg encoder AVOptions:
mpeg1video encoder AVOptions:
mpeg2video encoder AVOptions:
MPEG4 encoder AVOptions:
msmpeg4v2 encoder AVOptions:
msmpeg4v3 encoder AVOptions:
PNG encoder AVOptions:
ProRes encoder AVOptions:
RoQ AVOptions:
rv10 encoder AVOptions:
rv20 encoder AVOptions:
sgi AVOptions:
snow encoder AVOptions:
sunrast AVOptions:
svq1enc AVOptions:
targa AVOptions:
TIFF encoder AVOptions:
utvideo AVOptions:
SMPTE VC-2 encoder AVOptions:
wmv1 encoder AVOptions:
wmv2 encoder AVOptions:
AAC encoder AVOptions:
AC-3 Encoder AVOptions:
Fixed-Point AC-3 Encoder AVOptions:
alacenc AVOptions:
DCA (DTS Coherent Acoustics) AVOptions:
E-AC-3 Encoder AVOptions:
FLAC encoder AVOptions:
Opus encoder AVOptions:
sbc encoder AVOptions:
WavPack encoder AVOptions:
g726 AVOptions:
g726le AVOptions:
VOBSUB subtitle encoder AVOptions:
libaom-av1 encoder AVOptions:
libmp3lame encoder AVOptions:
libopencore_amrnb AVOptions:
libopenjpeg AVOptions:
libopus AVOptions:
libspeex AVOptions:
libtwolame encoder AVOptions:
libvo_amrwbenc AVOptions:
libvorbis AVOptions:
libvpx-vp8 encoder AVOptions:
libvpx-vp9 encoder AVOptions:
libwebp AVOptions:
libx264 AVOptions:
libx264rgb AVOptions:
libx265 AVOptions:
libxvid AVOptions:
h264_amf AVOptions:
h264_nvenc AVOptions:
h264_qsv encoder AVOptions:
nvenc AVOptions:
nvenc_h264 AVOptions:
nvenc_hevc AVOptions:
hevc_amf AVOptions:
hevc_nvenc AVOptions:
hevc_qsv encoder AVOptions:
mjpeg_qsv encoder AVOptions:
mpeg2_qsv encoder AVOptions:
EXR AVOptions:
-layer
-gamma
-apply_trc
bt709 .D.V..... BT.709
gamma .D.V..... gamma
gamma22 .D.V..... BT.470 M
gamma28 .D.V..... BT.470 BG
smpte170m .D.V..... SMPTE 170 M
smpte240m .D.V..... SMPTE 240 M
linear .D.V..... Linear
log .D.V..... Log
log_sqrt .D.V..... Log square root
iec61966_2_4 .D.V..... IEC 61966-2-4
bt1361 .D.V..... BT.1361
iec61966_2_1 .D.V..... IEC 61966-2-1
bt2020_10bit .D.V..... BT.2020 - 10 bit
bt2020_12bit .D.V..... BT.2020 - 12 bit
smpte2084 .D.V..... SMPTE ST 2084
smpte428_1 .D.V..... SMPTE ST 428-1
FIC encoder AVOptions:
-skip_cursor
FITS decoder AVOptions:
-blank_value
frwu Decoder AVOptions:
-change_field_order
gif decoder AVOptions:
-trans_color
H264 Decoder AVOptions:
-enable_er
-x264_build
h264_qsv AVOptions:
-async_depth
HEVC decoder AVOptions:
-apply_defdispwin
-strict-displaywin
hevc_qsv AVOptions:
-async_depth
-load_plugin
none .D.V.....
hevc_sw .D.V.....
hevc_hw .D.V.....
-load_plugins
jpeg2000 AVOptions:
-lowres
MJPEG decoder AVOptions:
-extern_huff
MPEG4 Video Decoder AVOptions:
mpeg2_qsv AVOptions:
-async_depth
rawdec AVOptions:
-top
SMPTE 302M Decoder AVOptions:
-non_pcm_mode
copy .D..A.... Pass NON-PCM through unchanged
drop .D..A.... Drop NON-PCM
decode_copy .D..A.... Decode if possible else passthrough
decode_drop .D..A.... Decode if possible else drop
V210 Decoder AVOptions:
-custom_stride
vc1_qsv AVOptions:
-async_depth
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
AC3 decoder AVOptions:
-cons_noisegen
-drc_scale
-heavy_compr
-target_level
Fixed-Point AC-3 Decoder AVOptions:
-cons_noisegen
-drc_scale
-heavy_compr
alac AVOptions:
-extra_bits_bug
APE decoder AVOptions:
-max_samples
all .D..A.... no maximum. decode all samples for each packet at once
DCA decoder AVOptions:
-core_only
E-AC3 decoder AVOptions:
-cons_noisegen
-drc_scale
-heavy_compr
-target_level
evrc AVOptions:
-postfilter
FLAC decoder AVOptions:
-use_buggy_lpc
G.723.1 decoder AVOptions:
-postfilter
Opus Decoder AVOptions:
-apply_phase_inv
TTA Decoder AVOptions:
-password
g722 decoder AVOptions:
-bits_per_codeword
Closed caption Decoder AVOptions:
-real_time
DVB Sub Decoder AVOptions:
-compute_edt
-compute_clut
-dvb_substream
dvdsubdec AVOptions:
-palette
-ifo_palette
-forced_subs_only
PGS subtitle decoder AVOptions:
-forced_subs_only
pjs decoder AVOptions:
-keep_ass_markup
stl decoder AVOptions:
-keep_ass_markup
subviewer1 decoder AVOptions:
-keep_ass_markup
text decoder AVOptions:
-keep_ass_markup
vplayer decoder AVOptions:
-keep_ass_markup
libopenjpeg AVOptions:
-lowqual
libopusdec AVOptions:
-apply_phase_inv
h264_cuvid AVOptions:
-deint
weave .D.V..... Weave deinterlacing (do nothing)
bob .D.V..... Bob deinterlacing
adaptive .D.V..... Adaptive deinterlacing
-gpu
-surfaces
-drop_second_field
-crop
-resize
hevc_cuvid AVOptions:
-deint
weave .D.V..... Weave deinterlacing (do nothing)
bob .D.V..... Bob deinterlacing
adaptive .D.V..... Adaptive deinterlacing
-gpu
-surfaces
-drop_second_field
-crop
-resize
mjpeg_cuvid AVOptions:
-deint
weave .D.V..... Weave deinterlacing (do nothing)
bob .D.V..... Bob deinterlacing
adaptive .D.V..... Adaptive deinterlacing
-gpu
-surfaces
-drop_second_field
-crop
-resize
mpeg1_cuvid AVOptions:
-deint
weave .D.V..... Weave deinterlacing (do nothing)
bob .D.V..... Bob deinterlacing
adaptive .D.V..... Adaptive deinterlacing
-gpu
-surfaces
-drop_second_field
-crop
-resize
mpeg2_cuvid AVOptions:
-deint
weave .D.V..... Weave deinterlacing (do nothing)
bob .D.V..... Bob deinterlacing
adaptive .D.V..... Adaptive deinterlacing
-gpu
-surfaces
-drop_second_field
-crop
-resize
mpeg4_cuvid AVOptions:
-deint
weave .D.V..... Weave deinterlacing (do nothing)
bob .D.V..... Bob deinterlacing
adaptive .D.V..... Adaptive deinterlacing
-gpu
-surfaces
-drop_second_field
-crop
-resize
vc1_cuvid AVOptions:
-deint
weave .D.V..... Weave deinterlacing (do nothing)
bob .D.V..... Bob deinterlacing
adaptive .D.V..... Adaptive deinterlacing
-gpu
-surfaces
-drop_second_field
-crop
-resize
vp8_cuvid AVOptions:
-deint
weave .D.V..... Weave deinterlacing (do nothing)
bob .D.V..... Bob deinterlacing
adaptive .D.V..... Adaptive deinterlacing
-gpu
-surfaces
-drop_second_field
-crop
-resize
vp8_qsv AVOptions:
-async_depth
vp9_cuvid AVOptions:
-deint
weave .D.V..... Weave deinterlacing (do nothing)
bob .D.V..... Bob deinterlacing
adaptive .D.V..... Adaptive deinterlacing
-gpu
-surfaces
-drop_second_field
-crop
-resize
AVFormatContext AVOptions:
-avioflags
direct ED....... reduce buffering
-probesize
-formatprobesize
-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....... deprecated, does nothing
fastseek .D....... fast but inaccurate seeks
nobuffer .D....... reduce the latency introduced by optional buffering
-seek2any
-analyzeduration
-cryptokey
-indexmem
-rtbufsize
-fdebug
ts ED.......
-max_delay
-fpsprobesize
-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
ignore_err .D....... ignore errors
careful .D....... consider things that violate the spec, are fast to check 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 shouldn't 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
ignore_err .D....... ignore errors
careful .D....... consider things that violate the spec, are fast to check 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 shouldn't do as an error
-use_wallclock_as_timestamps
-skip_initial_bytes
-correct_ts_overflow
-f_strict
very ED....... strictly conform to a older more strict version of the spec or reference software
strict ED....... strictly conform to all the things in the spec no matter what the consequences
normal ED.......
unofficial ED....... allow unofficial extensions
experimental ED....... allow non-standardized experimental variants
-strict
very ED....... strictly conform to a older more strict version of the spec or reference software
strict ED....... strictly conform to all the things in the spec no matter what the consequences
normal ED.......
unofficial ED....... allow unofficial extensions
experimental ED....... allow non-standardized experimental variants
-max_ts_probe
-dump_separator
-codec_whitelist
-format_whitelist
-protocol_whitelist
-protocol_blacklist
-max_streams
AVIOContext AVOptions:
-protocol_whitelist
URLContext AVOptions:
-protocol_whitelist
-protocol_blacklist
-rw_timeout
Async AVOptions:
bluray AVOptions:
-playlist
-angle
-chapter
Cache AVOptions:
-read_ahead_limit
crypto AVOptions:
-key
-iv
-decryption_key
-decryption_iv
ffrtmpcrypt AVOptions:
-ffrtmpcrypt_tunneling
ffrtmphttp AVOptions:
-ffrtmphttp_tls
file AVOptions:
-follow
ftp AVOptions:
-timeout
-ftp-anonymous-password
http AVOptions:
-seekable
-http_proxy
-headers
-content_type
-user_agent
-referer
-user-agent
-multiple_requests
-post_data
-cookies
-icy
-auth_type
none ED....... No auth method set, autodetect
basic ED....... HTTP basic authentication
-location
-offset
-end_offset
-method
-reconnect
-reconnect_at_eof
-reconnect_streamed
-reconnect_delay_max
-listen
https AVOptions:
-seekable
-http_proxy
-headers
-content_type
-user_agent
-referer
-user-agent
-multiple_requests
-post_data
-cookies
-icy
-auth_type
none ED....... No auth method set, autodetect
basic ED....... HTTP basic authentication
-location
-offset
-end_offset
-method
-reconnect
-reconnect_at_eof
-reconnect_streamed
-reconnect_delay_max
-listen
icecast AVOptions:
pipe AVOptions:
prompeg AVOptions:
rtmp AVOptions:
-rtmp_app
-rtmp_buffer
-rtmp_conn
-rtmp_flashver
-rtmp_live
any .D....... both
live .D....... live stream
recorded .D....... recorded stream
-rtmp_pageurl
-rtmp_playpath
-rtmp_subscribe
-rtmp_swfhash
-rtmp_swfsize
-rtmp_swfurl
-rtmp_swfverify
-rtmp_tcurl
-rtmp_listen
-listen
-timeout
rtmpe AVOptions:
-rtmp_app
-rtmp_buffer
-rtmp_conn
-rtmp_flashver
-rtmp_live
any .D....... both
live .D....... live stream
recorded .D....... recorded stream
-rtmp_pageurl
-rtmp_playpath
-rtmp_subscribe
-rtmp_swfhash
-rtmp_swfsize
-rtmp_swfurl
-rtmp_swfverify
-rtmp_tcurl
-rtmp_listen
-listen
-timeout
rtmps AVOptions:
-rtmp_app
-rtmp_buffer
-rtmp_conn
-rtmp_flashver
-rtmp_live
any .D....... both
live .D....... live stream
recorded .D....... recorded stream
-rtmp_pageurl
-rtmp_playpath
-rtmp_subscribe
-rtmp_swfhash
-rtmp_swfsize
-rtmp_swfurl
-rtmp_swfverify
-rtmp_tcurl
-rtmp_listen
-listen
-timeout
rtmpt AVOptions:
-rtmp_app
-rtmp_buffer
-rtmp_conn
-rtmp_flashver
-rtmp_live
any .D....... both
live .D....... live stream
recorded .D....... recorded stream
-rtmp_pageurl
-rtmp_playpath
-rtmp_subscribe
-rtmp_swfhash
-rtmp_swfsize
-rtmp_swfurl
-rtmp_swfverify
-rtmp_tcurl
-rtmp_listen
-listen
-timeout
rtmpte AVOptions:
-rtmp_app
-rtmp_buffer
-rtmp_conn
-rtmp_flashver
-rtmp_live
any .D....... both
live .D....... live stream
recorded .D....... recorded stream
-rtmp_pageurl
-rtmp_playpath
-rtmp_subscribe
-rtmp_swfhash
-rtmp_swfsize
-rtmp_swfurl
-rtmp_swfverify
-rtmp_tcurl
-rtmp_listen
-listen
-timeout
rtmpts AVOptions:
-rtmp_app
-rtmp_buffer
-rtmp_conn
-rtmp_flashver
-rtmp_live
any .D....... both
live .D....... live stream
recorded .D....... recorded stream
-rtmp_pageurl
-rtmp_playpath
-rtmp_subscribe
-rtmp_swfhash
-rtmp_swfsize
-rtmp_swfurl
-rtmp_swfverify
-rtmp_tcurl
-rtmp_listen
-listen
-timeout
rtp AVOptions:
-ttl
-buffer_size
-rtcp_port
-local_rtpport
-local_rtcpport
-connect
-write_to_source
-pkt_size
-dscp
-sources
-block
srtp AVOptions:
-srtp_in_suite
-srtp_in_params
subfile AVOptions:
-start
-end
tee AVOptions:
tcp AVOptions:
-listen
-timeout
-listen_timeout
-send_buffer_size
-recv_buffer_size
-tcp_nodelay
tls AVOptions:
-ca_file
-cafile
-tls_verify
-cert_file
-key_file
-listen
-verifyhost
udp AVOptions:
-buffer_size
-localport
-local_port
-localaddr
-udplite_coverage
-pkt_size
-reuse
-reuse_socket
-connect
-fifo_size
-overrun_nonfatal
-timeout
-sources
-block
udplite AVOptions:
-buffer_size
-localport
-local_port
-localaddr
-udplite_coverage
-pkt_size
-reuse
-reuse_socket
-connect
-fifo_size
-overrun_nonfatal
-timeout
-sources
-block
aa AVOptions:
-aa_fixed_key
Artworx Data Format demuxer AVOptions:
-linespeed
-video_size
-framerate
APNG demuxer AVOptions:
-ignore_loop
-max_fps
-default_fps
aptx demuxer AVOptions:
-sample_rate
aptx hd demuxer AVOptions:
-sample_rate
aqtdec AVOptions:
-subfps
asf demuxer AVOptions:
-no_resync_search
-export_xmp
avi AVOptions:
-use_odml
Binary text demuxer AVOptions:
-linespeed
-video_size
-framerate
cavsvideo demuxer AVOptions:
-framerate
CDXL demuxer AVOptions:
-sample_rate
-framerate
codec2 demuxer AVOptions:
-frames_per_packet
codec2raw demuxer AVOptions:
-mode
3200 .D....... 3200
2400 .D....... 2400
1600 .D....... 1600
1400 .D....... 1400
1300 .D....... 1300
1200 .D....... 1200
700 .D....... 700
700B .D....... 700B
700C .D....... 700C
-frames_per_packet
concat demuxer AVOptions:
-safe
-auto_convert
-segment_time_metadata
dash AVOptions:
-allowed_extensions
dirac demuxer AVOptions:
-framerate
dnxhd demuxer AVOptions:
-framerate
dvbsub demuxer AVOptions:
-framerate
dvbtxt demuxer AVOptions:
-framerate
FITS demuxer AVOptions:
-framerate
flvdec AVOptions:
-flv_metadata
-missing_streams
live_flvdec AVOptions:
-flv_metadata
-missing_streams
G.726 big-endian demuxer AVOptions:
-code_size
-sample_rate
G.726 little-endian demuxer AVOptions:
-code_size
-sample_rate
g729 demuxer AVOptions:
-bit_rate
GIF demuxer AVOptions:
-min_delay
-max_gif_delay
-default_delay
-ignore_loop
gsm demuxer AVOptions:
-sample_rate
h261 demuxer AVOptions:
-framerate
h263 demuxer AVOptions:
-framerate
h264 demuxer AVOptions:
-framerate
hevc demuxer AVOptions:
-framerate
hls,applehttp AVOptions:
-live_start_index
-allowed_extensions
-max_reload
-http_persistent
-http_multiple
iCE Draw File demuxer AVOptions:
-linespeed
-video_size
-framerate
image2 demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
image2pipe demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
alias_pix demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
brender_pix demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
ingenient demuxer AVOptions:
-framerate
m4v demuxer AVOptions:
-framerate
microdvddec AVOptions:
-subfps
mjpeg demuxer AVOptions:
-framerate
mjpeg_2000 demuxer AVOptions:
-framerate
mov,mp4,m4a,3gp,3g2,mj2 AVOptions:
-use_absolute_path
-seek_streams_individually
-ignore_editlist
-advanced_editlist
-ignore_chapters
-use_mfra_for
auto .D.V..... auto
dts .D.V..... dts
pts .D.V..... pts
-export_all
-export_xmp
-activation_bytes
-audible_fixed_key
-decryption_key
-enable_drefs
mp3 AVOptions:
-usetoc
mpegts demuxer AVOptions:
-resync_size
-fix_teletext_pts
-ts_packetsize
-scan_all_pmts
mpegtsraw demuxer AVOptions:
-resync_size
-compute_pcr
-ts_packetsize
mpegvideo demuxer AVOptions:
-framerate
MPJPEG demuxer AVOptions:
-strict_mime_boundary
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
-reorder_queue_size
-buffer_size
RTSP demuxer AVOptions:
-initial_pause
-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
prefer_tcp ED....... try RTP via TCP first, if available
-allowed_media_types
video .D....... Video
audio .D....... Audio
data .D....... Data
subtitle .D....... Subtitle
-min_port
-max_port
-listen_timeout
-timeout
-stimeout
-reorder_queue_size
-buffer_size
-user_agent
-user-agent
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
custom_io .D....... use custom I/O
rtcp_to_source .D....... send RTCP packets to the source address of received packets
-allowed_media_types
video .D....... Video
audio .D....... Audio
data .D....... Data
subtitle .D....... Subtitle
-reorder_queue_size
-buffer_size
sln demuxer AVOptions:
-sample_rate
-channels
tedcaptions_demuxer AVOptions:
-start_time
TTY demuxer AVOptions:
-chars_per_frame
-video_size
-framerate
v210 demuxer AVOptions:
-video_size
-framerate
v210x demuxer AVOptions:
-video_size
-framerate
vc1 demuxer AVOptions:
-framerate
vobsub AVOptions:
-sub_name
WAV demuxer AVOptions:
-ignore_length
WebM DASH Manifest demuxer AVOptions:
-live
-bandwidth
WebVTT demuxer AVOptions:
eXtended BINary text (XBIN) demuxer AVOptions:
-linespeed
-video_size
-framerate
bmp demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
dds demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
dpx demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
exr demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
j2k demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
jpeg demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
jpegls demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
pam demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
pbm demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
pcx demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
pgmyuv demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
pgm demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
pictor demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
png demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
ppm demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
psd demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
qdraw demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
sgi demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
svg demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
sunrast demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
tiff demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
webp demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
xpm demuxer AVOptions:
-framerate
-loop
-pattern_type
glob_sequence .D....... select glob/sequence pattern type
glob .D....... select glob pattern type
sequence .D....... select sequence pattern type
none .D....... disable pattern matching
-pixel_format
-start_number
-start_number_range
-video_size
-frame_size
-ts_from_file
none .D....... none
sec .D....... second precision
ns .D....... nano second precision
dshow indev AVOptions:
-video_size
-pixel_format
-framerate
-sample_rate
-sample_size
-channels
-audio_buffer_size
-list_devices
-list_options
-video_device_number
-audio_device_number
-crossbar_video_input_pin_number
-crossbar_audio_input_pin_number
-show_video_device_dialog
-show_audio_device_dialog
-show_video_crossbar_connection_dialog
-show_audio_crossbar_connection_dialog
-show_analog_tv_tuner_dialog
-show_analog_tv_tuner_audio_dialog
-audio_device_load
-audio_device_save
-video_device_load
-video_device_save
GDIgrab indev AVOptions:
-draw_mouse
-show_region
-framerate
-video_size
-offset_x
-offset_y
lavfi indev AVOptions:
-graph
-graph_file
-dumpgraph
VFW indev AVOptions:
-video_size
-framerate
ADTS muxer AVOptions:
AIFF muxer AVOptions:
APNG muxer AVOptions:
ASF muxer AVOptions:
ass muxer AVOptions:
AST muxer AVOptions:
ASF stream muxer AVOptions:
AVI muxer AVOptions:
dash muxer AVOptions:
f4v muxer AVOptions:
Fifo muxer AVOptions:
Fifo test muxer AVOptions:
flac muxer AVOptions:
flv muxer AVOptions:
frame hash encoder class AVOptions:
frame hash encoder class AVOptions:
GIF muxer AVOptions:
hash encoder class AVOptions:
HDS muxer AVOptions:
hls muxer AVOptions:
image2 muxer AVOptions:
ipod muxer AVOptions:
ismv muxer AVOptions:
LATM/LOAS muxer AVOptions:
MD5 encoder class AVOptions:
matroska muxer AVOptions:
matroska audio muxer AVOptions:
mov muxer AVOptions:
MP3 muxer AVOptions:
mp4 muxer AVOptions:
mpeg muxer AVOptions:
vcd muxer AVOptions:
dvd muxer AVOptions:
svcd muxer AVOptions:
vob muxer AVOptions:
MPEGTS muxer AVOptions:
mpjpeg_muxer AVOptions:
MXF muxer AVOptions:
MXF-D10 muxer AVOptions:
MXF-OPAtom muxer AVOptions:
nutenc AVOptions:
Ogg audio muxer AVOptions:
Ogg muxer AVOptions:
Ogg video muxer AVOptions:
Ogg Opus muxer AVOptions:
psp muxer AVOptions:
RTP muxer AVOptions:
RTSP muxer AVOptions:
-initial_pause
-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
prefer_tcp ED....... try RTP via TCP first, if available
-allowed_media_types
video .D....... Video
audio .D....... Audio
data .D....... Data
subtitle .D....... Subtitle
-min_port
-max_port
-listen_timeout
-timeout
-stimeout
-reorder_queue_size
-buffer_size
-user_agent
-user-agent
segment muxer AVOptions:
stream_segment muxer AVOptions:
smooth streaming muxer AVOptions:
Ogg Speex muxer AVOptions:
spdif AVOptions:
Tee muxer AVOptions:
tg2 muxer AVOptions:
tgp muxer AVOptions:
WAV muxer AVOptions:
webm muxer AVOptions:
WebM DASH Manifest muxer AVOptions:
WebM Chunk Muxer AVOptions:
WebP muxer AVOptions:
sdl2 outdev AVOptions:
AVFilter AVOptions:
thread_type
enable
threads
extra_hw_frames
abench AVOptions:
action
start ..F.A.... start timer
stop ..F.A.... stop timer
acompressor AVOptions:
level_in
threshold
ratio
attack
release
makeup
knee
link
average ..F.A....
maximum ..F.A....
detection
peak ..F.A....
rms ..F.A....
level_sc
mix
acontrast AVOptions:
contrast
acrossfade AVOptions:
nb_samples
ns
duration
d
overlap
o
curve1
tri ..F.A.... linear slope
qsin ..F.A.... quarter of sine wave
esin ..F.A.... exponential sine wave
hsin ..F.A.... half of sine wave
log ..F.A.... logarithmic
ipar ..F.A.... inverted parabola
qua ..F.A.... quadratic
cub ..F.A.... cubic
squ ..F.A.... square root
cbr ..F.A.... cubic root
par ..F.A.... parabola
exp ..F.A.... exponential
iqsin ..F.A.... inverted quarter of sine wave
ihsin ..F.A.... inverted half of sine wave
dese ..F.A.... double-exponential seat
desi ..F.A.... double-exponential sigmoid
c1
tri ..F.A.... linear slope
qsin ..F.A.... quarter of sine wave
esin ..F.A.... exponential sine wave
hsin ..F.A.... half of sine wave
log ..F.A.... logarithmic
ipar ..F.A.... inverted parabola
qua ..F.A.... quadratic
cub ..F.A.... cubic
squ ..F.A.... square root
cbr ..F.A.... cubic root
par ..F.A.... parabola
exp ..F.A.... exponential
iqsin ..F.A.... inverted quarter of sine wave
ihsin ..F.A.... inverted half of sine wave
dese ..F.A.... double-exponential seat
desi ..F.A.... double-exponential sigmoid
curve2
tri ..F.A.... linear slope
qsin ..F.A.... quarter of sine wave
esin ..F.A.... exponential sine wave
hsin ..F.A.... half of sine wave
log ..F.A.... logarithmic
ipar ..F.A.... inverted parabola
qua ..F.A.... quadratic
cub ..F.A.... cubic
squ ..F.A.... square root
cbr ..F.A.... cubic root
par ..F.A.... parabola
exp ..F.A.... exponential
iqsin ..F.A.... inverted quarter of sine wave
ihsin ..F.A.... inverted half of sine wave
dese ..F.A.... double-exponential seat
desi ..F.A.... double-exponential sigmoid
c2
tri ..F.A.... linear slope
qsin ..F.A.... quarter of sine wave
esin ..F.A.... exponential sine wave
hsin ..F.A.... half of sine wave
log ..F.A.... logarithmic
ipar ..F.A.... inverted parabola
qua ..F.A.... quadratic
cub ..F.A.... cubic
squ ..F.A.... square root
cbr ..F.A.... cubic root
par ..F.A.... parabola
exp ..F.A.... exponential
iqsin ..F.A.... inverted quarter of sine wave
ihsin ..F.A.... inverted half of sine wave
dese ..F.A.... double-exponential seat
desi ..F.A.... double-exponential sigmoid
acrusher AVOptions:
level_in
level_out
bits
mix
mode
lin ..F.A.... linear
log ..F.A.... logarithmic
dc
aa
samples
lfo
lforange
lforate
adelay AVOptions:
delays
aecho AVOptions:
in_gain
out_gain
delays
decays
aemphasis AVOptions:
level_in
level_out
mode
reproduction ..F.A....
production ..F.A....
type
col ..F.A.... Columbia
emi ..F.A.... EMI
bsi ..F.A.... BSI (78RPM)
riaa ..F.A.... RIAA
cd ..F.A.... Compact Disc (CD)
50fm ..F.A.... 50µs (FM)
75fm ..F.A.... 75µs (FM)
50kf ..F.A.... 50µs (FM-KF)
75kf ..F.A.... 75µs (FM-KF)
aeval AVOptions:
exprs
channel_layout
c
afade AVOptions:
type
in ..F.A.... fade-in
out ..F.A.... fade-out
t
in ..F.A.... fade-in
out ..F.A.... fade-out
start_sample
ss
nb_samples
ns
start_time
st
duration
d
curve
tri ..F.A.... linear slope
qsin ..F.A.... quarter of sine wave
esin ..F.A.... exponential sine wave
hsin ..F.A.... half of sine wave
log ..F.A.... logarithmic
ipar ..F.A.... inverted parabola
qua ..F.A.... quadratic
cub ..F.A.... cubic
squ ..F.A.... square root
cbr ..F.A.... cubic root
par ..F.A.... parabola
exp ..F.A.... exponential
iqsin ..F.A.... inverted quarter of sine wave
ihsin ..F.A.... inverted half of sine wave
dese ..F.A.... double-exponential seat
desi ..F.A.... double-exponential sigmoid
c
tri ..F.A.... linear slope
qsin ..F.A.... quarter of sine wave
esin ..F.A.... exponential sine wave
hsin ..F.A.... half of sine wave
log ..F.A.... logarithmic
ipar ..F.A.... inverted parabola
qua ..F.A.... quadratic
cub ..F.A.... cubic
squ ..F.A.... square root
cbr ..F.A.... cubic root
par ..F.A.... parabola
exp ..F.A.... exponential
iqsin ..F.A.... inverted quarter of sine wave
ihsin ..F.A.... inverted half of sine wave
dese ..F.A.... double-exponential seat
desi ..F.A.... double-exponential sigmoid
afftfilt AVOptions:
real
imag
win_size
w16 ..F.A....
w32 ..F.A....
w64 ..F.A....
w128 ..F.A....
w256 ..F.A....
w512 ..F.A....
w1024 ..F.A....
w2048 ..F.A....
w4096 ..F.A....
w8192 ..F.A....
w16384 ..F.A....
w32768 ..F.A....
w65536 ..F.A....
w131072 ..F.A....
win_func
rect ..F.A.... Rectangular
bartlett ..F.A.... Bartlett
hann ..F.A.... Hann
hanning ..F.A.... Hanning
hamming ..F.A.... Hamming
sine ..F.A.... Sine
overlap
afir AVOptions:
dry
wet
length
again
aformat AVOptions:
sample_fmts
sample_rates
channel_layouts
agate AVOptions:
level_in
range
threshold
ratio
attack
release
makeup
knee
detection
peak ..F.A....
rms ..F.A....
link
average ..F.A....
maximum ..F.A....
level_sc
aiir AVOptions:
z
p
k
dry
wet
f
tf ..F.A.... transfer function
zp ..F.A.... Z-plane zeros/poles
pr ..F.A.... Z-plane zeros/poles (polar radians)
pd ..F.A.... Z-plane zeros/poles (polar degrees)
r
d ..F.A.... direct
s ..F.A.... serial cascading
e
dbl ..F.A.... double-precision floating-point
flt ..F.A.... single-precision floating-point
i32 ..F.A.... 32-bit integers
i16 ..F.A.... 16-bit integers
ainterleave AVOptions:
nb_inputs
n
alimiter AVOptions:
level_in
level_out
limit
attack
release
asc
asc_level
level
allpass AVOptions:
frequency
f
width_type
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
t
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
width
w
channels
c
aloop AVOptions:
loop
size
start
amerge AVOptions:
inputs
ametadata AVOptions:
mode
select ..F.A.... select frame
add ..F.A.... add new metadata
modify ..F.A.... modify metadata
delete ..F.A.... delete metadata
print ..F.A.... print metadata
key
value
function
same_str ..F.A....
starts_with ..F.A....
less ..F.A....
equal ..F.A....
greater ..F.A....
expr ..F.A....
expr
file
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
weights
anequalizer AVOptions:
params
curves
size
mgain
fscale
lin ..FV..... linear
log ..FV..... logarithmic
colors
apad AVOptions:
packet_size
pad_len
whole_len
aperms AVOptions:
mode
none ..FVA.... do nothing
ro ..FVA.... set all output frames read-only
rw ..FVA.... set all output frames writable
toggle ..FVA.... switch permissions
random ..FVA.... set permissions randomly
seed
aphaser AVOptions:
in_gain
out_gain
delay
decay
speed
type
triangular ..F.A....
t ..F.A....
sinusoidal ..F.A....
s ..F.A....
apulsator AVOptions:
level_in
level_out
mode
sine ..F.A....
triangle ..F.A....
square ..F.A....
sawup ..F.A....
sawdown ..F.A....
amount
offset_l
offset_r
width
timing
bpm ..F.A....
ms ..F.A....
hz ..F.A....
bpm
ms
hz
arealtime AVOptions:
limit
aresample AVOptions:
sample_rate
SWResampler AVOptions:
aselect AVOptions:
expr
e
outputs
n
asendcmd AVOptions:
commands
c
filename
f
asetnsamples AVOptions:
nb_out_samples
n
pad
p
asetpts AVOptions:
expr
asetrate AVOptions:
sample_rate
r
asettb AVOptions:
expr
tb
asidedata AVOptions:
mode
select ..F.A.... select frame
delete ..F.A.... delete side data
type
PANSCAN ..F.A....
A53_CC ..F.A....
STEREO3D ..F.A....
MATRIXENCODING ..F.A....
DOWNMIX_INFO ..F.A....
REPLAYGAIN ..F.A....
DISPLAYMATRIX ..F.A....
AFD ..F.A....
MOTION_VECTORS ..F.A....
SKIP_SAMPLES ..F.A....
AUDIO_SERVICE_TYPE ..F.A....
MASTERING_DISPLAY_METADATA ..F.A....
GOP_TIMECODE ..F.A....
asplit AVOptions:
outputs
astats AVOptions:
length
metadata
reset
astreamselect AVOptions:
inputs
map
atempo AVOptions:
tempo
atrim AVOptions:
start
starti
end
endi
start_pts
end_pts
duration
durationi
start_sample
end_sample
bandpass AVOptions:
frequency
f
width_type
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
t
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
width
w
csg
channels
c
bandreject AVOptions:
frequency
f
width_type
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
t
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
width
w
channels
c
bass AVOptions:
frequency
f
width_type
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
t
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
width
w
gain
g
channels
c
biquad AVOptions:
a0
a1
a2
b0
b1
b2
channels
c
channelmap AVOptions:
map
channel_layout
channelsplit AVOptions:
channel_layout
channels
chorus AVOptions:
in_gain
out_gain
delays
decays
speeds
depths
compand AVOptions:
attacks
decays
points
soft-knee
gain
volume
delay
compensationdelay AVOptions:
mm
cm
m
dry
wet
temp
crossfeed AVOptions:
strength
range
level_in
level_out
crystalizer AVOptions:
i
c
dcshift AVOptions:
shift
limitergain
drmeter AVOptions:
length
dynaudnorm AVOptions:
f
g
p
m
r
n
c
b
s
ebur128 AVOptions:
video
size
meter
framelog
info ..FVA.... information logging level
verbose ..FVA.... verbose logging level
metadata
peak
none ..F.A.... disable any peak mode
sample ..F.A.... enable peak-sample mode
true ..F.A.... enable true-peak mode
dualmono
panlaw
equalizer AVOptions:
frequency
f
width_type
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
t
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
width
w
gain
g
channels
c
extrastereo AVOptions:
m
c
firequalizer AVOptions:
gain
gain_entry
delay
accuracy
wfunc
rectangular ..F.A.... rectangular window
hann ..F.A.... hann window
hamming ..F.A.... hamming window
blackman ..F.A.... blackman window
nuttall3 ..F.A.... 3-term nuttall window
mnuttall3 ..F.A.... minimum 3-term nuttall window
nuttall ..F.A.... nuttall window
bnuttall ..F.A.... blackman-nuttall window
bharris ..F.A.... blackman-harris window
tukey ..F.A.... tukey window
fixed
multi
zero_phase
scale
linlin ..F.A.... linear-freq linear-gain
linlog ..F.A.... linear-freq logarithmic-gain
loglin ..F.A.... logarithmic-freq linear-gain
loglog ..F.A.... logarithmic-freq logarithmic-gain
dumpfile
dumpscale
linlin ..F.A.... linear-freq linear-gain
linlog ..F.A.... linear-freq logarithmic-gain
loglin ..F.A.... logarithmic-freq linear-gain
loglog ..F.A.... logarithmic-freq logarithmic-gain
fft2
min_phase
flanger AVOptions:
delay
depth
regen
width
speed
shape
triangular ..F.A....
t ..F.A....
sinusoidal ..F.A....
s ..F.A....
phase
interp
linear ..F.A....
quadratic ..F.A....
haas AVOptions:
level_in
level_out
side_gain
middle_source
left ..F.A....
right ..F.A....
mid ..F.A.... L+R
side ..F.A.... L-R
middle_phase
left_delay
left_balance
left_gain
left_phase
right_delay
right_balance
right_gain
right_phase
hdcd AVOptions:
disable_autoconvert
process_stereo
cdt_ms
force_pe
analyze_mode
off ..F.A.... disabled
lle ..F.A.... gain adjustment level at each sample
pe ..F.A.... samples where peak extend occurs
cdt ..F.A.... samples where the code detect timer is active
tgm ..F.A.... samples where the target gain does not match between channels
bits_per_sample
16 ..F.A.... 16-bit (in s32 or s16)
20 ..F.A.... 20-bit (in s32)
24 ..F.A.... 24-bit (in s32)
headphone AVOptions:
map
gain
lfe
type
time ..F.A.... time domain
freq ..F.A.... frequency domain
size
hrir
stereo ..F.A.... hrir files have exactly 2 channels
multich ..F.A.... single multichannel hrir file
highpass AVOptions:
frequency
f
width_type
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
t
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
width
w
poles
p
channels
c
join AVOptions:
inputs
channel_layout
map
loudnorm AVOptions:
I
i
LRA
lra
TP
tp
measured_I
measured_i
measured_LRA
measured_lra
measured_TP
measured_tp
measured_thresh
offset
linear
dual_mono
print_format
none ..F.A....
json ..F.A....
summary ..F.A....
lowpass AVOptions:
frequency
f
width_type
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
t
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
width
w
poles
p
channels
c
mcompand AVOptions:
args
pan AVOptions:
args
sidechaincompress AVOptions:
level_in
threshold
ratio
attack
release
makeup
knee
link
average ..F.A....
maximum ..F.A....
detection
peak ..F.A....
rms ..F.A....
level_sc
mix
sidechaingate AVOptions:
level_in
range
threshold
ratio
attack
release
makeup
knee
detection
peak ..F.A....
rms ..F.A....
link
average ..F.A....
maximum ..F.A....
level_sc
silencedetect AVOptions:
n
noise
d
duration
mono
silenceremove AVOptions:
start_periods
start_duration
start_threshold
stop_periods
stop_duration
stop_threshold
leave_silence
detection
peak ..F.A....
rms ..F.A....
window
sofalizer AVOptions:
sofa
gain
rotation
elevation
radius
type
time ..F.A.... time domain
freq ..F.A.... frequency domain
speakers
lfegain
stereotools AVOptions:
level_in
level_out
balance_in
balance_out
softclip
mutel
muter
phasel
phaser
mode
lr>lr ..F.A....
lr>ms ..F.A....
ms>lr ..F.A....
lr>ll ..F.A....
lr>rr ..F.A....
lr>l+r ..F.A....
lr>rl ..F.A....
ms>ll ..F.A....
ms>rr ..F.A....
slev
sbal
mlev
mpan
base
delay
sclevel
phase
bmode_in
balance ..F.A....
amplitude ..F.A....
power ..F.A....
bmode_out
balance ..F.A....
amplitude ..F.A....
power ..F.A....
stereowiden AVOptions:
delay
feedback
crossfeed
drymix
superequalizer AVOptions:
1b
2b
3b
4b
5b
6b
7b
8b
9b
10b
11b
12b
13b
14b
15b
16b
17b
18b
surround AVOptions:
chl_out
chl_in
level_in
level_out
lfe
lfe_low
lfe_high
fc_in
fc_out
lfe_in
lfe_out
treble AVOptions:
frequency
f
width_type
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
t
h ..F.A.... Hz
q ..F.A.... Q-Factor
o ..F.A.... octave
s ..F.A.... slope
k ..F.A.... kHz
width
w
gain
g
channels
c
tremolo AVOptions:
f
d
vibrato AVOptions:
f
d
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
eval
once ..F.A.... eval volume expression once
frame ..F.A.... eval volume expression per-frame
replaygain
drop ..F.A.... replaygain side data is dropped
ignore ..F.A.... replaygain side data is ignored
track ..F.A.... track gain is preferred
album ..F.A.... album gain is preferred
replaygain_preamp
replaygain_noclip
aevalsrc AVOptions:
exprs
nb_samples
n
sample_rate
s
duration
d
channel_layout
c
anoisesrc AVOptions:
sample_rate
r
amplitude
a
duration
d
color
white ..F.A....
pink ..F.A....
brown ..F.A....
blue ..F.A....
violet ..F.A....
colour
white ..F.A....
pink ..F.A....
brown ..F.A....
blue ..F.A....
violet ..F.A....
c
white ..F.A....
pink ..F.A....
brown ..F.A....
blue ..F.A....
violet ..F.A....
seed
s
nb_samples
n
anullsrc AVOptions:
channel_layout
cl
sample_rate
r
nb_samples
n
hilbert AVOptions:
sample_rate
r
taps
t
nb_samples
n
win_func
rect ..F.A.... Rectangular
bartlett ..F.A.... Bartlett
hanning ..F.A.... Hanning
hamming ..F.A.... Hamming
blackman ..F.A.... Blackman
welch ..F.A.... Welch
flattop ..F.A.... Flat-top
bharris ..F.A.... Blackman-Harris
bnuttall ..F.A.... Blackman-Nuttall
bhann ..F.A.... Bartlett-Hann
sine ..F.A.... Sine
nuttall ..F.A.... Nuttall
lanczos ..F.A.... Lanczos
gauss ..F.A.... Gauss
tukey ..F.A.... Tukey
dolph ..F.A.... Dolph-Chebyshev
cauchy ..F.A.... Cauchy
parzen ..F.A.... Parzen
poisson ..F.A.... Poisson
w
rect ..F.A.... Rectangular
bartlett ..F.A.... Bartlett
hanning ..F.A.... Hanning
hamming ..F.A.... Hamming
blackman ..F.A.... Blackman
welch ..F.A.... Welch
flattop ..F.A.... Flat-top
bharris ..F.A.... Blackman-Harris
bnuttall ..F.A.... Blackman-Nuttall
bhann ..F.A.... Bartlett-Hann
sine ..F.A.... Sine
nuttall ..F.A.... Nuttall
lanczos ..F.A.... Lanczos
gauss ..F.A.... Gauss
tukey ..F.A.... Tukey
dolph ..F.A.... Dolph-Chebyshev
cauchy ..F.A.... Cauchy
parzen ..F.A.... Parzen
poisson ..F.A.... Poisson
sine AVOptions:
frequency
f
beep_factor
b
sample_rate
r
duration
d
samples_per_frame
ass AVOptions:
filename
f
original_size
fontsdir
alpha
shaping
auto ..FV.....
simple ..FV..... simple shaping
complex ..FV..... complex shaping
atadenoise AVOptions:
0a
0b
1a
1b
2a
2b
s
p
avgblur AVOptions:
sizeX
planes
sizeY
bbox AVOptions:
min_val
bench AVOptions:
action
start ..FV..... start timer
stop ..FV..... stop timer
bitplanenoise AVOptions:
bitplane
filter
blackdetect AVOptions:
d
black_min_duration
picture_black_ratio_th
pic_th
pixel_black_th
pix_th
blackframe AVOptions:
amount
threshold
thresh
blend AVOptions:
c0_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
c1_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
c2_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
c3_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
all_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
c0_expr
c1_expr
c2_expr
c3_expr
all_expr
c0_opacity
c1_opacity
c2_opacity
c3_opacity
all_opacity
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
boxblur AVOptions:
luma_radius
lr
luma_power
lp
chroma_radius
cr
chroma_power
cp
alpha_radius
ar
alpha_power
ap
bwdif AVOptions:
mode
send_frame ..FV..... send one frame for each frame
send_field ..FV..... send one frame for each field
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
chromakey AVOptions:
color
similarity
blend
yuv
ciescope AVOptions:
system
ntsc ..FV..... NTSC 1953 Y'I'O' (ITU-R BT.470 System M)
470m ..FV..... NTSC 1953 Y'I'O' (ITU-R BT.470 System M)
ebu ..FV..... EBU Y'U'V' (PAL/SECAM) (ITU-R BT.470 System B, G)
470bg ..FV..... EBU Y'U'V' (PAL/SECAM) (ITU-R BT.470 System B, G)
smpte ..FV..... SMPTE-C RGB
240m ..FV..... SMPTE-240M Y'PbPr
apple ..FV..... Apple RGB
widergb ..FV..... Adobe Wide Gamut RGB
cie1931 ..FV..... CIE 1931 RGB
hdtv ..FV..... ITU.BT-709 Y'CbCr
rec709 ..FV..... ITU.BT-709 Y'CbCr
uhdtv ..FV..... ITU-R.BT-2020
rec2020 ..FV..... ITU-R.BT-2020
cie
xyy ..FV..... CIE 1931 xyY
ucs ..FV..... CIE 1960 UCS
luv ..FV..... CIE 1976 Luv
gamuts
ntsc ..FV.....
470m ..FV.....
ebu ..FV.....
470bg ..FV.....
smpte ..FV.....
240m ..FV.....
apple ..FV.....
widergb ..FV.....
cie1931 ..FV.....
hdtv ..FV.....
rec709 ..FV.....
uhdtv ..FV.....
rec2020 ..FV.....
size
s
intensity
i
contrast
corrgamma
showwhite
gamma
codecview AVOptions:
mv
pf ..FV..... forward predicted MVs of P-frames
bf ..FV..... forward predicted MVs of B-frames
bb ..FV..... backward predicted MVs of B-frames
qp
mv_type
fp ..FV..... forward predicted MVs
bp ..FV..... backward predicted MVs
mvt
fp ..FV..... forward predicted MVs
bp ..FV..... backward predicted MVs
frame_type
if ..FV..... I-frames
pf ..FV..... P-frames
bf ..FV..... B-frames
ft
if ..FV..... I-frames
pf ..FV..... P-frames
bf ..FV..... B-frames
colorbalance AVOptions:
rs
gs
bs
rm
gm
bm
rh
gh
bh
colorchannelmixer AVOptions:
rr
rg
rb
ra
gr
gg
gb
ga
br
bg
bb
ba
ar
ag
ab
aa
colorkey AVOptions:
color
similarity
blend
colorlevels AVOptions:
rimin
gimin
bimin
aimin
rimax
gimax
bimax
aimax
romin
gomin
bomin
aomin
romax
gomax
bomax
aomax
colormatrix AVOptions:
src
bt709 ..FV..... set BT.709 colorspace
fcc ..FV..... set FCC colorspace
bt601 ..FV..... set BT.601 colorspace
bt470 ..FV..... set BT.470 colorspace
bt470bg ..FV..... set BT.470 colorspace
smpte170m ..FV..... set SMTPE-170M colorspace
smpte240m ..FV..... set SMPTE-240M colorspace
bt2020 ..FV..... set BT.2020 colorspace
dst
bt709 ..FV..... set BT.709 colorspace
fcc ..FV..... set FCC colorspace
bt601 ..FV..... set BT.601 colorspace
bt470 ..FV..... set BT.470 colorspace
bt470bg ..FV..... set BT.470 colorspace
smpte170m ..FV..... set SMTPE-170M colorspace
smpte240m ..FV..... set SMPTE-240M colorspace
bt2020 ..FV..... set BT.2020 colorspace
colorspace AVOptions:
all
bt470m ..FV.....
bt470bg ..FV.....
bt601-6-525 ..FV.....
bt601-6-625 ..FV.....
bt709 ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
bt2020 ..FV.....
space
bt709 ..FV.....
fcc ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
ycgco ..FV.....
gbr ..FV.....
bt2020nc ..FV.....
bt2020ncl ..FV.....
range
tv ..FV.....
mpeg ..FV.....
pc ..FV.....
jpeg ..FV.....
primaries
bt709 ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
smpte428 ..FV.....
film ..FV.....
smpte431 ..FV.....
smpte432 ..FV.....
bt2020 ..FV.....
jedec-p22 ..FV.....
trc
bt709 ..FV.....
bt470m ..FV.....
gamma22 ..FV.....
bt470bg ..FV.....
gamma28 ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
srgb ..FV.....
iec61966-2-1 ..FV.....
xvycc ..FV.....
iec61966-2-4 ..FV.....
bt2020-10 ..FV.....
bt2020-12 ..FV.....
format
yuv420p ..FV.....
yuv420p10 ..FV.....
yuv420p12 ..FV.....
yuv422p ..FV.....
yuv422p10 ..FV.....
yuv422p12 ..FV.....
yuv444p ..FV.....
yuv444p10 ..FV.....
yuv444p12 ..FV.....
fast
dither
none ..FV.....
fsb ..FV.....
wpadapt
bradford ..FV.....
vonkries ..FV.....
identity ..FV.....
iall
bt470m ..FV.....
bt470bg ..FV.....
bt601-6-525 ..FV.....
bt601-6-625 ..FV.....
bt709 ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
bt2020 ..FV.....
ispace
bt709 ..FV.....
fcc ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
ycgco ..FV.....
gbr ..FV.....
bt2020nc ..FV.....
bt2020ncl ..FV.....
irange
tv ..FV.....
mpeg ..FV.....
pc ..FV.....
jpeg ..FV.....
iprimaries
bt709 ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
smpte428 ..FV.....
film ..FV.....
smpte431 ..FV.....
smpte432 ..FV.....
bt2020 ..FV.....
jedec-p22 ..FV.....
itrc
bt709 ..FV.....
bt470m ..FV.....
gamma22 ..FV.....
bt470bg ..FV.....
gamma28 ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
srgb ..FV.....
iec61966-2-1 ..FV.....
xvycc ..FV.....
iec61966-2-4 ..FV.....
bt2020-10 ..FV.....
bt2020-12 ..FV.....
convolution AVOptions:
0m
1m
2m
3m
0rdiv
1rdiv
2rdiv
3rdiv
0bias
1bias
2bias
3bias
convolve AVOptions:
planes
impulse
first ..FV..... process only first impulse, ignore rest
all ..FV..... process all impulses
noise
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
cover_rect AVOptions:
cover
mode
cover ..FV..... cover area with bitmap
blur ..FV..... blur area
crop AVOptions:
out_w
w
out_h
h
x
y
keep_aspect
exact
cropdetect AVOptions:
limit
round
reset
reset_count
max_outliers
curves AVOptions:
preset
none ..FV.....
color_negative ..FV.....
cross_process ..FV.....
darker ..FV.....
increase_contrast ..FV.....
lighter ..FV.....
linear_contrast ..FV.....
medium_contrast ..FV.....
negative ..FV.....
strong_contrast ..FV.....
vintage ..FV.....
master
m
red
r
green
g
blue
b
all
psfile
plot
datascope AVOptions:
size
s
x
y
mode
mono ..FV.....
color ..FV.....
color2 ..FV.....
axis
opacity
dctdnoiz AVOptions:
sigma
s
overlap
expr
e
n
deband AVOptions:
1thr
2thr
3thr
4thr
range
r
direction
d
blur
b
coupling
c
decimate AVOptions:
cycle
dupthresh
scthresh
blockx
blocky
ppsrc
chroma
deconvolve AVOptions:
planes
impulse
first ..FV..... process only first impulse, ignore rest
all ..FV..... process all impulses
noise
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
deflate AVOptions:
threshold0
threshold1
threshold2
threshold3
deflicker AVOptions:
size
s
mode
am ..FV..... arithmetic mean
gm ..FV..... geometric mean
hm ..FV..... harmonic mean
qm ..FV..... quadratic mean
cm ..FV..... cubic mean
pm ..FV..... power mean
median ..FV..... median
m
am ..FV..... arithmetic mean
gm ..FV..... geometric mean
hm ..FV..... harmonic mean
qm ..FV..... quadratic mean
cm ..FV..... cubic mean
pm ..FV..... power mean
median ..FV..... median
bypass
deinterlace_qsv AVOptions:
mode
bob ..FV..... bob algorithm
advanced ..FV..... Motion adaptive algorithm
dejudder AVOptions:
cycle
delogo AVOptions:
x
y
w
h
show
deshake AVOptions:
x
y
w
h
rx
ry
edge
blank ..FV..... fill zeroes at blank locations
original ..FV..... original image at blank locations
clamp ..FV..... extruded edge value at blank locations
mirror ..FV..... mirrored edge at blank locations
blocksize
contrast
search
exhaustive ..FV..... exhaustive search
less ..FV..... less exhaustive search
filename
opencl
despill AVOptions:
type
green ..FV..... greenscreen
blue ..FV..... bluescreen
mix
expand
red
green
blue
brightness
alpha
detelecine AVOptions:
first_field
top ..FV..... select top field first
t ..FV..... select top field first
bottom ..FV..... select bottom field first
b ..FV..... select bottom field first
pattern
start_frame
dilation AVOptions:
threshold0
threshold1
threshold2
threshold3
coordinates
displace AVOptions:
edge
blank ..FV.....
smear ..FV.....
wrap ..FV.....
mirror ..FV.....
doubleweave AVOptions:
first_field
top ..FV..... set top field first
t ..FV..... set top field first
bottom ..FV..... set bottom field first
b ..FV..... set bottom field first
drawbox AVOptions:
x
y
width
w
height
h
color
c
thickness
t
replace
drawgraph AVOptions:
m1
fg1
m2
fg2
m3
fg3
m4
fg4
bg
min
max
mode
bar ..FV..... draw bars
dot ..FV..... draw dots
line ..FV..... draw lines
slide
frame ..FV..... draw new frames
replace ..FV..... replace old columns with new
scroll ..FV..... scroll from right to left
rscroll ..FV..... scroll from left to right
picture ..FV..... display graph in single frame
size
s
drawgrid AVOptions:
x
y
width
w
height
h
color
c
thickness
t
replace
drawtext AVOptions:
fontfile
text
textfile
fontcolor
fontcolor_expr
boxcolor
bordercolor
shadowcolor
box
boxborderw
line_spacing
fontsize
x
y
shadowx
shadowy
borderw
tabsize
basetime
font
expansion
none ..FV..... set no expansion
normal ..FV..... set normal expansion
strftime ..FV..... set strftime expansion (deprecated)
timecode
tc24hmax
timecode_rate
r
rate
reload
alpha
fix_bounds
start_number
ft_load_flags
default ..FV.....
no_scale ..FV.....
no_hinting ..FV.....
render ..FV.....
no_bitmap ..FV.....
vertical_layout ..FV.....
force_autohint ..FV.....
crop_bitmap ..FV.....
pedantic ..FV.....
ignore_global_advance_width ..FV.....
no_recurse ..FV.....
ignore_transform ..FV.....
monochrome ..FV.....
linear_design ..FV.....
no_autohint ..FV.....
edgedetect AVOptions:
high
low
mode
wires ..FV..... white/gray wires on black
colormix ..FV..... mix colors
elbg AVOptions:
codebook_length
l
nb_steps
n
seed
s
pal8
entropy AVOptions:
mode
normal ..FV.....
diff ..FV.....
eq AVOptions:
contrast
brightness
saturation
gamma
gamma_r
gamma_g
gamma_b
gamma_weight
eval
init ..FV..... eval expressions once during initialization
frame ..FV..... eval expressions per-frame
erosion AVOptions:
threshold0
threshold1
threshold2
threshold3
coordinates
extractplanes AVOptions:
planes
y ..FV..... set luma plane
u ..FV..... set u plane
v ..FV..... set v plane
r ..FV..... set red plane
g ..FV..... set green plane
b ..FV..... set blue plane
a ..FV..... set alpha plane
fade AVOptions:
type
t
start_frame
s
nb_frames
n
alpha
start_time
st
duration
d
color
c
fftfilt AVOptions:
dc_Y
dc_U
dc_V
weight_Y
weight_U
weight_V
eval
init ..FV..... eval expressions once during initialization
frame ..FV..... eval expressions per-frame
field AVOptions:
type
top ..FV..... select top field
bottom ..FV..... select bottom field
fieldhint AVOptions:
hint
mode
absolute ..FV.....
relative ..FV.....
fieldmatch AVOptions:
order
auto ..FV..... auto detect parity
bff ..FV..... assume bottom field first
tff ..FV..... assume top field first
mode
pc ..FV..... 2-way match (p/c)
pc_n ..FV..... 2-way match + 3rd match on combed (p/c + u)
pc_u ..FV..... 2-way match + 3rd match (same order) on combed (p/c + u)
pc_n_ub ..FV..... 2-way match + 3rd match on combed + 4th/5th matches if still combed (p/c + u + u/b)
pcn ..FV..... 3-way match (p/c/n)
pcn_ub ..FV..... 3-way match + 4th/5th matches on combed (p/c/n + u/b)
ppsrc
field
auto ..FV..... automatic (same value as 'order')
bottom ..FV..... bottom field
top ..FV..... top field
mchroma
y0
y1
scthresh
combmatch
none ..FV..... disable combmatching
sc ..FV..... enable combmatching only on scene change
full ..FV..... enable combmatching all the time
combdbg
none ..FV..... no forced calculation
pcn ..FV..... calculate p/c/n
pcnub ..FV..... calculate p/c/n/u/b
cthresh
chroma
blockx
blocky
combpel
fieldorder AVOptions:
order
bff ..FV..... bottom field first
tff ..FV..... top field first
fillborders AVOptions:
left
right
top
bottom
mode
smear ..FV.....
mirror ..FV.....
fixed ..FV.....
color
find_rect AVOptions:
object
threshold
mipmaps
xmin
ymin
xmax
ymax
floodfill AVOptions:
x
y
s0
s1
s2
s3
d0
d1
d2
d3
format AVOptions:
pix_fmts
fps AVOptions:
fps
start_time
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
eof_action
round ..FV..... round similar to other frames
pass ..FV..... pass through last frame
framepack AVOptions:
framerate AVOptions:
fps
interp_start
interp_end
scene
flags
scene_change_detect ..FV..... enable scene change detection
scd ..FV..... enable scene change detection
framestep AVOptions:
step
fspp AVOptions:
quality
qp
strength
use_bframe_qp
gblur AVOptions:
sigma
steps
planes
sigmaV
geq AVOptions:
lum_expr
lum
cb_expr
cb
cr_expr
cr
alpha_expr
a
red_expr
r
green_expr
g
blue_expr
b
gradfun AVOptions:
strength
radius
haldclut AVOptions:
interp
nearest ..FV..... use values from the nearest defined points
trilinear ..FV..... interpolate values using the 8 points defining a cube
tetrahedral ..FV..... interpolate values using a tetrahedron
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
hflip AVOptions:
histeq AVOptions:
strength
intensity
antibanding
none ..FV..... apply no antibanding
weak ..FV..... apply weak antibanding
strong ..FV..... apply strong antibanding
histogram AVOptions:
level_height
scale_height
display_mode
overlay ..FV.....
parade ..FV.....
stack ..FV.....
d
overlay ..FV.....
parade ..FV.....
stack ..FV.....
levels_mode
linear ..FV.....
logarithmic ..FV.....
m
linear ..FV.....
logarithmic ..FV.....
components
c
fgopacity
f
bgopacity
b
hqdn3d AVOptions:
luma_spatial
chroma_spatial
luma_tmp
chroma_tmp
hqx AVOptions:
n
hstack AVOptions:
inputs
shortest
hue AVOptions:
h
s
H
b
hwmap AVOptions:
mode
read ..FV..... Mapping should be readable
write ..FV..... Mapping should be writeable
overwrite ..FV..... Mapping will always overwrite the entire frame
direct ..FV..... Mapping should not involve any copying
derive_device
reverse
cudaupload AVOptions:
device
hysteresis AVOptions:
planes
threshold
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
idet AVOptions:
intl_thres
prog_thres
rep_thres
half_life
analyze_interlaced_flag
il AVOptions:
luma_mode
none ..FV.....
interleave ..FV.....
i ..FV.....
deinterleave ..FV.....
d ..FV.....
l
none ..FV.....
interleave ..FV.....
i ..FV.....
deinterleave ..FV.....
d ..FV.....
chroma_mode
none ..FV.....
interleave ..FV.....
i ..FV.....
deinterleave ..FV.....
d ..FV.....
c
none ..FV.....
interleave ..FV.....
i ..FV.....
deinterleave ..FV.....
d ..FV.....
alpha_mode
none ..FV.....
interleave ..FV.....
i ..FV.....
deinterleave ..FV.....
d ..FV.....
a
none ..FV.....
interleave ..FV.....
i ..FV.....
deinterleave ..FV.....
d ..FV.....
luma_swap
ls
chroma_swap
cs
alpha_swap
as
inflate AVOptions:
threshold0
threshold1
threshold2
threshold3
interlace AVOptions:
scan
tff ..FV..... top field first
bff ..FV..... bottom field first
lowpass
off ..FV..... disable vertical low-pass filter
linear ..FV..... linear vertical low-pass filter
complex ..FV..... complex vertical low-pass filter
interleave AVOptions:
nb_inputs
n
kerndeint AVOptions:
thresh
map
order
sharp
twoway
lenscorrection AVOptions:
cx
cy
k1
k2
limiter AVOptions:
min
max
planes
loop AVOptions:
loop
size
start
lumakey AVOptions:
threshold
tolerance
softness
lut AVOptions:
c0
c1
c2
c3
y
u
v
r
g
b
a
lut2 AVOptions:
c0
c1
c2
c3
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
lut3d AVOptions:
file
interp
nearest ..FV..... use values from the nearest defined points
trilinear ..FV..... interpolate values using the 8 points defining a cube
tetrahedral ..FV..... interpolate values using a tetrahedron
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
maskedclamp AVOptions:
undershoot
overshoot
planes
maskedmerge AVOptions:
planes
mcdeint AVOptions:
mode
fast ..FV.....
medium ..FV.....
slow ..FV.....
extra_slow ..FV.....
parity
tff ..FV..... assume top field first
bff ..FV..... assume bottom field first
qp
mergeplanes AVOptions:
mapping
format
mestimate AVOptions:
method
esa ..FV..... exhaustive search
tss ..FV..... three step search
tdls ..FV..... two dimensional logarithmic search
ntss ..FV..... new three step search
fss ..FV..... four step search
ds ..FV..... diamond search
hexbs ..FV..... hexagon-based search
epzs ..FV..... enhanced predictive zonal search
umh ..FV..... uneven multi-hexagon search
mb_size
search_param
metadata AVOptions:
mode
select ..FV..... select frame
add ..FV..... add new metadata
modify ..FV..... modify metadata
delete ..FV..... delete metadata
print ..FV..... print metadata
key
value
function
same_str ..FV.....
starts_with ..FV.....
less ..FV.....
equal ..FV.....
greater ..FV.....
expr ..FV.....
expr
file
midequalizer AVOptions:
planes
minterpolate AVOptions:
fps
mi_mode
dup ..FV..... duplicate frames
blend ..FV..... blend frames
mci ..FV..... motion compensated interpolation
mc_mode
obmc ..FV..... overlapped block motion compensation
aobmc ..FV..... adaptive overlapped block motion compensation
me_mode
bidir ..FV..... bidirectional motion estimation
bilat ..FV..... bilateral motion estimation
me
esa ..FV..... exhaustive search
tss ..FV..... three step search
tdls ..FV..... two dimensional logarithmic search
ntss ..FV..... new three step search
fss ..FV..... four step search
ds ..FV..... diamond search
hexbs ..FV..... hexagon-based search
epzs ..FV..... enhanced predictive zonal search
umh ..FV..... uneven multi-hexagon search
mb_size
search_param
vsbmc
scd
none ..FV..... disable detection
fdiff ..FV..... frame difference
scd_threshold
mix AVOptions:
inputs
weights
duration
longest ..FV..... Duration of longest input
shortest ..FV..... Duration of shortest input
first ..FV..... Duration of first input
mpdecimate AVOptions:
max
hi
lo
frac
negate AVOptions:
negate_alpha
nlmeans AVOptions:
s
p
pc
r
rc
nnedi AVOptions:
weights
deint
all ..FV..... deinterlace all frames
interlaced ..FV..... only deinterlace frames marked as interlaced
field
af ..FV..... use frame flags, both fields
a ..FV..... use frame flags, single field
t ..FV..... use top field only
b ..FV..... use bottom field only
tf ..FV..... use both fields, top first
bf ..FV..... use both fields, bottom first
planes
nsize
s8x6 ..FV.....
s16x6 ..FV.....
s32x6 ..FV.....
s48x6 ..FV.....
s8x4 ..FV.....
s16x4 ..FV.....
s32x4 ..FV.....
nns
n16 ..FV.....
n32 ..FV.....
n64 ..FV.....
n128 ..FV.....
n256 ..FV.....
qual
fast ..FV.....
slow ..FV.....
etype
a ..FV..... weights trained to minimize absolute error
s ..FV..... weights trained to minimize squared error
pscrn
none ..FV.....
original ..FV.....
new ..FV.....
fapprox
noformat AVOptions:
pix_fmts
noise AVOptions:
all_seed
all_strength
alls
all_flags
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
allf
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
c0_seed
c0_strength
c0s
c0_flags
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
c0f
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
c1_seed
c1_strength
c1s
c1_flags
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
c1f
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
c2_seed
c2_strength
c2s
c2_flags
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
c2f
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
c3_seed
c3_strength
c3s
c3_flags
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
c3f
a ..FV..... averaged noise
p ..FV..... (semi)regular pattern
t ..FV..... temporal noise
u ..FV..... uniform noise
normalize AVOptions:
blackpt
whitept
smoothing
independence
strength
oscilloscope AVOptions:
x
y
s
t
o
tx
ty
tw
th
c
g
st
sc
overlay AVOptions:
x
y
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
eval
init ..FV..... eval expressions once during initialization
frame ..FV..... eval expressions per-frame
shortest
format
yuv420 ..FV.....
yuv422 ..FV.....
yuv444 ..FV.....
rgb ..FV.....
gbrp ..FV.....
auto ..FV.....
repeatlast
alpha
straight ..FV.....
premultiplied ..FV.....
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
overlay_qsv AVOptions:
x
y
w
h
alpha
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
owdenoise AVOptions:
depth
luma_strength
ls
chroma_strength
cs
pad AVOptions:
width
w
height
h
x
y
color
eval
init ..FV..... eval expressions once during initialization
frame ..FV..... eval expressions during initialization and per-frame
aspect
palettegen AVOptions:
max_colors
reserve_transparent
transparency_color
stats_mode
full ..FV..... compute full frame histograms
diff ..FV..... compute histograms only for the part that differs from previous frame
single ..FV..... compute new histogram for each frame
paletteuse AVOptions:
dither
bayer ..FV..... ordered 8x8 bayer dithering (deterministic)
heckbert ..FV..... dithering as defined by Paul Heckbert in 1982 (simple error diffusion)
floyd_steinberg ..FV..... Floyd and Steingberg dithering (error diffusion)
sierra2 ..FV..... Frankie Sierra dithering v2 (error diffusion)
sierra2_4a ..FV..... Frankie Sierra dithering v2 "Lite" (error diffusion)
bayer_scale
diff_mode
rectangle ..FV..... process smallest different rectangle
new
debug_kdtree
color_search
nns_iterative ..FV..... iterative search
nns_recursive ..FV..... recursive search
bruteforce ..FV..... brute-force into the palette
mean_err
debug_accuracy
perms AVOptions:
mode
none ..FVA.... do nothing
ro ..FVA.... set all output frames read-only
rw ..FVA.... set all output frames writable
toggle ..FVA.... switch permissions
random ..FVA.... set permissions randomly
seed
perspective AVOptions:
x0
y0
x1
y1
x2
y2
x3
y3
interpolation
linear ..FV.....
cubic ..FV.....
sense
source ..FV..... specify locations in source to send to corners in destination
destination ..FV..... specify locations in destination to send corners of source
eval
init ..FV..... eval expressions once during initialization
frame ..FV..... eval expressions per-frame
phase AVOptions:
mode
p ..FV..... progressive
t ..FV..... top first
b ..FV..... bottom first
T ..FV..... top first analyze
B ..FV..... bottom first analyze
u ..FV..... analyze
U ..FV..... full analyze
a ..FV..... auto
A ..FV..... auto analyze
pixscope AVOptions:
x
y
w
h
o
wx
wy
pp AVOptions:
subfilters
pp7 AVOptions:
qp
mode
hard ..FV..... hard thresholding
soft ..FV..... soft thresholding
medium ..FV..... medium thresholding
premultiply AVOptions:
planes
inplace
prewitt AVOptions:
planes
scale
delta
pseudocolor AVOptions:
c0
c1
c2
c3
i
psnr AVOptions:
stats_file
f
stats_version
output_max
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
pullup AVOptions:
jl
jr
jt
jb
sb
mp
y ..FV..... luma
u ..FV..... chroma blue
v ..FV..... chroma red
qp AVOptions:
qp
random AVOptions:
frames
seed
readeia608 AVOptions:
scan_min
scan_max
mac
spw
mhd
mpd
msd
bhd
th_w
th_b
chp
readvitc AVOptions:
scan_max
thr_b
thr_w
realtime AVOptions:
limit
remap AVOptions:
removegrain AVOptions:
m0
m1
m2
m3
removelogo AVOptions:
filename
f
roberts AVOptions:
planes
scale
delta
rotate AVOptions:
angle
a
out_w
ow
out_h
oh
fillcolor
c
bilinear
sab AVOptions:
luma_radius
lr
luma_pre_filter_radius
lpfr
luma_strength
ls
chroma_radius
cr
chroma_pre_filter_radius
cpfr
chroma_strength
cs
scale AVOptions:
w
width
h
height
flags
interl
in_color_matrix
out_color_matrix
in_range
auto ..FV.....
unknown ..FV.....
full ..FV.....
limited ..FV.....
jpeg ..FV.....
mpeg ..FV.....
tv ..FV.....
pc ..FV.....
out_range
auto ..FV.....
unknown ..FV.....
full ..FV.....
limited ..FV.....
jpeg ..FV.....
mpeg ..FV.....
tv ..FV.....
pc ..FV.....
in_v_chr_pos
in_h_chr_pos
out_v_chr_pos
out_h_chr_pos
force_original_aspect_ratio
disable ..FV.....
decrease ..FV.....
increase ..FV.....
param0
param1
nb_slices
eval
init ..FV..... eval expressions once during initialization
frame ..FV..... eval expressions during initialization and per-frame
SWScaler AVOptions:
qsvscale AVOptions:
w
h
format
scale2ref AVOptions:
w
width
h
height
flags
interl
in_color_matrix
out_color_matrix
in_range
auto ..FV.....
unknown ..FV.....
full ..FV.....
limited ..FV.....
jpeg ..FV.....
mpeg ..FV.....
tv ..FV.....
pc ..FV.....
out_range
auto ..FV.....
unknown ..FV.....
full ..FV.....
limited ..FV.....
jpeg ..FV.....
mpeg ..FV.....
tv ..FV.....
pc ..FV.....
in_v_chr_pos
in_h_chr_pos
out_v_chr_pos
out_h_chr_pos
force_original_aspect_ratio
disable ..FV.....
decrease ..FV.....
increase ..FV.....
param0
param1
nb_slices
eval
init ..FV..... eval expressions once during initialization
frame ..FV..... eval expressions during initialization and per-frame
SWScaler AVOptions:
select AVOptions:
expr
e
outputs
n
selectivecolor AVOptions:
correction_method
absolute ..FV.....
relative ..FV.....
reds
yellows
greens
cyans
blues
magentas
whites
neutrals
blacks
psfile
sendcmd AVOptions:
commands
c
filename
f
setdar AVOptions:
dar
ratio
r
max
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
setpts AVOptions:
expr
setrange AVOptions:
range
auto ..FV..... keep the same color range
unspecified ..FV.....
unknown ..FV.....
limited ..FV.....
tv ..FV.....
mpeg ..FV.....
full ..FV.....
pc ..FV.....
jpeg ..FV.....
setsar AVOptions:
sar
ratio
r
max
settb AVOptions:
expr
tb
showpalette AVOptions:
s
shuffleframes AVOptions:
mapping
shuffleplanes AVOptions:
map0
map1
map2
map3
sidedata AVOptions:
mode
select ..FV..... select frame
delete ..FV..... delete side data
type
PANSCAN ..FV.....
A53_CC ..FV.....
STEREO3D ..FV.....
MATRIXENCODING ..FV.....
DOWNMIX_INFO ..FV.....
REPLAYGAIN ..FV.....
DISPLAYMATRIX ..FV.....
AFD ..FV.....
MOTION_VECTORS ..FV.....
SKIP_SAMPLES ..FV.....
AUDIO_SERVICE_TYPE ..FV.....
MASTERING_DISPLAY_METADATA ..FV.....
GOP_TIMECODE ..FV.....
signalstats AVOptions:
stat
tout ..FV..... analyze pixels for temporal outliers
vrep ..FV..... analyze video lines for vertical line repetition
brng ..FV..... analyze for pixels outside of broadcast range
out
tout ..FV..... highlight pixels that depict temporal outliers
vrep ..FV..... highlight video lines that depict vertical line repetition
brng ..FV..... highlight pixels that are outside of broadcast range
c
color
signature AVOptions:
detectmode
off ..FV.....
full ..FV.....
fast ..FV.....
nb_inputs
filename
format
binary ..FV.....
xml ..FV.....
th_d
th_dc
th_xh
th_di
th_it
smartblur AVOptions:
luma_radius
lr
luma_strength
ls
luma_threshold
lt
chroma_radius
cr
chroma_strength
cs
chroma_threshold
ct
sobel AVOptions:
planes
scale
delta
split AVOptions:
outputs
spp AVOptions:
quality
qp
mode
hard ..FV..... hard thresholding
soft ..FV..... soft thresholding
use_bframe_qp
AVDCT AVOptions:
ssim AVOptions:
stats_file
f
framesync AVOptions:
eof_action
repeat ..FV..... Repeat the previous frame.
endall ..FV..... End both streams.
pass ..FV..... Pass through the main input.
shortest
repeatlast
stereo3d AVOptions:
in
ab2l ..FV..... above below half height left first
ab2r ..FV..... above below half height right first
abl ..FV..... above below left first
abr ..FV..... above below right first
al ..FV..... alternating frames left first
ar ..FV..... alternating frames right first
sbs2l ..FV..... side by side half width left first
sbs2r ..FV..... side by side half width right first
sbsl ..FV..... side by side left first
sbsr ..FV..... side by side right first
irl ..FV..... interleave rows left first
irr ..FV..... interleave rows right first
icl ..FV..... interleave columns left first
icr ..FV..... interleave columns right first
out
ab2l ..FV..... above below half height left first
ab2r ..FV..... above below half height right first
abl ..FV..... above below left first
abr ..FV..... above below right first
agmc ..FV..... anaglyph green magenta color
agmd ..FV..... anaglyph green magenta dubois
agmg ..FV..... anaglyph green magenta gray
agmh ..FV..... anaglyph green magenta half color
al ..FV..... alternating frames left first
ar ..FV..... alternating frames right first
arbg ..FV..... anaglyph red blue gray
arcc ..FV..... anaglyph red cyan color
arcd ..FV..... anaglyph red cyan dubois
arcg ..FV..... anaglyph red cyan gray
arch ..FV..... anaglyph red cyan half color
argg ..FV..... anaglyph red green gray
aybc ..FV..... anaglyph yellow blue color
aybd ..FV..... anaglyph yellow blue dubois
aybg ..FV..... anaglyph yellow blue gray
aybh ..FV..... anaglyph yellow blue half color
irl ..FV..... interleave rows left first
irr ..FV..... interleave rows right first
ml ..FV..... mono left
mr ..FV..... mono right
sbs2l ..FV..... side by side half width left first
sbs2r ..FV..... side by side half width right first
sbsl ..FV..... side by side left first
sbsr ..FV..... side by side right first
chl ..FV..... checkerboard left first
chr ..FV..... checkerboard right first
icl ..FV..... interleave columns left first
icr ..FV..... interleave columns right first
hdmi ..FV..... HDMI frame pack
streamselect AVOptions:
inputs
map
subtitles AVOptions:
filename
f
original_size
fontsdir
alpha
charenc
stream_index
si
force_style
swaprect AVOptions:
w
h
x1
y1
x2
y2
swapuv AVOptions:
tblend AVOptions:
c0_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
c1_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
c2_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
c3_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
all_mode
addition ..FV.....
addition128 ..FV.....
grainmerge ..FV.....
and ..FV.....
average ..FV.....
burn ..FV.....
darken ..FV.....
difference ..FV.....
difference128 ..FV.....
grainextract ..FV.....
divide ..FV.....
dodge ..FV.....
exclusion ..FV.....
extremity ..FV.....
freeze ..FV.....
glow ..FV.....
hardlight ..FV.....
hardmix ..FV.....
heat ..FV.....
lighten ..FV.....
linearlight ..FV.....
multiply ..FV.....
multiply128 ..FV.....
negation ..FV.....
normal ..FV.....
or ..FV.....
overlay ..FV.....
phoenix ..FV.....
pinlight ..FV.....
reflect ..FV.....
screen ..FV.....
softlight ..FV.....
subtract ..FV.....
vividlight ..FV.....
xor ..FV.....
c0_expr
c1_expr
c2_expr
c3_expr
all_expr
c0_opacity
c1_opacity
c2_opacity
c3_opacity
all_opacity
telecine AVOptions:
first_field
top ..FV..... select top field first
t ..FV..... select top field first
bottom ..FV..... select bottom field first
b ..FV..... select bottom field first
pattern
threshold AVOptions:
planes
thumbnail AVOptions:
n
tile AVOptions:
layout
nb_frames
margin
padding
color
overlap
init_padding
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
mergex2 ..FV..... merge fields keeping same frame rate
tlut2 AVOptions:
c0
c1
c2
c3
tonemap AVOptions:
tonemap
none ..FV.....
linear ..FV.....
gamma ..FV.....
clip ..FV.....
reinhard ..FV.....
hable ..FV.....
mobius ..FV.....
param
desat
peak
transpose AVOptions:
dir
cclock_flip ..FV..... rotate counter-clockwise with vertical flip
clock ..FV..... rotate clockwise
cclock ..FV..... rotate counter-clockwise
clock_flip ..FV..... rotate clockwise with vertical flip
passthrough
none ..FV..... always apply transposition
portrait ..FV..... preserve portrait geometry
landscape ..FV..... preserve landscape geometry
trim AVOptions:
start
starti
end
endi
start_pts
end_pts
duration
durationi
start_frame
end_frame
unpremultiply AVOptions:
planes
inplace
unsharp AVOptions:
luma_msize_x
lx
luma_msize_y
ly
luma_amount
la
chroma_msize_x
cx
chroma_msize_y
cy
chroma_amount
ca
opencl
uspp AVOptions:
quality
qp
use_bframe_qp
vaguedenoiser AVOptions:
threshold
method
hard ..FV..... hard thresholding
soft ..FV..... soft thresholding
garrote ..FV..... garotte thresholding
nsteps
percent
planes
vectorscope AVOptions:
mode
gray ..FV.....
color ..FV.....
color2 ..FV.....
color3 ..FV.....
color4 ..FV.....
color5 ..FV.....
m
gray ..FV.....
color ..FV.....
color2 ..FV.....
color3 ..FV.....
color4 ..FV.....
color5 ..FV.....
x
y
intensity
i
envelope
none ..FV.....
instant ..FV.....
peak ..FV.....
peak+instant ..FV.....
e
none ..FV.....
instant ..FV.....
peak ..FV.....
peak+instant ..FV.....
graticule
none ..FV.....
green ..FV.....
color ..FV.....
g
none ..FV.....
green ..FV.....
color ..FV.....
opacity
o
flags
white ..FV..... draw white point
black ..FV..... draw black point
name ..FV..... draw point name
f
white ..FV..... draw white point
black ..FV..... draw black point
name ..FV..... draw point name
bgopacity
b
lthreshold
l
hthreshold
h
colorspace
auto ..FV.....
601 ..FV.....
709 ..FV.....
c
auto ..FV.....
601 ..FV.....
709 ..FV.....
vflip AVOptions:
vidstabdetect AVOptions:
result
shakiness
accuracy
stepsize
mincontrast
show
tripod
vidstabtransform AVOptions:
input
smoothing
optalgo
opt ..FV..... global optimization
gauss ..FV..... gaussian kernel
avg ..FV..... simple averaging on motion
maxshift
maxangle
crop
keep ..FV..... keep border
black ..FV..... black border
invert
relative
zoom
optzoom
zoomspeed
interpol
no ..FV..... no interpolation
linear ..FV..... linear (horizontal)
bilinear ..FV..... bi-linear
bicubic ..FV..... bi-cubic
tripod
debug
vignette AVOptions:
angle
a
x0
y0
mode
forward ..FV.....
backward ..FV.....
eval
init ..FV..... eval expressions once during initialization
frame ..FV..... eval expressions for each frame
dither
aspect
vmafmotion AVOptions:
stats_file
vpp_qsv AVOptions:
deinterlace
bob ..FV..... Bob deinterlace mode.
advanced ..FV..... Advanced deinterlace mode.
denoise
detail
framerate
procamp
hue
saturation
contrast
brightness
cw
ch
cx
cy
w
width
h
height
vstack AVOptions:
inputs
shortest
w3fdif AVOptions:
filter
simple ..FV.....
complex ..FV.....
deint
all ..FV..... deinterlace all frames
interlaced ..FV..... only deinterlace frames marked as interlaced
waveform AVOptions:
mode
row ..FV.....
column ..FV.....
m
row ..FV.....
column ..FV.....
intensity
i
mirror
r
display
overlay ..FV.....
stack ..FV.....
parade ..FV.....
d
overlay ..FV.....
stack ..FV.....
parade ..FV.....
components
c
envelope
none ..FV.....
instant ..FV.....
peak ..FV.....
peak+instant ..FV.....
e
none ..FV.....
instant ..FV.....
peak ..FV.....
peak+instant ..FV.....
filter
lowpass ..FV.....
flat ..FV.....
aflat ..FV.....
chroma ..FV.....
color ..FV.....
acolor ..FV.....
xflat ..FV.....
f
lowpass ..FV.....
flat ..FV.....
aflat ..FV.....
chroma ..FV.....
color ..FV.....
acolor ..FV.....
xflat ..FV.....
graticule
none ..FV.....
green ..FV.....
orange ..FV.....
g
none ..FV.....
green ..FV.....
orange ..FV.....
opacity
o
flags
numbers ..FV..... draw numbers
dots ..FV..... draw dots instead of lines
fl
numbers ..FV..... draw numbers
dots ..FV..... draw dots instead of lines
scale
digital ..FV.....
millivolts ..FV.....
ire ..FV.....
s
digital ..FV.....
millivolts ..FV.....
ire ..FV.....
bgopacity
b
weave AVOptions:
first_field
top ..FV..... set top field first
t ..FV..... set top field first
bottom ..FV..... set bottom field first
b ..FV..... set bottom field first
xbr AVOptions:
n
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
zoompan AVOptions:
zoom
z
x
y
d
s
fps
zscale AVOptions:
w
width
h
height
size
s
dither
none ..FV.....
ordered ..FV.....
random ..FV.....
error_diffusion ..FV.....
d
none ..FV.....
ordered ..FV.....
random ..FV.....
error_diffusion ..FV.....
filter
point ..FV.....
bilinear ..FV.....
bicubic ..FV.....
spline16 ..FV.....
spline36 ..FV.....
lanczos ..FV.....
f
point ..FV.....
bilinear ..FV.....
bicubic ..FV.....
spline16 ..FV.....
spline36 ..FV.....
lanczos ..FV.....
out_range
input ..FV.....
limited ..FV.....
full ..FV.....
unknown ..FV.....
tv ..FV.....
pc ..FV.....
range
input ..FV.....
limited ..FV.....
full ..FV.....
unknown ..FV.....
tv ..FV.....
pc ..FV.....
r
input ..FV.....
limited ..FV.....
full ..FV.....
unknown ..FV.....
tv ..FV.....
pc ..FV.....
primaries
input ..FV.....
709 ..FV.....
unspecified ..FV.....
170m ..FV.....
240m ..FV.....
2020 ..FV.....
unknown ..FV.....
bt709 ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
film ..FV.....
bt2020 ..FV.....
smpte428 ..FV.....
smpte431 ..FV.....
smpte432 ..FV.....
jedec-p22 ..FV.....
p
input ..FV.....
709 ..FV.....
unspecified ..FV.....
170m ..FV.....
240m ..FV.....
2020 ..FV.....
unknown ..FV.....
bt709 ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
film ..FV.....
bt2020 ..FV.....
smpte428 ..FV.....
smpte431 ..FV.....
smpte432 ..FV.....
jedec-p22 ..FV.....
transfer
input ..FV.....
709 ..FV.....
unspecified ..FV.....
601 ..FV.....
linear ..FV.....
2020_10 ..FV.....
2020_12 ..FV.....
unknown ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
bt709 ..FV.....
linear ..FV.....
log100 ..FV.....
log316 ..FV.....
bt2020-10 ..FV.....
bt2020-12 ..FV.....
smpte2084 ..FV.....
iec61966-2-4 ..FV.....
iec61966-2-1 ..FV.....
arib-std-b67 ..FV.....
t
input ..FV.....
709 ..FV.....
unspecified ..FV.....
601 ..FV.....
linear ..FV.....
2020_10 ..FV.....
2020_12 ..FV.....
unknown ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
bt709 ..FV.....
linear ..FV.....
log100 ..FV.....
log316 ..FV.....
bt2020-10 ..FV.....
bt2020-12 ..FV.....
smpte2084 ..FV.....
iec61966-2-4 ..FV.....
iec61966-2-1 ..FV.....
arib-std-b67 ..FV.....
matrix
input ..FV.....
709 ..FV.....
unspecified ..FV.....
470bg ..FV.....
170m ..FV.....
2020_ncl ..FV.....
2020_cl ..FV.....
unknown ..FV.....
gbr ..FV.....
bt709 ..FV.....
fcc ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte2400m ..FV.....
ycgco ..FV.....
bt2020nc ..FV.....
bt2020c ..FV.....
chroma-derived-nc ..FV.....
chroma-derived-c ..FV.....
ictcp ..FV.....
m
input ..FV.....
709 ..FV.....
unspecified ..FV.....
470bg ..FV.....
170m ..FV.....
2020_ncl ..FV.....
2020_cl ..FV.....
unknown ..FV.....
gbr ..FV.....
bt709 ..FV.....
fcc ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte2400m ..FV.....
ycgco ..FV.....
bt2020nc ..FV.....
bt2020c ..FV.....
chroma-derived-nc ..FV.....
chroma-derived-c ..FV.....
ictcp ..FV.....
in_range
input ..FV.....
limited ..FV.....
full ..FV.....
unknown ..FV.....
tv ..FV.....
pc ..FV.....
rangein
input ..FV.....
limited ..FV.....
full ..FV.....
unknown ..FV.....
tv ..FV.....
pc ..FV.....
rin
input ..FV.....
limited ..FV.....
full ..FV.....
unknown ..FV.....
tv ..FV.....
pc ..FV.....
primariesin
input ..FV.....
709 ..FV.....
unspecified ..FV.....
170m ..FV.....
240m ..FV.....
2020 ..FV.....
unknown ..FV.....
bt709 ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
film ..FV.....
bt2020 ..FV.....
smpte428 ..FV.....
smpte431 ..FV.....
smpte432 ..FV.....
jedec-p22 ..FV.....
pin
input ..FV.....
709 ..FV.....
unspecified ..FV.....
170m ..FV.....
240m ..FV.....
2020 ..FV.....
unknown ..FV.....
bt709 ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte240m ..FV.....
film ..FV.....
bt2020 ..FV.....
smpte428 ..FV.....
smpte431 ..FV.....
smpte432 ..FV.....
jedec-p22 ..FV.....
transferin
input ..FV.....
709 ..FV.....
unspecified ..FV.....
601 ..FV.....
linear ..FV.....
2020_10 ..FV.....
2020_12 ..FV.....
unknown ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
bt709 ..FV.....
linear ..FV.....
log100 ..FV.....
log316 ..FV.....
bt2020-10 ..FV.....
bt2020-12 ..FV.....
smpte2084 ..FV.....
iec61966-2-4 ..FV.....
iec61966-2-1 ..FV.....
arib-std-b67 ..FV.....
tin
input ..FV.....
709 ..FV.....
unspecified ..FV.....
601 ..FV.....
linear ..FV.....
2020_10 ..FV.....
2020_12 ..FV.....
unknown ..FV.....
bt470m ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
bt709 ..FV.....
linear ..FV.....
log100 ..FV.....
log316 ..FV.....
bt2020-10 ..FV.....
bt2020-12 ..FV.....
smpte2084 ..FV.....
iec61966-2-4 ..FV.....
iec61966-2-1 ..FV.....
arib-std-b67 ..FV.....
matrixin
input ..FV.....
709 ..FV.....
unspecified ..FV.....
470bg ..FV.....
170m ..FV.....
2020_ncl ..FV.....
2020_cl ..FV.....
unknown ..FV.....
gbr ..FV.....
bt709 ..FV.....
fcc ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte2400m ..FV.....
ycgco ..FV.....
bt2020nc ..FV.....
bt2020c ..FV.....
chroma-derived-nc ..FV.....
chroma-derived-c ..FV.....
ictcp ..FV.....
min
input ..FV.....
709 ..FV.....
unspecified ..FV.....
470bg ..FV.....
170m ..FV.....
2020_ncl ..FV.....
2020_cl ..FV.....
unknown ..FV.....
gbr ..FV.....
bt709 ..FV.....
fcc ..FV.....
bt470bg ..FV.....
smpte170m ..FV.....
smpte2400m ..FV.....
ycgco ..FV.....
bt2020nc ..FV.....
bt2020c ..FV.....
chroma-derived-nc ..FV.....
chroma-derived-c ..FV.....
ictcp ..FV.....
chromal
input ..FV.....
left ..FV.....
center ..FV.....
topleft ..FV.....
top ..FV.....
bottomleft ..FV.....
bottom ..FV.....
c
input ..FV.....
left ..FV.....
center ..FV.....
topleft ..FV.....
top ..FV.....
bottomleft ..FV.....
bottom ..FV.....
chromalin
input ..FV.....
left ..FV.....
center ..FV.....
topleft ..FV.....
top ..FV.....
bottomleft ..FV.....
bottom ..FV.....
cin
input ..FV.....
left ..FV.....
center ..FV.....
topleft ..FV.....
top ..FV.....
bottomleft ..FV.....
bottom ..FV.....
npl
agamma
allrgb AVOptions:
rate
r
duration
d
sar
allyuv AVOptions:
rate
r
duration
d
sar
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:
color
c
size
s
rate
r
duration
d
sar
haldclutsrc AVOptions:
level
rate
r
duration
d
sar
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
morphxf
morphyf
morphamp
outer
iteration_count ..FV..... set iteration count mode
normalized_iteration_count ..FV..... set normalized iteration count mode
white ..FV..... set white mode
outz ..FV..... set outz 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
rgbtestsrc AVOptions:
size
s
rate
r
duration
d
sar
smptebars AVOptions:
size
s
rate
r
duration
d
sar
smptehdbars AVOptions:
size
s
rate
r
duration
d
sar
testsrc AVOptions:
size
s
rate
r
duration
d
sar
decimals
n
testsrc2 AVOptions:
size
s
rate
r
duration
d
sar
alpha
yuvtestsrc AVOptions:
size
s
rate
r
duration
d
sar
abitscope AVOptions:
rate
r
size
s
colors
adrawgraph AVOptions:
m1
fg1
m2
fg2
m3
fg3
m4
fg4
bg
min
max
mode
bar ..FV..... draw bars
dot ..FV..... draw dots
line ..FV..... draw lines
slide
frame ..FV..... draw new frames
replace ..FV..... replace old columns with new
scroll ..FV..... scroll from right to left
rscroll ..FV..... scroll from left to right
picture ..FV..... display graph in single frame
size
s
ahistogram AVOptions:
dmode
single ..FV..... all channels use single histogram
separate ..FV..... each channel have own histogram
rate
r
size
s
scale
log ..FV..... logarithmic
sqrt ..FV..... square root
cbrt ..FV..... cubic root
lin ..FV..... linear
rlog ..FV..... reverse logarithmic
ascale
log ..FV..... logarithmic
lin ..FV..... linear
acount
rheight
slide
replace ..FV..... replace old rows with new
scroll ..FV..... scroll from top to bottom
aphasemeter AVOptions:
rate
r
size
s
rc
gc
bc
mpc
video
avectorscope AVOptions:
mode
lissajous ..FV.....
lissajous_xy ..FV.....
polar ..FV.....
m
lissajous ..FV.....
lissajous_xy ..FV.....
polar ..FV.....
rate
r
size
s
rc
gc
bc
ac
rf
gf
bf
af
zoom
draw
dot ..FV.....
line ..FV.....
scale
lin ..FV..... linear
sqrt ..FV..... square root
cbrt ..FV..... cube root
log ..FV..... logarithmic
swap
mirror
none ..FV..... no mirror
x ..FV..... mirror x
y ..FV..... mirror y
xy ..FV..... mirror both
concat AVOptions:
n
v
a
unsafe
showcqt AVOptions:
size
s
fps
rate
r
bar_h
axis_h
sono_h
fullhd
sono_v
volume
bar_v
volume2
sono_g
gamma
bar_g
gamma2
bar_t
timeclamp
tc
attack
basefreq
endfreq
coeffclamp
tlength
count
fcount
fontfile
font
fontcolor
axisfile
axis
text
csp
unspecified ..FV..... unspecified
bt709 ..FV..... bt709
fcc ..FV..... fcc
bt470bg ..FV..... bt470bg
smpte170m ..FV..... smpte170m
smpte240m ..FV..... smpte240m
bt2020ncl ..FV..... bt2020ncl
cscheme
showfreqs AVOptions:
size
s
mode
line ..FV..... show lines
bar ..FV..... show bars
dot ..FV..... show dots
ascale
lin ..FV..... linear
sqrt ..FV..... square root
cbrt ..FV..... cubic root
log ..FV..... logarithmic
fscale
lin ..FV..... linear
log ..FV..... logarithmic
rlog ..FV..... reverse logarithmic
win_size
w16 ..FV.....
w32 ..FV.....
w64 ..FV.....
w128 ..FV.....
w256 ..FV.....
w512 ..FV.....
w1024 ..FV.....
w2048 ..FV.....
w4096 ..FV.....
w8192 ..FV.....
w16384 ..FV.....
w32768 ..FV.....
w65536 ..FV.....
win_func
rect ..FV..... Rectangular
bartlett ..FV..... Bartlett
hanning ..FV..... Hanning
hamming ..FV..... Hamming
blackman ..FV..... Blackman
welch ..FV..... Welch
flattop ..FV..... Flat-top
bharris ..FV..... Blackman-Harris
bnuttall ..FV..... Blackman-Nuttall
bhann ..FV..... Bartlett-Hann
sine ..FV..... Sine
nuttall ..FV..... Nuttall
lanczos ..FV..... Lanczos
gauss ..FV..... Gauss
tukey ..FV..... Tukey
dolph ..FV..... Dolph-Chebyshev
cauchy ..FV..... Cauchy
parzen ..FV..... Parzen
poisson ..FV..... Poisson
overlap
averaging
colors
cmode
combined ..FV..... show all channels in same window
separate ..FV..... show each channel in own window
minamp
showspectrum AVOptions:
size
s
slide
replace ..FV..... replace old columns with new
scroll ..FV..... scroll from right to left
fullframe ..FV..... return full frames
rscroll ..FV..... scroll from left to right
mode
combined ..FV..... combined mode
separate ..FV..... separate mode
color
channel ..FV..... separate color for each channel
intensity ..FV..... intensity based coloring
rainbow ..FV..... rainbow based coloring
moreland ..FV..... moreland based coloring
nebulae ..FV..... nebulae based coloring
fire ..FV..... fire based coloring
fiery ..FV..... fiery based coloring
fruit ..FV..... fruit based coloring
cool ..FV..... cool based coloring
scale
lin ..FV..... linear
sqrt ..FV..... square root
cbrt ..FV..... cubic root
log ..FV..... logarithmic
4thrt ..FV..... 4th root
5thrt ..FV..... 5th root
saturation
win_func
rect ..FV..... Rectangular
bartlett ..FV..... Bartlett
hann ..FV..... Hann
hanning ..FV..... Hanning
hamming ..FV..... Hamming
blackman ..FV..... Blackman
welch ..FV..... Welch
flattop ..FV..... Flat-top
bharris ..FV..... Blackman-Harris
bnuttall ..FV..... Blackman-Nuttall
bhann ..FV..... Bartlett-Hann
sine ..FV..... Sine
nuttall ..FV..... Nuttall
lanczos ..FV..... Lanczos
gauss ..FV..... Gauss
tukey ..FV..... Tukey
dolph ..FV..... Dolph-Chebyshev
cauchy ..FV..... Cauchy
parzen ..FV..... Parzen
poisson ..FV..... Poisson
orientation
vertical ..FV.....
horizontal ..FV.....
overlap
gain
data
magnitude ..FV.....
phase ..FV.....
rotation
showspectrumpic AVOptions:
size
s
mode
combined ..FV..... combined mode
separate ..FV..... separate mode
color
channel ..FV..... separate color for each channel
intensity ..FV..... intensity based coloring
rainbow ..FV..... rainbow based coloring
moreland ..FV..... moreland based coloring
nebulae ..FV..... nebulae based coloring
fire ..FV..... fire based coloring
fiery ..FV..... fiery based coloring
fruit ..FV..... fruit based coloring
cool ..FV..... cool based coloring
scale
lin ..FV..... linear
sqrt ..FV..... square root
cbrt ..FV..... cubic root
log ..FV..... logarithmic
4thrt ..FV..... 4th root
5thrt ..FV..... 5th root
saturation
win_func
rect ..FV..... Rectangular
bartlett ..FV..... Bartlett
hann ..FV..... Hann
hanning ..FV..... Hanning
hamming ..FV..... Hamming
blackman ..FV..... Blackman
welch ..FV..... Welch
flattop ..FV..... Flat-top
bharris ..FV..... Blackman-Harris
bnuttall ..FV..... Blackman-Nuttall
bhann ..FV..... Bartlett-Hann
sine ..FV..... Sine
nuttall ..FV..... Nuttall
lanczos ..FV..... Lanczos
gauss ..FV..... Gauss
tukey ..FV..... Tukey
dolph ..FV..... Dolph-Chebyshev
cauchy ..FV..... Cauchy
parzen ..FV..... Parzen
poisson ..FV..... Poisson
orientation
vertical ..FV.....
horizontal ..FV.....
gain
legend
rotation
showvolume AVOptions:
rate
r
b
w
h
f
c
t
v
dm
dmc
o
h ..FV..... horizontal
v ..FV..... vertical
s
p
m
p ..FV..... peak
r ..FV..... rms
ds
lin ..FV..... linear
log ..FV..... log
showwaves AVOptions:
size
s
mode
point ..FV..... draw a point for each sample
line ..FV..... draw a line for each sample
p2p ..FV..... draw a line between samples
cline ..FV..... draw a centered line for each sample
n
rate
r
split_channels
colors
scale
lin ..FV..... linear
log ..FV..... logarithmic
sqrt ..FV..... square root
cbrt ..FV..... cubic root
draw
scale ..FV..... scale pixel values for each drawn sample
full ..FV..... draw every pixel for sample directly
showwavespic AVOptions:
size
s
split_channels
colors
scale
lin ..FV..... linear
log ..FV..... logarithmic
sqrt ..FV..... square root
cbrt ..FV..... cubic root
spectrumsynth AVOptions:
sample_rate
channels
scale
lin ..FV..... linear
log ..FV..... logarithmic
slide
replace ..FV..... consume old columns with new
scroll ..FV..... consume only most right column
fullframe ..FV..... consume full frames
rscroll ..FV..... consume only most left column
win_func
rect ..F.A.... Rectangular
bartlett ..F.A.... Bartlett
hann ..F.A.... Hann
hanning ..F.A.... Hanning
hamming ..F.A.... Hamming
sine ..F.A.... Sine
overlap
orientation
vertical ..FV.....
horizontal ..FV.....
amovie AVOptions:
filename
format_name
f
stream_index
si
seek_point
sp
streams
s
loop
discontinuity
movie AVOptions:
filename
format_name
f
stream_index
si
seek_point
sp
streams
s
loop
discontinuity
abuffer AVOptions:
time_base
sample_rate
sample_fmt
channel_layout
channels
buffer AVOptions:
width
video_size
height
pix_fmt
sar
pixel_aspect
time_base
frame_rate
sws_param
abuffersink AVOptions:
sample_fmts
sample_rates
channel_layouts
channel_counts
all_channel_counts
buffersink AVOptions:
pix_fmts
While playing:
q, ESC quit
f toggle full screen
p, SPC pause
m toggle mute
9, 0 decrease and increase volume respectively
/, * decrease and increase volume respectively
a cycle audio channel in the current program
v cycle video channel
t cycle subtitle channel in the current program
c cycle program
w cycle video filters or show modes
s activate frame-step mode
left/right seek backward/forward 10 seconds
down/up seek backward/forward 1 minute
page down/page up seek backward/forward 10 minutes
right mouse click seek to percentage in file corresponding to fraction of width
left double-click toggle full screen