记录-简易多媒体流分析工具参数

Simple multimedia streams analyzer
usage: ffprobe [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
-cpuflags flags force specific cpu flags
-hide_banner hide_banner do not show program banner
-sources device list sources of the input device
-sinks device list sinks of the output device
-f format force format
-unit show unit of the displayed values
-prefix use SI prefixes for the displayed values
-byte_binary_prefix use binary prefixes for byte units
-sexagesimal use sexagesimal format HOURS:MM:SS.MICROSECONDS for time units
-pretty prettify the format of displayed values, make it more human readable
-print_format format set the output printing format (available formats are: default, compact, csv, flat, ini, json, xml)
-of format alias for -print_format
-select_streams stream_specifier select the specified streams
-sections print sections structure and section information, and exit
-show_data show packets data
-show_data_hash show packets data hash
-show_error show probing error
-show_format show format/container info
-show_frames show frames info
-show_format_entry entry show a particular entry from the format/container info
-show_entries entry_list show a set of specified entries
-show_log show log
-show_packets show packets info
-show_programs show programs info
-show_streams show streams info
-show_chapters show chapters info
-count_frames count the number of frames per stream
-count_packets count the number of packets per stream
-show_program_version show ffprobe version
-show_library_versions show library versions
-show_versions show program and library versions
-show_pixel_formats show pixel format descriptions
-show_private_data show private data
-private same as show_private_data
-bitexact force bitexact output
-read_intervals read_intervals set read intervals
-default generic catch all option
-i input_file read specified file
-print_filename print_file override the printed input filename
-find_stream_info read and decode the streams to fill missing information with heuristics

AVFormatContext AVOptions:
-avioflags ED… (default 0)
direct ED… reduce buffering
-probesize .D… set probing size (from 32 to I64_MAX) (default 5000000)
-formatprobesize .D… number of bytes to probe file format (from 0 to 2.14748e+09) (default 1048576)
-fflags ED… (default autobsf)
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 .D… allow seeking to non-keyframes on demuxer level when supported (default false)
-analyzeduration .D… specify how many microseconds are analyzed to probe the input (from 0 to I64_MAX) (default 0)
-cryptokey .D… decryption key
-indexmem .D… max memory used for timestamp index (per stream) (from 0 to INT_MAX) (default 1048576)
-rtbufsize .D… max memory used for buffering real-time frames (from 0 to INT_MAX) (default 3041280)
-fdebug ED… print specific debug info (default 0)
ts ED…
-max_delay ED… maximum muxing or demuxing delay in microseconds (from -1 to INT_MAX) (default -1)
-fpsprobesize .D… number of frames used to probe fps (from -1 to 2.14748e+09) (default -1)
-f_err_detect .D… set error detection flags (deprecated; use err_detect, save via avconv) (default crccheck)
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 .D… set error detection flags (default crccheck)
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 .D… use wallclock as timestamps (default false)
-skip_initial_bytes .D… set number of bytes to skip before reading header and frames (from 0 to I64_MAX) (default 0)
-correct_ts_overflow .D… correct single timestamp overflows (default true)
-f_strict ED… how strictly to follow the standards (deprecated; use strict, save via avconv) (from INT_MIN to INT_MAX) (default normal)
very 2 ED… strictly conform to a older more strict version of the spec or reference software
strict 1 ED… strictly conform to all the things in the spec no matter what the consequences
normal 0 ED…
unofficial -1 ED… allow unofficial extensions
experimental -2 ED… allow non-standardized experimental variants
-strict ED… how strictly to follow the standards (from INT_MIN to INT_MAX) (default normal)
very 2 ED… strictly conform to a older more strict version of the spec or reference software
strict 1 ED… strictly conform to all the things in the spec no matter what the consequences
normal 0 ED…
unofficial -1 ED… allow unofficial extensions
experimental -2 ED… allow non-standardized experimental variants
-max_ts_probe .D… maximum number of packets to read while waiting for the first timestamp (from 0 to INT_MAX) (default 50)
-dump_separator ED… set information dump field separator (default ", ")
-codec_whitelist .D… List of decoders that are allowed to be used
-format_whitelist .D… List of demuxers that are allowed to be used
-protocol_whitelist .D… List of protocols that are allowed to be used
-protocol_blacklist .D… List of protocols that are not allowed to be used
-max_streams .D… maximum number of streams (from 0 to INT_MAX) (default 1000)
-skip_estimate_duration_from_pts .D… skip duration calculation in estimate_timings_from_pts (default false)
-max_probe_packets .D… Maximum number of packets to probe a codec (from 0 to INT_MAX) (default 2500)

AVIOContext AVOptions:
-protocol_whitelist .D… List of protocols that are allowed to be used

URLContext AVOptions:
-protocol_whitelist .D… List of protocols that are allowed to be used
-protocol_blacklist .D… List of protocols that are not allowed to be used
-rw_timeout ED… Timeout for IO operations (in microseconds) (from 0 to I64_MAX) (default 0)

Async AVOptions:

bluray AVOptions:
-playlist .D… (from -1 to 99999) (default -1)
-angle .D… (from 0 to 254) (default 0)
-chapter .D… (from 1 to 65534) (default 1)

cache AVOptions:
-read_ahead_limit .D… Amount in bytes that may be read ahead when seeking isn’t supported, -1 for unlimited (from -1 to INT_MAX) (default 65536)

crypto AVOptions:
-key ED… AES encryption/decryption key
-iv ED… AES encryption/decryption initialization vector
-decryption_key .D… AES decryption key
-decryption_iv .D… AES decryption initialization vector

ffrtmpcrypt AVOptions:
-ffrtmpcrypt_tunneling .D… Use a HTTP tunneling connection (RTMPTE). (from 0 to 1) (default 0)

ffrtmphttp AVOptions:
-ffrtmphttp_tls .D… Use a HTTPS tunneling connection (RTMPTS). (default false)

file AVOptions:
-follow .D… Follow a file as it is being written (from 0 to 1) (default 0)
-seekable ED… Sets if the file is seekable (from -1 to 0) (default -1)

ftp AVOptions:
-timeout ED… set timeout of socket I/O operations (from -1 to INT_MAX) (default -1)
-ftp-anonymous-password ED… password for anonymous login. E-mail address should be used.
-ftp-user ED… user for FTP login. Overridden by whatever is in the URL.
-ftp-password ED… password for FTP login. Overridden by whatever is in the URL.

http AVOptions:
-seekable .D… control seekability of connection (default auto)
-http_proxy ED… set HTTP proxy to tunnel through
-headers ED… set custom HTTP headers, can override built in default headers
-content_type ED… set a specific content type for the POST messages
-user_agent .D… override User-Agent header (default “Lavf/58.65.100”)
-referer .D… override referer header
-user-agent .D…P use the “user_agent” option instead (default “Lavf/58.65.100”)
-multiple_requests ED… use persistent connections (default false)
-post_data ED… set custom HTTP post data
-cookies .D… set cookies to be sent in applicable future requests, use newline delimited Set-Cookie HTTP field value syntax
-icy .D… request ICY metadata (default true)
-auth_type ED… HTTP authentication type (from 0 to 1) (default none)
none 0 ED… No auth method set, autodetect
basic 1 ED… HTTP basic authentication
-location ED… The actual location of the data received
-offset .D… initial byte offset (from 0 to I64_MAX) (default 0)
-end_offset .D… try to limit the request to bytes preceding this offset (from 0 to I64_MAX) (default 0)
-method ED… Override the HTTP method or set the expected HTTP method from a client
-reconnect .D… auto reconnect after disconnect before EOF (default false)
-reconnect_at_eof .D… auto reconnect at EOF (default false)
-reconnect_streamed .D… auto reconnect streamed / non seekable streams (default false)
-reconnect_delay_max .D… max reconnect delay in seconds after which to give up (from 0 to 4294) (default 120)
-listen ED… listen on HTTP (from 0 to 2) (default 0)

https AVOptions:
-seekable .D… control seekability of connection (default auto)
-http_proxy ED… set HTTP proxy to tunnel through
-headers ED… set custom HTTP headers, can override built in default headers
-content_type ED… set a specific content type for the POST messages
-user_agent .D… override User-Agent header (default “Lavf/58.65.100”)
-referer .D… override referer header
-user-agent .D…P use the “user_agent” option instead (default “Lavf/58.65.100”)
-multiple_requests ED… use persistent connections (default false)
-post_data ED… set custom HTTP post data
-cookies .D… set cookies to be sent in applicable future requests, use newline delimited Set-Cookie HTTP field value syntax
-icy .D… request ICY metadata (default true)
-auth_type ED… HTTP authentication type (from 0 to 1) (default none)
none 0 ED… No auth method set, autodetect
basic 1 ED… HTTP basic authentication
-location ED… The actual location of the data received
-offset .D… initial byte offset (from 0 to I64_MAX) (default 0)
-end_offset .D… try to limit the request to bytes preceding this offset (from 0 to I64_MAX) (default 0)
-method ED… Override the HTTP method or set the expected HTTP method from a client
-reconnect .D… auto reconnect after disconnect before EOF (default false)
-reconnect_at_eof .D… auto reconnect at EOF (default false)
-reconnect_streamed .D… auto reconnect streamed / non seekable streams (default false)
-reconnect_delay_max .D… max reconnect delay in seconds after which to give up (from 0 to 4294) (default 120)
-listen ED… listen on HTTP (from 0 to 2) (default 0)

icecast AVOptions:

pipe AVOptions:

prompeg AVOptions:

rtmp AVOptions:
-rtmp_app ED… Name of application to connect to on the RTMP server
-rtmp_buffer ED… Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000)
-rtmp_conn ED… Append arbitrary AMF data to the Connect message
-rtmp_flashver ED… Version of the Flash plugin used to run the SWF player.
-rtmp_live .D… Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any)
any -2 .D… both
live -1 .D… live stream
recorded 0 .D… recorded stream
-rtmp_pageurl .D… URL of the web page in which the media was embedded. By default no value will be sent.
-rtmp_playpath ED… Stream identifier to play or to publish
-rtmp_subscribe .D… Name of live stream to subscribe to. Defaults to rtmp_playpath.
-rtmp_swfhash .D… SHA256 hash of the decompressed SWF file (32 bytes).
-rtmp_swfsize .D… Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0)
-rtmp_swfurl ED… URL of the SWF player. By default no value will be sent
-rtmp_swfverify .D… URL to player swf file, compute hash/size automatically.
-rtmp_tcurl ED… URL of the target stream. Defaults to proto://host[:port]/app.
-rtmp_listen .D… Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0)
-listen .D… Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0)
-timeout .D… Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1)

rtmpe AVOptions:
-rtmp_app ED… Name of application to connect to on the RTMP server
-rtmp_buffer ED… Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000)
-rtmp_conn ED… Append arbitrary AMF data to the Connect message
-rtmp_flashver ED… Version of the Flash plugin used to run the SWF player.
-rtmp_live .D… Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any)
any -2 .D… both
live -1 .D… live stream
recorded 0 .D… recorded stream
-rtmp_pageurl .D… URL of the web page in which the media was embedded. By default no value will be sent.
-rtmp_playpath ED… Stream identifier to play or to publish
-rtmp_subscribe .D… Name of live stream to subscribe to. Defaults to rtmp_playpath.
-rtmp_swfhash .D… SHA256 hash of the decompressed SWF file (32 bytes).
-rtmp_swfsize .D… Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0)
-rtmp_swfurl ED… URL of the SWF player. By default no value will be sent
-rtmp_swfverify .D… URL to player swf file, compute hash/size automatically.
-rtmp_tcurl ED… URL of the target stream. Defaults to proto://host[:port]/app.
-rtmp_listen .D… Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0)
-listen .D… Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0)
-timeout .D… Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1)

rtmps AVOptions:
-rtmp_app ED… Name of application to connect to on the RTMP server
-rtmp_buffer ED… Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000)
-rtmp_conn ED… Append arbitrary AMF data to the Connect message
-rtmp_flashver ED… Version of the Flash plugin used to run the SWF player.
-rtmp_live .D… Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any)
any -2 .D… both
live -1 .D… live stream
recorded 0 .D… recorded stream
-rtmp_pageurl .D… URL of the web page in which the media was embedded. By default no value will be sent.
-rtmp_playpath ED… Stream identifier to play or to publish
-rtmp_subscribe .D… Name of live stream to subscribe to. Defaults to rtmp_playpath.
-rtmp_swfhash .D… SHA256 hash of the decompressed SWF file (32 bytes).
-rtmp_swfsize .D… Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0)
-rtmp_swfurl ED… URL of the SWF player. By default no value will be sent
-rtmp_swfverify .D… URL to player swf file, compute hash/size automatically.
-rtmp_tcurl ED… URL of the target stream. Defaults to proto://host[:port]/app.
-rtmp_listen .D… Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0)
-listen .D… Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0)
-timeout .D… Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1)

rtmpt AVOptions:
-rtmp_app ED… Name of application to connect to on the RTMP server
-rtmp_buffer ED… Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000)
-rtmp_conn ED… Append arbitrary AMF data to the Connect message
-rtmp_flashver ED… Version of the Flash plugin used to run the SWF player.
-rtmp_live .D… Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any)
any -2 .D… both
live -1 .D… live stream
recorded 0 .D… recorded stream
-rtmp_pageurl .D… URL of the web page in which the media was embedded. By default no value will be sent.
-rtmp_playpath ED… Stream identifier to play or to publish
-rtmp_subscribe .D… Name of live stream to subscribe to. Defaults to rtmp_playpath.
-rtmp_swfhash .D… SHA256 hash of the decompressed SWF file (32 bytes).
-rtmp_swfsize .D… Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0)
-rtmp_swfurl ED… URL of the SWF player. By default no value will be sent
-rtmp_swfverify .D… URL to player swf file, compute hash/size automatically.
-rtmp_tcurl ED… URL of the target stream. Defaults to proto://host[:port]/app.
-rtmp_listen .D… Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0)
-listen .D… Listen for incoming rtmp connections (from INT_MIN to INT_MAX) (default 0)
-timeout .D… Maximum timeout (in seconds) to wait for incoming connections. -1 is infinite. Implies -rtmp_listen 1 (from INT_MIN to INT_MAX) (default -1)

rtmpte AVOptions:
-rtmp_app ED… Name of application to connect to on the RTMP server
-rtmp_buffer ED… Set buffer time in milliseconds. The default is 3000. (from 0 to INT_MAX) (default 3000)
-rtmp_conn ED… Append arbitrary AMF data to the Connect message
-rtmp_flashver ED… Version of the Flash plugin used to run the SWF player.
-rtmp_live .D… Specify that the media is a live stream. (from INT_MIN to INT_MAX) (default any)
any -2 .D… both
live -1 .D… live stream
recorded 0 .D… recorded stream
-rtmp_pageurl .D… URL of the web page in which the media was embedded. By default no value will be sent.
-rtmp_playpath ED… Stream identifier to play or to publish
-rtmp_subscribe .D… Name of live stream to subscribe to. Defaults to rtmp_playpath.
-rtmp_swfhash .D… SHA256 hash of the decompressed SWF file (32 bytes).
-rtmp_swfsize .D… Size of the decompressed SWF file, required for SWFVerification. (from 0 to INT_MAX) (default 0)
-rtmp_swfurl ED… U

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值