天天看點

VLC指令行參數詳解

VLC指令行參數詳解

2012-11-29 14:00 6859人閱讀 評論(0) 收藏 舉報

Usage: vlc [options] [stream] ...

You can specify multiple streams on the commandline. They will be enqueued in the playlist.

The first item specified will be played first.

Options-styles:

  --option  A global option that is set for the duration of the program.

   -option  A single letter version of a global --option.

   :option  An option that only applies to the stream directly before it

            and that overrides previous settings.

Stream MRL syntax:

  [[access][/demux]://]URL[@[title][:chapter][-[title][:chapter]]] [:option=value ...]

  Many of the global --options can also be used as MRL specific :options.

  Multiple :option=value pairs can be specified.

URL syntax:

  [file://]filename              Plain media file

  http://ip:port/file            HTTP URL

  ftp://ip:port/file             FTP URL

  mms://ip:port/file             MMS URL

  screen://                      Screen capture

  [dvd://][device][@raw_device]  DVD device

  [vcd://][device]               VCD device

  [cdda://][device]              Audio CD device

  udp:[[<source address>]@[<bind address>][:<bind port>]]

                                 UDP stream sent by a streaming server

  vlc:pause:<seconds>            Special item to pause the playlist for a certain time

  vlc:quit                       Special item to quit VLC

 音頻

      --audio, --no-audio        打開音頻 (預設打開)

      --volume <整型>          預設音量

      --volume-step <整型>     輸出音量步長

      --aout-rate <整型>       音頻輸出頻率(Hz)

      --hq-resampling, --no-hq-resampling

                                 高品質音頻采樣 (預設打開)

      --spdif, --no-spdif        當可用時使用 S/PDIF 音頻輸出

                                 (預設關閉)

      --force-dolby-surround {0 (自動), 1 (開), 2 (關)}

                                 強制檢測杜比環繞

      --audio-desync <整型>    音頻異步校正

      --aout <字元串型>      音頻輸出子產品

      --audio-filter <字元串型>

                                 音頻濾波器

      --audio-visual <字元串型>

                                 音頻視覺效果

 視訊

      --video, --no-video        啟動視訊 (預設打開)

      --grayscale, --no-grayscale

                                 灰階視訊輸出 (預設關閉)

  -f, --fullscreen, --no-fullscreen

                                 全螢幕視訊輸出 (預設關閉)

      --drop-late-frames, --no-drop-late-frames

                                 丢棄晚的幀 (預設打開)

      --skip-frames, --no-skip-frames

                                 跳過幀 (預設打開)

      --quiet-synchro, --no-quiet-synchro

                                 靜音同步 (預設關閉)

      --overlay, --no-overlay    重疊視訊輸出 (預設打開)

      --video-on-top, --no-video-on-top

                                 永遠在最上層 (預設關閉)

      --disable-screensaver, --no-disable-screensaver

                                 關閉螢幕保護程式 (預設打開)

      --snapshot-path <字元串型>

                                 視訊快照目錄 (或檔案名)

      --snapshot-prefix <字元串型>

                                 視訊快照檔案字首

      --snapshot-format {png,jpg}

                                 視訊快照格式

      --snapshot-preview, --no-snapshot-preview

                                 顯示視訊快照預覽 (預設打開)

      --snapshot-sequential, --no-snapshot-sequential

                                 Use sequential numbers instead of timestamps

      --width <整型>           視訊寬度

      --height <整型>          視訊高度

      --video-x <整型>         視訊 X 坐标

      --video-y <整型>         視訊 Y 坐标

      --crop <字元串型>      視訊修整

      --custom-crop-ratios <字元串型>

                                 自定義修整比率清單

      --aspect-ratio <字元串型>

                                 源比率

      --monitor-par <字元串型>

                                 螢幕像素縱橫比

      --custom-aspect-ratios <字元串型>

                                 自定義縱橫比清單

      --hdtv-fix, --no-hdtv-fix  固定 HDTV 高度 (預設打開)

      --video-deco, --no-video-deco

                                 視窗裝飾 (預設打開)

      --video-title <字元串型>

                                 視訊标題

      --align {0 (居中), 1 (左), 2 (右), 4 (頂部), 8 (底部), 5 (左上), 6 (右上), 9 (左下), 10 (右下)}

                                 視訊對齊

      --zoom <浮點型>         縮放視訊

  -V, --vout <字元串型>      視訊輸出子產品

      --vout-filter <字元串型>

                                 視訊過濾器子產品

 子畫面

      --spu, --no-spu            啟用子畫面 (預設打開)

      --osd, --no-osd            畫面上顯示(OSD) (預設打開)

      --text-renderer <字元串型>

                                 字型渲染子產品

      --sub-file <字元串型>  使用字幕檔案

      --sub-autodetect-file, --no-sub-autodetect-file

                                 自動偵測字幕檔 (預設打開)

      --sub-autodetect-fuzzy <整型>

                                 字幕自動偵測模糊化

      --sub-autodetect-path <字元串型>

                                 字幕自動偵測路徑

      --sub-margin <整型>      強制字幕位置

      --sub-filter <字元串型>

                                 子畫面過濾器子產品

      --program <整型>         程式

      --programs <字元串型>  程式

      --audio-track <整型>     音軌

      --sub-track <整型>       字幕軌

      --audio-language <字元串型>

                                 音頻語言

      --sub-language <字元串型>

                                 字幕語言

      --audio-track-id <整型>  音軌 ID

      --sub-track-id <整型>    字幕軌 ID

      --input-repeat <整型>    輸入重複

      --start-time <整型>      開始時間

      --stop-time <整型>       停止時間

      --input-list <字元串型>

                                 輸入清單

      --input-slave <字元串型>

                                 從輸入(試驗性的)

      --bookmarks <字元串型> 串流書簽清單

      --dvd <字元串型>       DVD裝置

      --vcd <字元串型>       VCD 裝置

      --cd-audio <字元串型>  音樂 CD 裝置

      --server-port <整型>     UDP 端口

      --mtu <整型>             網絡接口的MTU

  -6, --ipv6, --no-ipv6          強制使用 IPv6 (預設關閉)

  -4, --ipv4, --no-ipv4          強制使用 IPv4 (預設關閉)

      --ipv4-timeout <整型>    TCP連接配接逾時時間

      --socks <字元串型>     SOCKS伺服器

      --socks-user <字元串型>

                                 SOCKS使用者名稱

      --socks-pwd <字元串型> SOCKS密碼

      --meta-title <字元串型>

                                 标題資料

      --meta-author <字元串型>

                                 作者中繼資料

      --meta-artist <字元串型>

                                 藝術家中繼資料

      --meta-genre <字元串型>

                                 流派中繼資料

      --meta-copyright <字元串型>

                                 版權中繼資料

      --meta-description <字元串型>

                                 描述中繼資料

      --meta-date <字元串型> 日期中繼資料

      --meta-url <字元串型>  網址中繼資料

      --cr-average <整型>      時鐘參考平均計數器

      --clock-synchro {-1 (預設), 0 (關閉), 1 (啟動)}

                                 時鐘同步

      --network-synchronisation, --no-network-synchronisation

                                 網絡同步化 (預設關閉)

 譯碼器

      --codec <字元串型>     偏好的解碼器清單

      --encoder <字元串型>   偏好的編碼器清單

 輸入

      --access <字元串型>    存取子產品

      --access-filter <字元串型>

                                 存取過濾器子產品

      --demux <字元串型>     解多任務子產品

 串流輸出

      --sout <字元串型>      預設串流輸對外連結

      --sout-display, --no-sout-display

                                 串流時顯示 (預設關閉)

      --sout-keep, --no-sout-keep

                                 持續開啟串流輸出 (預設關閉)

      --sout-all, --no-sout-all  打開串流所有 ES (預設關閉)

      --sout-audio, --no-sout-audio

                                 啟動音頻串流輸出 (預設打開)

      --sout-video, --no-sout-video

                                 啟動視訊串流輸出 (預設打開)

      --sout-spu, --no-sout-spu  啟動 SPU 串流輸出 (預設打開)

      --vlm-conf <字元串型>  VLM設定檔

      --mux <字元串型>       多任務子產品

      --access_output <字元串型>

                                 存取輸出子產品

      --ttl <整型>             Hop 限制 (TTL)

      --miface <字元串型>    IPv6 多點傳播輸出接口

      --miface-addr <字元串型>

                                 IPv4 多點傳播輸出接口位址

      --packetizer <字元串型>

                                 偏好的封包器清單

      --sap-flow-control, --no-sap-flow-control

                                 控制SAP流量 (預設關閉)

      --sap-interval <整型>    SAP 通告間隔

 CPU

      --fpu, --no-fpu            啟用 FPU 支援 (預設打開)

      --mmx, --no-mmx            啟用 CPU MMX 支援 (預設打開)

      --3dn, --no-3dn            啟用 CPU 3D Now! 支援 (預設打開)

      --mmxext, --no-mmxext      啟用 CPU MMX EXT 支援 (預設打開)

      --sse, --no-sse            啟用 CPU SSE 支援 (預設打開)

      --sse2, --no-sse2          啟用 CPU SSE2 支援 (預設打開)

 雜項

  -A, --memcpy <字元串型>    記憶體複制子產品

      --plugins-cache, --no-plugins-cache

                                 使用外挂緩存 (預設打開)

      --plugin-path <字元串型>

                                 子產品搜尋路徑

      --minimize-threads, --no-minimize-threads

                                 最小線程數量 (預設關閉)

      --one-instance, --no-one-instance

                                 隻允許一個執行個體運作 (預設關閉)

      --started-from-file, --no-started-from-file

                                 VLC 從檔案關聯啟動 (預設關閉)

      --one-instance-when-started-from-file, --no-one-instance-when-started-from-file

                                 當從檔案開始時隻允許一個執行個體

                                 (預設打開)

      --playlist-enqueue, --no-playlist-enqueue

                                 Enqueue items to playlist when in one

                                 instance mode (預設關閉)

      --high-priority, --no-high-priority

                                 提高程式優先權 (預設關閉)

      --fast-mutex, --no-fast-mutex

                                 Fast mutex on NT/2K/XP (developers only)

      --win9x-cv-method <整型> Condition variables implementation for Win9x

                                 (developers only)

 播放清單

  -Z, --random, --no-random      永遠随機播放檔案 (預設關閉)

  -L, --loop, --no-loop          重複播放全部 (預設關閉)

  -R, --repeat, --no-repeat      重複播放目前項目 (預設關閉)

      --play-and-stop, --no-play-and-stop

                                 播放和停止 (預設關閉)

      --open <字元串型>      預設串流

      --auto-preparse, --no-auto-preparse

                                 自動預解釋檔案 (預設打開)

  -S, --services-discovery <字元串型>

                                 服務探索子產品

  -v, --verbose <整型>         提示(0,1,2)

  -q, --quiet, --no-quiet        安靜 (預設關閉)

      --file-logging, --no-file-logging

                                 記錄到檔案 (預設關閉)

      --language {auto,en,en_GB,ar,ca,cs,da,de,es,fa,fr,gl,he,hu,it,ja,ka,ko,ms,ne,nl,oc,pl,pt_BR,ro,ru,sk,sl,sv,th,tr,zh_CN,zh_TW}

                                 語言

      --color, --no-color        色彩化訊息 (預設關閉)

      --advanced, --no-advanced  顯示進階選項 (預設打開)

      --interact, --no-interact  界面互動 (預設打開)

      --show-intf, --no-show-intf

                                 用滑鼠來顯示界面 (預設關閉)

      --stats, --no-stats        收集統計資訊 (預設打開)

  -I, --intf <字元串型>      界面子產品

      --extraintf <字元串型> 額外界面子產品

      --control <字元串型>   控制界面

 熱鍵

      --key-fullscreen <整型>  全螢幕

      --key-play-pause <整型>  播放/暫停

      --key-pause <整型>       僅暫停

      --key-play <整型>        僅播放

      --key-faster <整型>      加快

      --key-slower <整型>      放慢

      --key-next <整型>        下一項

      --key-prev <整型>        上一項

      --key-stop <整型>        停止

      --key-position <整型>    位置

      --key-jump-extrashort <整型>

                                 向後跳一很小的段

      --key-jump+extrashort <整型>

                                 向前跳一很小的段

      --key-jump-short <整型>  向後跳一小段

      --key-jump+short <整型>  向前跳一小段

      --key-jump-medium <整型> 向後跳一中段

      --key-jump+medium <整型> 向前跳一中段

      --key-jump-long <整型>   向後跳一大段

      --key-jump+long <整型>   向前跳一大段

      --key-nav-activate <整型>

                                 啟動

      --key-nav-up <整型>      向上導覽

      --key-nav-down <整型>    向下導覽

      --key-nav-left <整型>    向左導覽

      --key-nav-right <整型>   向右導覽

      --key-disc-menu <整型>   轉到DVD選單

      --key-title-prev <整型>  選擇上一個DVD章節

      --key-title-next <整型>  選擇下一個DVD章節

      --key-chapter-prev <整型>

                                 選擇上一個 DVD 章節

      --key-chapter-next <整型>

                                 選擇下一個 DVD 章節

      --key-quit <整型>        離開

      --key-vol-up <整型>      增加音量

      --key-vol-down <整型>    減低音量

      --key-vol-mute <整型>    靜音

      --key-subdelay-up <整型> 增加字幕延遲

      --key-subdelay-down <整型>

                                 減少字幕延遲

      --key-audiodelay-up <整型>

                                 增加音頻延遲

      --key-audiodelay-down <整型>

                                 減少音頻延遲

      --key-audio-track <整型> 循環音軌

      --key-subtitle-track <整型>

                                 循環字幕軌

      --key-aspect-ratio <整型>

                                 循環源縱橫比

      --key-crop <整型>        循環視訊修整

      --key-deinterlace <整型> 循環解除交錯子產品

      --key-intf-show <整型>   顯示界面

      --key-intf-hide <整型>   隐藏接口

      --key-snapshot <整型>    擷取視訊快照

      --key-history-back <整型>

                                 在浏覽曆史中後退

      --key-history-forward <整型>

                                 在浏覽曆史中前進

      --key-record <整型>      錄制

      --key-dump <整型>        傾倒

      --key-crop-top <整型>    在視訊頂部修剪一個像素

      --key-uncrop-top <整型>  不在視訊頂部修剪一個像素

      --key-crop-left <整型>   在視訊左側修剪一個像素

      --key-uncrop-left <整型> 不在視訊左側修剪一個像素

      --key-crop-bottom <整型> 在視訊底部修剪一個像素

      --key-uncrop-bottom <整型>

                                 不在視訊底部修剪一個像素

      --key-crop-right <整型>  從視訊右側修剪一個像素

      --key-uncrop-right <整型>

                                 不在視訊右部修剪一個像素

      --extrashort-jump-size <整型>

                                 跳一很小的段的長度

      --short-jump-size <整型> 跳一小段的長度

      --medium-jump-size <整型>

                                 跳一中段的長度

      --long-jump-size <整型>  長跳長度

      --key-set-bookmark1 <整型>

                                 設定播放清單書簽 1

      --key-set-bookmark2 <整型>

                                 設定播放清單書簽 2

      --key-set-bookmark3 <整型>

                                 設定播放清單書簽 3

      --key-set-bookmark4 <整型>

                                 設定播放清單書簽 4

      --key-set-bookmark5 <整型>

                                 設定播放清單書簽 5

      --key-set-bookmark6 <整型>

                                 設定播放清單書簽 6

      --key-set-bookmark7 <整型>

                                 設定播放清單書簽 7

      --key-set-bookmark8 <整型>

                                 設定播放清單書簽 8

      --key-set-bookmark9 <整型>

                                 設定播放清單書簽 9

      --key-set-bookmark10 <整型>

                                 設定播放清單書簽 10

      --key-play-bookmark1 <整型>

                                 播放播放清單書簽 1

      --key-play-bookmark2 <整型>

                                 播放播放清單書簽 2

      --key-play-bookmark3 <整型>

                                 播放播放清單書簽 3

      --key-play-bookmark4 <整型>

                                 播放播放清單書簽 4

      --key-play-bookmark5 <整型>

                                 播放播放清單書簽 5

      --key-play-bookmark6 <整型>

                                 播放播放清單書簽 6

      --key-play-bookmark7 <整型>

                                 播放播放清單書簽 7

      --key-play-bookmark8 <整型>

                                 播放播放清單書簽 8

      --key-play-bookmark9 <整型>

                                 播放播放清單書簽 9

      --key-play-bookmark10 <整型>

                                 播放播放清單書簽 10

      --bookmark1 <字元串型> 播放清單書簽 1

      --bookmark2 <字元串型> 播放清單書簽 2

      --bookmark3 <字元串型> 播放清單書簽 3

      --bookmark4 <字元串型> 播放清單書簽 4

      --bookmark5 <字元串型> 播放清單書簽 5

      --bookmark6 <字元串型> 播放清單書簽 6

      --bookmark7 <字元串型> 播放清單書簽 7

      --bookmark8 <字元串型> 播放清單書簽 8

      --bookmark9 <字元串型> 播放清單書簽 9

      --bookmark10 <字元串型>

                                 播放清單書簽 10

 Help options

  -h, --help                     print help for VLC (can be combined with

                                 --advanced)

  -H, --longhelp                 print help for VLC and all its modules (can

                                 be combined with --advanced)

      --advanced                 列印進階選項的幫助資訊

      --help-verbose             ask for extra verbosity when displaying help

  -l, --list                     列印一個可用子產品的清單

  -p, --module <字元串型>    print help on a specific module (can be

                                 combined with --advanced)

      --save-config              在配置中儲存目前的指令行選項

      --reset-config             将目前設定複位為預設值

      --config <字元串型>    使用替代的組态檔

      --reset-plugins-cache      重置目前外挂緩存

      --version                  列印版本資訊

 live.com (RTSP/RTP/SDP) 分離器

      --rtsp-tcp, --no-rtsp-tcp  在 RTSP 上使用 RTP (TCP) (預設關閉)

      --rtp-client-port <整型> 用戶端端口

      --rtsp-http, --no-rtsp-http

                                 Tunnel RTSP and RTP over HTTP (預設關閉)

      --rtsp-http-port <整型>  HTTP 隧道端口

      --rtsp-caching <整型>    緩存值 (毫秒)

      --rtsp-kasenna, --no-rtsp-kasenna

                                 Kasenna RTSP dialect (預設關閉)

      --rtsp-user <字元串型> RTSP 使用者名

      --rtsp-pwd <字元串型>  RTSP 密碼

 TS 複用器 (libdvbpsi)

      --sout-ts-pid-video <整型>

                                 視訊PID

      --sout-ts-pid-audio <整型>

                                 音頻PID

      --sout-ts-pid-spu <整型> SPU PID

      --sout-ts-pid-pmt <整型> PMT PID

      --sout-ts-tsid <整型>    TS ID

      --sout-ts-netid <整型>   NET ID

      --sout-ts-program-pmt <字元串型>

                                 PMT 程式數量

      --sout-ts-es-id-pid, --no-sout-ts-es-id-pid

                                 将 PID 設為 ES 的 ID (預設關閉)

      --sout-ts-muxpmt <字元串型>

                                 Mux PMT (requires --sout-ts-es-id-pid)

      --sout-ts-sdtdesc <字元串型>

                                 SDT Descriptors (requires --sout-ts-es-id-pid)

      --sout-ts-alignment, --no-sout-ts-alignment

                                 資料對齊 (預設打開)

      --sout-ts-shaping <整型> Shaping delay (ms)

      --sout-ts-use-key-frames, --no-sout-ts-use-key-frames

                                 使用關鍵幀 (預設關閉)

      --sout-ts-pcr <整型>     PCR延遲(ms)

      --sout-ts-bmin <整型>    最小的 B (不推薦使用)

      --sout-ts-bmax <整型>    最大的 B (不推薦使用)

      --sout-ts-dts-delay <整型>

                                 DTS 延遲

      --sout-ts-crypt-audio, --no-sout-ts-crypt-audio

                                 加密音頻 (預設打開)

      --sout-ts-crypt-video, --no-sout-ts-crypt-video

                                 加密視訊 (預設打開)

      --sout-ts-csa-ck <字元串型>

                                 CSA 密鑰

      --sout-ts-csa-pkt <整型> 要加密的包的 大小

 ATSC A/52 (AC-3)音頻譯碼器

      --a52-dynrng, --no-a52-dynrng

                                 A/52 dynamic range compression (預設打開)

      --a52-upmix, --no-a52-upmix

                                 Enable internal upmixing (預設關閉)

 标準檔案目錄輸入

      --recursive {none,collapse,expand}

                                 子目錄行為

      --ignore-filetypes <字元串型>

                                 忽略的擴充

 假輸入

      --fake-caching <整型>    緩存值 (毫秒)

      --fake-fps <浮點型>     幀率

      --fake-id <整型>         ID

      --fake-duration <整型>   長度(毫秒)

 檔案輸入

      --file-caching <整型>    緩存值 (毫秒)

      --file-cat <字元串型>  Concatenate with additional files

 傾倒

      --dump-force, --no-dump-force

                                 Force use of dump module (預設關閉)

      --dump-margin <整型>     Maximum size of temporary file (Mb)

 錄制

      --record-path <字元串型>

                                 錄制目錄

 時間差

      --timeshift-granularity <整型>

                                 Timeshift granularity

      --timeshift-dir <字元串型>

                                 時間差目錄

      --timeshift-force, --no-timeshift-force

                                 Force use of the timeshift module

 FTP 輸入

      --ftp-caching <整型>     緩存值 (毫秒)

      --ftp-user <字元串型>  FTP 使用者名

      --ftp-pwd <字元串型>   FTP 密碼

      --ftp-account <字元串型>

                                 FTP 賬戶

 HTTP輸入

      --http-proxy <字元串型>

                                 HTTP 代理

      --http-caching <整型>    緩存值 (毫秒)

      --http-user-agent <字元串型>

                                 HTTP 使用者代理

      --http-reconnect, --no-http-reconnect

                                 自動重新連接配接 (預設關閉)

      --http-continuous, --no-http-continuous

                                 連續流 (預設關閉)

Microsoft Media Server (MMS)輸入

      --mms-caching <整型>     緩存值 (毫秒)

      --mms-all, --no-mms-all    Force selection of all streams (預設關閉)

      --mms-maxbitrate <整型>  最大比特率

 檔案串流輸出

      --sout-file-append, --no-sout-file-append

                                 追加到檔案 (預設關閉)

 HTTP 串流輸出

      --sout-http-user <字元串型>

                                 使用者名

      --sout-http-pwd <字元串型>

                                 密碼

      --sout-http-mime <字元串型>

                                 Mime

      --sout-http-cert <字元串型>

                                 證書檔案

      --sout-http-key <字元串型>

                                 私鑰檔案

      --sout-http-ca <字元串型>

                                 根 CA 檔案

      --sout-http-crl <字元串型>

                                 CRL 檔案

      --sout-http-bonjour, --no-sout-http-bonjour

                                 Advertise with Bonjour (預設關閉)

 IceCAST 輸出

      --sout-shout-name <字元串型>

                                 串流名稱

      --sout-shout-description <字元串型>

                                 串流描述

      --sout-shout-mp3, --no-sout-shout-mp3

                                 串流 MP3 (預設關閉)

 UDP 串流輸出

      --sout-udp-caching <整型>

                                 緩存值 (毫秒)

      --sout-udp-ttl <整型>    有效時間(TTL)

      --sout-udp-group <整型>  Group packets

      --sout-udp-raw, --no-sout-udp-raw

                                 Raw 寫入 (預設關閉)

 Real RTSP

      --realrtsp-caching <整型>

 SMB輸入

      --smb-caching <整型>     緩存值 (毫秒)

      --smb-user <字元串型>  SMB 使用者名

      --smb-pwd <字元串型>   SMB 密碼

      --smb-domain <字元串型>

                                 SMB 域

 TCP輸入

      --tcp-caching <整型>     緩存值 (毫秒)

 UDP/RTP 輸入

      --udp-caching <整型>     緩存值 (毫秒)

      --rtp-late <整型>        RTP reordering timeout in ms

      --udp-auto-mtu, --no-udp-auto-mtu

                                 自動檢測 MTU (預設打開)

 圖像屬性過濾器

      --contrast <浮點型>     影像對比(0-2)

      --brightness <浮點型>   影像亮度(0-2)

      --hue <整型>             影像色調(0-360)

      --saturation <浮點型>   影像飽和度(0-3)

      --gamma <浮點型>        影像反差系數(0-10)

      --brightness-threshold, --no-brightness-threshold

                                 亮度門檻值 (預設關閉)

 DirectX音頻輸出

      --directx-audio-device <整型>

                                 輸出裝置

      --directx-audio-float32, --no-directx-audio-float32

                                 使用float32輸出 (預設關閉)

 檔案音頻輸出

      --audiofile-format {u8,s8,u16,s16,u16_le,s16_le,u16_be,s16_be,fixed32,float32,spdif}

                                 輸出格式

      --audiofile-channels <整型>

                                 輸出頻道數量

      --audiofile-file <字元串型>

                                 輸出檔案

      --audiofile-wav, --no-audiofile-wav

                                 加入 WAVE 頭部 (預設打開)

 AVI 分離器

      --avi-interleaved, --no-avi-interleaved

                                 Force interleaved method (預設關閉)

      --avi-index {0 (詢問), 1 (永遠固定), 2 (從不修複)}

                                 Force index creation

 音頻 CD 輸入

      --cdda-caching <整型>    緩存值 (毫秒)

      --cdda-separate-tracks, --no-cdda-separate-tracks

                                 (null) (預設打開)

      --cdda-track <整型>      (null)

      --cddb-server <字元串型>

                                 CDDB 伺服器

      --cddb-port <整型>       CDDB 伺服器端口

 複制視訊過濾器

      --clone-count <整型>     複制數量

      --clone-vout-list <字元串型>

                                 視訊輸出子產品

 修整視訊過濾器

      --crop-geometry <字元串型>

                                 修剪幾何圖形 (像素)

      --autocrop, --no-autocrop  自動修整 (預設關閉)

 解除交錯視訊過濾器

      --deinterlace-mode {discard,blend,mean,bob,linear,x}

                                 解除交錯模式

      --sout-deinterlace-mode {discard,blend,mean,bob,linear,x}

                                 串流解除交錯模式

 檔案 dumpper

      --demuxdump-file <字元串型>

                                 Dump 檔案名

      --demuxdump-append, --no-demuxdump-append

                                 追加到現有檔案 (預設關閉)

 扭曲視訊過濾器

      --distort-mode {wave,ripple,gradient,edge,hough,psychedelic}

                                 扭曲模式

      --distort-gradient-type <整型>

                                 灰階圖像類型

      --distort-cartoon, --no-distort-cartoon

                                 應用動畫效果 (預設打開)

 DTS Coherent Acoustics audio decoder

      --dts-dynrng, --no-dts-dynrng

                                 DTS dynamic range compression (預設打開)

 虛拟接口功能

      --dummy-quiet, --no-dummy-quiet

                                 不要開啟DOS指令視窗接口

      --dummy-save-es, --no-dummy-save-es

                                 儲存空白編碼器資料 (預設關閉)

      --dummy-chroma <字元串型>

                                 虛拟影像彩度格式

 DVB 字幕譯碼器

      --dvbsub-position {0 (居中), 1 (左), 2 (右), 4 (頂部), 8 (底部), 5 (左上), 6 (右上), 9 (左下), 10 (右下)}

                                 子圖像位置

      --dvbsub-x <整型>        解碼 X 坐标

      --dvbsub-y <整型>        解碼 Y 坐标

      --sout-dvbsub-x <整型>   編碼 X 坐标

      --sout-dvbsub-y <整型>   編碼 Y 坐标

 DVDnav輸入

      --dvdnav-angle <整型>    DVD 角度

      --dvdnav-caching <整型>  緩存值 (毫秒)

      --dvdnav-menu, --no-dvdnav-menu

                                 直接從菜單開始 (預設打開)

 DVDRead 輸入 (無菜單支援的 DVD)

      --dvdread-angle <整型>   DVD 角度

      --dvdread-caching <整型> 緩存值 (毫秒)

      --dvdread-css-method {title,disc,key}

                                 libdvdcss 解密的方式

 Equalizer with 10 bands

      --equalizer-preset {flat,classical,club,dance,fullbass,fullbasstreble,fulltreble,headphones,largehall,live,party,pop,reggae,rock,ska,soft,softrock,techno}

                                 均衡器預設

      --equalizer-bands <字元串型>

                                 頻帶增益

      --equalizer-2pass, --no-equalizer-2pass

                                 Two pass (預設關閉)

      --equalizer-preamp <浮點型>

                                 全域增益

 僞視訊譯碼器

      --fake-file <字元串型> 圖像檔案

      --fake-width <整型>      視訊寬度

      --fake-height <整型>     視訊高度

      --fake-keep-ar, --no-fake-keep-ar

                                 保持縱橫比 (預設關閉)

      --fake-aspect-ratio <字元串型>

                                 背景分辨率

      --fake-deinterlace, --no-fake-deinterlace

                                 解除交錯視訊 (預設關閉)

      --fake-deinterlace-module {deinterlace,ffmpeg-deinterlace}

                                 解除交錯子產品

 FFmpeg audio/video decoder/encoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)

      --ffmpeg-dr, --no-ffmpeg-dr

                                 Direct rendering (預設打開)

      --ffmpeg-error-resilience <整型>

                                 Error resilience

      --ffmpeg-workaround-bugs <整型>

                                 Workaround bugs

      --ffmpeg-hurry-up, --no-ffmpeg-hurry-up

                                 快速 (預設關閉)

      --ffmpeg-vismv <整型>    Visualize motion vectors

      --ffmpeg-lowres <整型>   低分辨率譯碼

      --ffmpeg-skiploopfilter {0 (無), 1 (Non-ref), 2 (Bidir), 3 (Non-key), 4 (全部)}

                                 Skip the loop filter for H.264 decoding

      --ffmpeg-pp-q <整型>     後處理品質

      --ffmpeg-pp-name <字元串型>

                                 FFmpeg post processing filter chains

      --ffmpeg-debug <整型>    調試掩碼

      --sout-ffmpeg-hq {rd,bits,simple}

                                 品質等級

      --sout-ffmpeg-keyint <整型>

                                 Ratio of key frames

      --sout-ffmpeg-bframes <整型>

                                 Ratio of B frames

      --sout-ffmpeg-hurry-up, --no-sout-ffmpeg-hurry-up

      --sout-ffmpeg-interlace, --no-sout-ffmpeg-interlace

                                 交錯編碼 (預設關閉)

      --sout-ffmpeg-interlace-me, --no-sout-ffmpeg-interlace-me

                                 Interlaced motion estimation (預設打開)

      --sout-ffmpeg-vt <整型>  視訊比特率容忍度

      --sout-ffmpeg-pre-me, --no-sout-ffmpeg-pre-me

                                 動作前估計 (預設關閉)

      --sout-ffmpeg-strict-rc, --no-sout-ffmpeg-strict-rc

                                 Strict rate control (預設關閉)

      --sout-ffmpeg-rc-buffer-size <整型>

                                 Rate control buffer size

      --sout-ffmpeg-rc-buffer-aggressivity <浮點型>

                                 Rate control buffer aggressiveness

      --sout-ffmpeg-i-quant-factor <浮點型>

                                 I quantization factor

      --sout-ffmpeg-noise-reduction <整型>

                                 噪聲消除

      --sout-ffmpeg-mpeg4-matrix, --no-sout-ffmpeg-mpeg4-matrix

                                 MPEG4 quantization matrix (預設關閉)

      --sout-ffmpeg-qmin <整型>

                                 Minimum video quantizer scale

      --sout-ffmpeg-qmax <整型>

                                 Maximum video quantizer scale

      --sout-ffmpeg-trellis, --no-sout-ffmpeg-trellis

                                 Trellis quantization (預設關閉)

      --sout-ffmpeg-qscale <浮點型>

                                 固定量化器刻度

      --sout-ffmpeg-strict <整型>

                                 Strict standard compliance

      --sout-ffmpeg-lumi-masking <浮點型>

                                 Luminance masking

      --sout-ffmpeg-dark-masking <浮點型>

                                 Darkness masking

      --sout-ffmpeg-p-masking <浮點型>

                                 動作遮掩

      --sout-ffmpeg-border-masking <浮點型>

                                 邊界遮掩

      --sout-ffmpeg-luma-elim-threshold <整型>

                                 Luminance elimination

      --sout-ffmpeg-chroma-elim-threshold <整型>

                                 Chrominance elimination

 Freetype2 字型渲染器

      --freetype-font <字元串型>

                                 字型

      --freetype-fontsize <整型>

                                 字型大小 (像素)

      --freetype-opacity <整型>

                                 不透明

      --freetype-color {0 (黑色), 8421504 (灰色), 12632256 (銀色), 16777215 (白色), 8388608 (栗色), 16711680 (紅色), 16711935 (紫紅色), 16776960 (黃色), 8421376 (橄榄色), 32768 (綠色), 32896 (藍綠色), 65280 (檸檬色), 8388736 (紫色), 128 (藏青色), 255 (藍色), 65535 (淺綠色)}

                                 文字預設顔色

      --freetype-rel-fontsize {20 (更小), 18 (小), 16 (正常), 12 (大), 6 (更大)}

                                 相對字号

      --freetype-effect {1 (背景), 2 (大綱), 3 (Fat Outline)}

                                 字型效果

      --freetype-yuvp, --no-freetype-yuvp

                                 使用 YUVP 渲染 (預設關閉)

 Mouse gestures control interface

      --gestures-threshold <整型>

                                 Motion threshold (10-100)

      --gestures-button {left,middle,right}

                                 觸發按鍵

 GnuTLS TLS 加密層

      --tls-check-cert, --no-tls-check-cert

                                 檢查 TLS/SSL 伺服器證書有效性

      --tls-check-hostname, --no-tls-check-hostname

                                 在證書中檢查 TLS/SSL 伺服器主機名

      --gnutls-dh-bits <整型>  Diffie-Hellman prime bits

      --gnutls-cache-expiration <整型>

                                 已恢複的 TLS 會話的過期時間

      --gnutls-cache-size <整型>

                                 已恢複的 TLS 會話的數量

 Goom效果

      --goom-width <整型>      Goom顯示寬度

      --goom-height <整型>     Goom顯示高度

      --goom-speed <整型>      Goom動畫速度

 Growl 通知插件

      --growl-server <字元串型>

                                 Growl 伺服器

      --growl-password <字元串型>

                                 Growl 密碼

      --growl-port <整型>      Growl UDP 端口

 H264 視訊分離器

      --h264-fps <浮點型>     每秒幀數

 耳機虛拟空間化效果

      --headphone-dim <整型>   Characteristic dimension

      --headphone-compensate, --no-headphone-compensate

                                 Compensate delay (預設關閉)

      --headphone-dolby, --no-headphone-dolby

                                 No decoding of Dolby Surround (預設關閉)

 HTTP remote control interface

      --http-host <字元串型> 主機位址

      --http-src <字元串型>  源目錄

      --http-charset <字元串型>

                                 字元集

      --http-handlers <字元串型>

                                 Handlers

      --http-intf-cert <字元串型>

      --http-intf-key <字元串型>

      --http-intf-ca <字元串型>

      --http-intf-crl <字元串型>

 影像視訊輸出

      --image-out-format {png,jpeg}

                                 影像格式

      --image-width <整型>     圖像寬度

      --image-height <整型>    圖像高度

      --image-out-ratio <整型> 錄制比率

      --image-out-prefix <字元串型>

                                 檔案名稱字首

      --image-out-replace, --no-image-out-replace

                                 總是寫到相同的檔案 (預設關閉)

 檔案記錄

      --logfile <字元串型>   記錄檔案檔案名

      --logmode {text,html}      記錄格式

      --rrd-file <字元串型>  RRD 輸出檔案

 Logo 視訊過濾器

      --logo-file <字元串型> Logo 檔案名

      --logo-x <整型>          X 坐标

      --logo-y <整型>          Y 坐标

      --logo-delay <整型>      Logo 每個圖像的時間 (毫秒)

      --logo-repeat <整型>     Logo 循環的動畫編号

      --logo-transparency <整型>

                                 Logo 的透明度

      --logo-position {0 (居中), 1 (左), 2 (右), 4 (頂部), 8 (底部), 5 (左上), 6 (右上), 9 (左下), 10 (右下)}

                                 Logo位置

 顯示滾動字幕

      --marq-marquee <字元串型>

                                 文本

      --marq-x <整型>          X 偏移量

      --marq-y <整型>          Y 偏移量

      --marq-position <整型>   字幕位置

      --marq-opacity <整型>    不透明

      --marq-color {-268435456 (預設), 0 (黑色), 8421504 (灰色), 12632256 (銀色), 16777215 (白色), 8388608 (栗色), 16711680 (紅色), 16711935 (紫紅色), 16776960 (黃色), 8421376 (橄榄色), 32768 (綠色), 32896 (藍綠色), 65280 (檸檬色), 8388736 (紫色), 128 (藏青色), 255 (藍色), 65535 (淺綠色)}

                                 色彩

      --marq-size <整型>       字号

      --marq-timeout <整型>    逾時

 M-JPEG 錄影機分離器

      --mjpeg-fps <浮點型>    每秒幀數

 Matroska 串流分離器

      --mkv-use-ordered-chapters, --no-mkv-use-ordered-chapters

                                 Ordered chapters (預設打開)

      --mkv-use-chapter-codec, --no-mkv-use-chapter-codec

                                 章節編碼器 (預設打開)

      --mkv-preload-local-dir, --no-mkv-preload-local-dir

                                 預讀取目錄 (預設打開)

      --mkv-seek-percent, --no-mkv-seek-percent

                                 Seek based on percent not time (預設關閉)

      --mkv-use-dummy, --no-mkv-use-dummy

                                 Dummy Elements (預設關閉)

 MOD 分離器 (libmodplug)

      --mod-noisereduction, --no-mod-noisereduction

                                 噪聲消除 (預設打開)

      --mod-reverb, --no-mod-reverb

                                 Reverb (預設關閉)

      --mod-reverb-level <整型>

                                 Reverberation level

      --mod-reverb-delay <整型>

                                 Reverberation delay

      --mod-megabass, --no-mod-megabass

                                 Mega bass (預設關閉)

      --mod-megabass-level <整型>

                                 Mega bass 等級

      --mod-megabass-range <整型>

                                 Mega bass cutoff

      --mod-surround, --no-mod-surround

                                 環繞 (預設關閉)

      --mod-surround-level <整型>

                                 環繞等級

      --mod-surround-delay <整型>

                                 環繞延遲(ms)

 馬賽克視訊過濾器

      --mosaic-alpha <整型>    透明

      --mosaic-height <整型>   高度

      --mosaic-width <整型>    寬度

      --mosaic-align {0 (居中), 1 (左), 2 (右), 4 (頂部), 8 (底部), 5 (左上), 6 (右上), 9 (左下), 10 (右下)}

                                 馬賽克對齊

      --mosaic-xoffset <整型>  左上角 x 坐标

      --mosaic-yoffset <整型>  左上角 x 坐标

      --mosaic-borderw <整型>  邊界寬度

      --mosaic-borderh <整型>  邊界高度

      --mosaic-position {0 (自動), 1 (固定)}

                                 定位模式

      --mosaic-rows <整型>     行數

      --mosaic-cols <整型>     列數

      --mosaic-keep-aspect-ratio, --no-mosaic-keep-aspect-ratio

      --mosaic-keep-picture, --no-mosaic-keep-picture

                                 保持原始大小 (預設關閉)

      --mosaic-order <字元串型>

                                 元素順序

      --mosaic-delay <整型>    延遲

      --mosaic-bs, --no-mosaic-bs

                                 藍屏 (預設關閉)

      --mosaic-bsu <整型>      藍屏 U 值

      --mosaic-bsv <整型>      藍屏 V 值

      --mosaic-bsut <整型>     藍屏 U 容忍度

      --mosaic-bsvt <整型>     藍屏 V 容忍度

 動作模糊化過濾器

      --blur-factor <整型>     模糊化因數 (1-127)

 動作檢測視訊過濾器

      --motiondetect-history <整型>

                                 曆史參數

      --motiondetect-description <字元串型>

                                 Description file

 MusePack 分離器

      --mpc-replaygain-type {0 (無), 1 (标題), 2 (專輯)}

                                 Replay Gain type

 MSN 正在播放

      --msn-format <字元串型>

                                 MSN Title format string

 ASF 複用器

      --sout-asf-title <字元串型>

                                 标題

      --sout-asf-author <字元串型>

                                 作者

      --sout-asf-copyright <字元串型>

                                 版權

      --sout-asf-comment <字元串型>

                                 批注

      --sout-asf-rating <字元串型>

                                 評分

      --sout-asf-packet-size <整型>

                                 封包大小

 MP4/MOV 複用器

      --sout-mp4-faststart, --no-sout-mp4-faststart

                                 建立"快速開始"檔案 (預設打開)

 多部分 jpeg 複用器

      --sout-mpjpeg-separator <字元串型>

                                 Multipart separator string

 PS 複用器

      --sout-ps-dts-delay <整型>

      --sout-ps-pes-max-size <整型>

                                 PES 最大尺寸

 網絡同步化

      --netsync-master, --no-netsync-master

                                 Act as master (預設關閉)

      --netsync-master-ip <字元串型>

                                 Master client ip address

 音量正常化

      --norm-buff-size <整型>  音頻緩沖器數量

      --norm-max-level <浮點型>

                                 最大等級

 Windows服務接口

      --ntservice-install, --no-ntservice-install

                                 安裝Windows服務 (預設關閉)

      --ntservice-uninstall, --no-ntservice-uninstall

                                 解除安裝Windows服務 (預設關閉)

      --ntservice-name <字元串型>

                                 服務顯示名稱

      --ntservice-options <字元串型>

                                 配置選項

      --ntservice-extraintf <字元串型>

                                 額外界面子產品

 OpenGL視訊輸出

      --opengl-cube-speed <浮點型>

                                 OpenGL 立方體旋轉速度

      --opengl-effect {none,cube,transparent-cube}

                                 效果

 畫面上顯示 (OSD)

      --osdmenu-x <整型>       X 坐标

      --osdmenu-y <整型>       Y 坐标

      --osdmenu-position {0 (居中), 1 (左), 2 (右), 4 (頂部), 8 (底部), 5 (左上), 6 (右上), 9 (左下), 10 (右下)}

                                 菜機關置

      --osdmenu-file <字元串型>

                                 設定檔案

      --osdmenu-file-path <字元串型>

                                 OSD 菜單圖檔的路徑

      --osdmenu-timeout <整型> 菜單逾時時間

      --osdmenu-update <整型>  菜單更新間隔

 MPEG-I/II視訊封包器

      --packetizer-mpegvideo-sync-iframe, --no-packetizer-mpegvideo-sync-iframe

                                 Sync on Intra Frame (預設關閉)

 參數均衡器

      --param-eq-lowf <浮點型>

                                 低頻 (Hz)

      --param-eq-lowgain <浮點型>

                                 Low freq gain (Db)

      --param-eq-highf <浮點型>

                                 高頻 (Hz)

      --param-eq-highgain <浮點型>

                                 High freq gain (Db)

      --param-eq-f1 <浮點型>  頻率 1 (Hz)

      --param-eq-gain1 <浮點型>

                                 Freq 1 gain (Db)

      --param-eq-q1 <浮點型>  頻率 1 Q

      --param-eq-f2 <浮點型>  頻率 2 (Hz)

      --param-eq-gain2 <浮點型>

                                 Freq 2 gain (Db)

      --param-eq-q2 <浮點型>  頻率 2 Q

      --param-eq-f3 <浮點型>  頻率 3 (Hz)

      --param-eq-gain3 <浮點型>

                                 Freq 3 gain (Db)

      --param-eq-q3 <浮點型>  頻率 3 Q

      --playlist-autostart, --no-playlist-autostart

                                 自動開始 (預設打開)

      --m3u-extvlcopt, --no-m3u-extvlcopt

                                 Enable parsing of EXTVLCOPT: options

      --shoutcast-show-adult, --no-shoutcast-show-adult

                                 Show shoutcast adult content (預設關閉)

 Podcast

      --podcast-urls <字元串型>

                                 Podcast URLs 清單

 PORTAUDIO音頻輸出

      --portaudio-device <整型>

 MPEG-PS 分離器

      --ps-trust-timestamps, --no-ps-trust-timestamps

                                 信任 MPEG 時間戳 (預設打開)

 DV (數字視訊) 分離器

      --rawdv-hurry-up, --no-rawdv-hurry-up

 搖控界面

      --rc-show-pos, --no-rc-show-pos

                                 顯示串流位置 (預設關閉)

      --rc-quiet, --no-rc-quiet  不要開啟DOS指令視窗接口

      --rc-host <字元串型>   TCP指令輸入

 RSS 及 Atom feed 顯示

      --rss-urls <字元串型>  Feed URL

      --rss-x <整型>           X 偏移量

      --rss-y <整型>           Y 偏移量

      --rss-position {0 (居中), 1 (左), 2 (右), 4 (頂部), 8 (底部), 5 (左上), 6 (右上), 9 (左下), 10 (右下)}

                                 文字位置

      --rss-opacity <整型>     不透明

      --rss-color {-268435456 (預設), 0 (黑色), 8421504 (灰色), 12632256 (銀色), 16777215 (白色), 8388608 (栗色), 16711680 (紅色), 16711935 (紫紅色), 16776960 (黃色), 8421376 (橄榄色), 32768 (綠色), 32896 (藍綠色), 65280 (檸檬色), 8388736 (紫色), 128 (藏青色), 255 (藍色), 65535 (淺綠色)}

      --rss-size <整型>        字号

      --rss-speed <整型>       Feed 的速度

      --rss-length <整型>      最大長度

      --rss-ttl <整型>         重新整理時間

      --rss-images, --no-rss-images

                                 Feed 圖像 (預設打開)

SAP 通告

      --sap-addr <字元串型>  SAP 多點傳播位址

      --sap-ipv4, --no-sap-ipv4  IPv4 SAP (預設打開)

      --sap-ipv6, --no-sap-ipv6  IPv6 SAP (預設打開)

      --sap-timeout <整型>     SAP 逾時

      --sap-parse, --no-sap-parse

                                 嘗試解析通告 (預設打開)

      --sap-strict, --no-sap-strict

                                 SAP 嚴格模式 (預設關閉)

      --sap-timeshift, --no-sap-timeshift

                                 Allow timeshifting (預設關閉)

 畫面輸入

      --screen-caching <整型>  緩存值 (毫秒)

      --screen-fps <浮點型>   幀率

      --screen-fragment-size <整型>

                                 Capture fragment size

 Shoutcast 收音機清單

 用滑鼠來顯示界面

      --showintf-threshold <整型>

                                 門檻值

 橋接串流輸出

      --sout-bridge-out-id <整型>

                                 ID

      --sout-bridge-in-delay <整型>

                                 延遲

      --sout-bridge-in-id-offset <整型>

                                 ID 偏移量

 顯示串流輸出

      --sout-display-audio, --no-sout-display-audio

                                 打開音頻 (預設打開)

      --sout-display-video, --no-sout-display-video

                                 啟動視訊 (預設打開)

      --sout-display-delay <整型>

 個體流輸出

      --sout-es-access <字元串型>

                                 輸出存取方式

      --sout-es-access-audio <字元串型>

                                 音頻輸出存取方式

      --sout-es-access-video <字元串型>

                                 視訊輸出存取方式

      --sout-es-mux <字元串型>

                                 輸出複用器

      --sout-es-mux-audio <字元串型>

                                 音頻輸出複用器

      --sout-es-mux-video <字元串型>

                                 視訊輸出複用器

      --sout-es-dst <字元串型>

                                 輸出 URL

      --sout-es-dst-audio <字元串型>

                                 音頻輸出 URL

      --sout-es-dst-video <字元串型>

                                 視訊輸出 URL

 Mosaic bridge 串流輸出

      --sout-mosaic-bridge-id <字元串型>

      --sout-mosaic-bridge-width <整型>

                                 視訊寬度

      --sout-mosaic-bridge-height <整型>

                                 視訊高度

      --sout-mosaic-bridge-sar <字元串型>

                                 采樣率

 RTP串流輸出

      --sout-rtp-dst <字元串型>

                                 目标

      --sout-rtp-sdp <字元串型>

                                 SDP

      --sout-rtp-mux <字元串型>

                                 複用器

      --sout-rtp-name <字元串型>

                                 部分名稱

      --sout-rtp-description <字元串型>

                                 部分描述

      --sout-rtp-url <字元串型>

                                 會話 URL

      --sout-rtp-email <字元串型>

                                 會話 E-mail

      --sout-rtp-port <整型>   端口

      --sout-rtp-port-audio <整型>

                                 音頻端口

      --sout-rtp-port-video <整型>

                                 視訊端口

      --sout-rtp-ttl <整型>    有效時間(TTL)

      --sout-rtp-mp4a-latm, --no-sout-rtp-mp4a-latm

                                 MP4A LATM (預設關閉)

 标準串流輸出

      --sout-standard-access <字元串型>

      --sout-standard-mux <字元串型>

      --sout-standard-dst <字元串型>

                                 輸出目的地

      --sout-standard-sap, --no-sout-standard-sap

                                 SAP 通告 (預設關閉)

      --sout-standard-name <字元串型>

      --sout-standard-group <字元串型>

                                 會話組名

 轉碼串流輸出

      --sout-transcode-venc <字元串型>

                                 視訊編碼器

      --sout-transcode-vcodec <字元串型>

                                 目的視訊編碼器

      --sout-transcode-vb <整型>

                                 視訊位率

      --sout-transcode-scale <浮點型>

                                 視訊縮放

      --sout-transcode-fps <浮點型>

                                 視訊幀率

      --sout-transcode-hurry-up, --no-sout-transcode-hurry-up

                                 快速 (預設打開)

      --sout-transcode-deinterlace, --no-sout-transcode-deinterlace

      --sout-transcode-deinterlace-module {deinterlace,ffmpeg-deinterlace}

      --sout-transcode-width <整型>

      --sout-transcode-height <整型>

      --sout-transcode-maxwidth <整型>

                                 最大視訊寬度

      --sout-transcode-maxheight <整型>

                                 最大視訊高度

      --sout-transcode-vfilter <字元串型>

                                 視訊過濾器

      --sout-transcode-croptop <整型>

                                 視訊修整(上方)

      --sout-transcode-cropleft <整型>

                                 視訊修整(左方)

      --sout-transcode-cropbottom <整型>

                                 視訊修整(下方)

      --sout-transcode-cropright <整型>

                                 視訊修整(右方)

      --sout-transcode-paddtop <整型>

                                 視訊填補(上方)

      --sout-transcode-paddleft <整型>

                                 視訊填補(左方)

      --sout-transcode-paddbottom <整型>

                                 視訊填補(下方)

      --sout-transcode-paddright <整型>

                                 視訊填補(右方)

      --sout-transcode-canvas-width <整型>

                                 視訊畫布寬度

      --sout-transcode-canvas-height <整型>

                                 視訊畫布高度

      --sout-transcode-canvas-aspect <字元串型>

                                 視訊畫布縱橫比

      --sout-transcode-aenc <字元串型>

                                 音頻編碼器

      --sout-transcode-acodec <字元串型>

                                 目的音頻編碼器

      --sout-transcode-ab <整型>

                                 音頻位率

      --sout-transcode-channels <整型>

                                 音頻頻道

      --sout-transcode-samplerate <整型>

                                 音頻采樣率

      --sout-transcode-audio-sync, --no-sout-transcode-audio-sync

                                 在音軌上同步 (預設關閉)

      --sout-transcode-senc <字元串型>

                                 字幕編碼器

      --sout-transcode-scodec <字元串型>

                                 目的字幕編碼器

      --sout-transcode-soverlay, --no-sout-transcode-soverlay

                                 目的字幕編碼器 (預設關閉)

      --sout-transcode-sfilter <字元串型>

                                 覆寫

      --sout-transcode-osd, --no-sout-transcode-osd

                                 OSD 菜單 (預設關閉)

      --sout-transcode-threads <整型>

                                 線程數量

      --sout-transcode-high-priority, --no-sout-transcode-high-priority

                                 高優先級 (預設關閉)

 字型字幕譯碼器

      --subsdec-align {0 (居中), 1 (左), 2 (右)}

                                 字幕對齊

      --subsdec-encoding {Default,ASCII,UTF-8,,ISO-8859-1,CP1252,MacRoman,MacIceland,ISO-8859-15,,ISO-8859-2,CP1250,MacCentralEurope,MacCroatian,MacRomania,,ISO-8859-5,CP1251,MacCyrillic,MacUkraine,KOI8-R,KOI8-U,KOI8-RU,,ISO-8859-6,CP1256,MacArabic,,ISO-8859-7,CP1253,MacGreek,,ISO-8859-8,CP1255,MacHebrew,,ISO-8859-9,CP1254,MacTurkish,,ISO-8859-13,CP1257,,ISO-2022-JP,ISO-2022-JP-1,ISO-2022-JP-2,EUC-JP,SHIFT_JIS,,ISO-2022-CN,ISO-2022-CN-EXT,EUC-CN,EUC-TW,BIG5,BIG5-HKSCS,,ISO-2022-KR,EUC-KR,,MacThai,KOI8-T,,ISO-8859-3,ISO-8859-4,ISO-8859-10,ISO-8859-14,ISO-8859-16,,CP850,CP862,CP866,CP874,CP932,CP949,CP950,CP1133,CP1258,,Macintosh,,UTF-7,UTF-16,UTF-16BE,UTF-16LE,UTF-32,UTF-32BE,UTF-32LE,C99,JAVA,UCS-2,UCS-2BE,UCS-2LE,UCS-4,UCS-4BE,UCS-4LE,,HZ,GBK,GB18030,JOHAB,ARMSCII-8,Georgian-Academy,Georgian-PS,TIS-620,MuleLao-1,VISCII,TCVN,HPROMAN8,NEXTSTEP}

                                 字幕字型編碼

      --subsdec-autodetect-utf8, --no-subsdec-autodetect-utf8

                                 UTF-8 字幕自動偵測 (預設打開)

      --subsdec-formatted, --no-subsdec-formatted

                                 格式化字幕 (預設打開)

 文字字幕解釋器

      --sub-fps <浮點型>      幀每秒

      --sub-delay <整型>       字幕延遲

      --sub-type {auto,microdvd,subrip,subviewer,ssa1,ssa2-4,ass,vplayer,sami,dvdsubtitle}

                                 字幕格式

 Philips OGT (SVCD字幕)譯碼器

      --svcdsub-debug <整型>   啟用調試

 VLM 遙控界面

      --telnet-host <字元串型>

                                 Host

      --telnet-port <整型>     端口

      --telnet-password <字元串型>

 Teletext subtitles decoder

      --telx-override-page <整型>

                                 Override page

      --telx-ignore-subtitle-flag, --no-telx-ignore-subtitle-flag

                                 Ignore subtitle flag (預設關閉)

      --telx-french-workaround, --no-telx-french-workaround

                                 Workaround for France (預設關閉)

 Theora視訊譯碼器

      --sout-theora-quality <整型>

                                 編碼品質

 時間顯示子過濾器

      --time-format <字元串型>

                                 時間格式串 (%Y%m%d %H%M%S)

      --time-x <整型>          X 偏移量

      --time-y <整型>          Y 偏移量

      --time-position {0 (居中), 1 (左), 2 (右), 4 (頂部), 8 (底部), 5 (左上), 6 (右上), 9 (左下), 10 (右下)}

      --time-opacity <整型>    不透明

      --time-color {-268435456 (預設), 0 (黑色), 8421504 (灰色), 12632256 (銀色), 16777215 (白色), 8388608 (栗色), 16711680 (紅色), 16711935 (紫紅色), 16776960 (黃色), 8421376 (橄榄色), 32768 (綠色), 32896 (藍綠色), 65280 (檸檬色), 8388736 (紫色), 128 (藏青色), 255 (藍色), 65535 (淺綠色)}

      --time-size <整型>       字号

 檔案轉換過濾器

      --transform-type {90,180,270,hflip,vflip}

                                 轉換類型

 MPEG 轉碼串流分離器

      --ts-extra-pmt <字元串型>

                                 Extra PMT

      --ts-es-id-pid, --no-ts-es-id-pid

                                 為 PID 設定 ES 的辨別。 (預設打開)

      --ts-out <字元串型>    Fast udp streaming

      --ts-out-mtu <整型>      輸出模式的 MTU

      --ts-csa-ck <字元串型> CSA ck

      --ts-csa-pkt <整型>      Packet size in bytes to decrypt

      --ts-silent, --no-ts-silent

                                 靜音模式 (預設關閉)

      --ts-dump-file <字元串型>

                                 Filename of dump

      --ts-dump-append, --no-ts-dump-append

                                 添加 (預設關閉)

      --ts-dump-size <整型>    Dump buffer size

 libtwolame 音頻編碼器

      --sout-twolame-quality <浮點型>

      --sout-twolame-mode {0 (立體聲), 1 (雙單聲道), 2 (合成立體聲)}

                                 立體聲模式

      --sout-twolame-vbr, --no-sout-twolame-vbr

                                 VBR 模式 (預設關閉)

      --sout-twolame-psy <整型>

                                 Psycho-acoustic model

 VCD 輸入

      --vcd-caching <整型>     緩存值 (毫秒)

 可視化過濾器

      --effect-list <字元串型>

                                 效果清單

      --effect-width <整型>    視訊寬度

      --effect-height <整型>   視訊高度

      --visual-nbbands <整型>  頻帶數量

      --visual-separ <整型>    頻帶分離器

      --visual-amp <整型>      放大率

      --visual-peaks, --no-visual-peaks

                                 打開峰值 (預設打開)

      --spect-show-original, --no-spect-show-original

                                 打開原始圖形頻譜 (預設關閉)

      --spect-show-base, --no-spect-show-base

                                 啟用基準 (預設打開)

      --spect-radius <整型>    基本像素半徑

      --spect-sections <整型>  光譜部分

      --spect-color <整型>     V-平面顔色

      --spect-show-bands, --no-spect-show-bands

                                 打開頻帶 (預設打開)

      --spect-nbbands <整型>   頻帶數量

      --spect-separ <整型>     頻帶分離器

      --spect-amp <整型>       放大率

      --spect-show-peaks, --no-spect-show-peaks

      --spect-peak-width <整型>

                                 額外峰寬度

      --spect-peak-height <整型>

                                 峰值高度

 RTSP VoD 伺服器

      --rtsp-host <字元串型> RTSP 主機位址

      --rtsp-throttle-users <整型>

                                 最大連接配接數目

 Vorbis音頻譯碼器

      --sout-vorbis-quality <整型>

      --sout-vorbis-max-bitrate <整型>

                                 最大化編碼位率

      --sout-vorbis-min-bitrate <整型>

                                 最小化編碼位率

      --sout-vorbis-cbr, --no-sout-vorbis-cbr

                                 CBR編碼 (預設關閉)

 牆視訊過濾器

      --wall-cols <整型>       列數

      --wall-rows <整型>       行數

      --wall-active <字元串型>

                                 活動視窗

      --wall-element-aspect <字元串型>

                                 元素外觀率

 Win32 waveOut 擴充輸出

      --waveout-float32, --no-waveout-float32

                                 使用float32輸出 (預設打開)

 wxWindows界面子產品

      --wx-embed, --no-wx-embed  在界面中嵌入視訊 (預設打開)

      --wx-bookmarks, --no-wx-bookmarks

                                 書簽對話框 (預設關閉)

      --wx-taskbar, --no-wx-taskbar

                                 工作列 (預設打開)

      --wx-extended, --no-wx-extended

                                 擴充圖形界面 (預設關閉)

      --wx-minimal, --no-wx-minimal

                                 最小界面 (預設關閉)

      --wx-autosize, --no-wx-autosize

                                 視訊大小 (預設打開)

      --wx-playlist-view {0 (正常), 1 (嵌入式), 2 (兩個)}

                                 播放清單視圖

      --wx-systray, --no-wx-systray

                                 托盤圖示 (預設關閉)

      --wx-labels, --no-wx-labels

                                 在工具欄上顯示标簽 (預設關閉)

      --wx-config-last <字元串型>

                                 last config

 H.264/MPEG4 AVC encoder (using x264 library)

      --sout-x264-keyint <整型>

                                 GOP 最大尺寸

      --sout-x264-min-keyint <整型>

                                 最小 GOP 大小

      --sout-x264-scenecut <整型>

                                 Extra I-frames aggressivity

      --sout-x264-bframes <整型>

                                 I 幀和 P 幀之間的 B 幀的數目

      --sout-x264-b-adapt, --no-sout-x264-b-adapt

                                 Adaptive B-frame decision (預設打開)

      --sout-x264-b-bias <整型>

                                 影響 B-幀使用

      --sout-x264-bpyramid, --no-sout-x264-bpyramid

                                 Keep some B-frames as references

      --sout-x264-cabac, --no-sout-x264-cabac

                                 CABAC (預設打開)

      --sout-x264-ref <整型>   參考幀的數目

      --sout-x264-nf, --no-sout-x264-nf

                                 跳過循環過濾器 (預設關閉)

      --sout-x264-deblock <字元串型>

                                 Loop filter AlphaC0 and Beta parameters

                                 alpha:beta

      --sout-x264-level <字元串型>

                                 H.264 等級

      --sout-x264-interlaced, --no-sout-x264-interlaced

                                 交錯模式 (預設關閉)

      --sout-x264-qp <整型>    Set QP

      --sout-x264-crf <整型>   基于品質的 VBR

      --sout-x264-qpmin <整型> Min QP

      --sout-x264-qpmax <整型> Max QP

      --sout-x264-qpstep <整型>

                                 Max QP step

      --sout-x264-ratetol <浮點型>

                                 平均比特率容忍度

      --sout-x264-vbv-maxrate <整型>

                                 最大學地位率

      --sout-x264-vbv-bufsize <整型>

                                 VBV 緩沖區

      --sout-x264-vbv-init <浮點型>

                                 初始 VBV 緩沖占有量

      --sout-x264-ipratio <浮點型>

                                 QP factor between I and P

      --sout-x264-pbratio <浮點型>

                                 QP factor between P and B

      --sout-x264-chroma-qp-offset <整型>

                                 QP difference between chroma and luma

      --sout-x264-qcomp <浮點型>

                                 QP curve compression

      --sout-x264-cplxblur <浮點型>

                                 Reduce fluctuations in QP

      --sout-x264-qblur <浮點型>

      --sout-x264-partitions {none,fast,normal,slow,all}

                                 Partitions to consider

      --sout-x264-direct {none,spatial,temporal,auto}

                                 直接 MV 預測模式

      --sout-x264-direct-8x8 <整型>

                                 直接預測大小

      --sout-x264-weightb, --no-sout-x264-weightb

                                 Weighted prediction for B-frames

      --sout-x264-me {dia,hex,umh,esa}

                                 Integer pixel motion estimation method

      --sout-x264-merange <整型>

                                 Maximum motion vector search range

      --sout-x264-subme <整型> Subpixel motion estimation and partition

                                 decision quality

      --sout-x264-b-rdo, --no-sout-x264-b-rdo

                                 RD based mode decision for B-frames

      --sout-x264-mixed-refs, --no-sout-x264-mixed-refs

                                 Decide references on a per partition basis

      --sout-x264-chroma-me, --no-sout-x264-chroma-me

                                 動作估計中的色度 (預設打開)

      --sout-x264-bime, --no-sout-x264-bime

                                 Jointly optimize both MVs in B-frames

      --sout-x264-8x8dct, --no-sout-x264-8x8dct

                                 Adaptive spatial transform size (預設關閉)

      --sout-x264-trellis <整型>

                                 Trellis RD quantization

      --sout-x264-fast-pskip, --no-sout-x264-fast-pskip

                                 Early SKIP detection on P-frames

      --sout-x264-dct-decimate, --no-sout-x264-dct-decimate

                                 Coefficient thresholding on P-frames

      --sout-x264-nr <整型>    噪聲消除

      --sout-x264-deadzone-inter <整型>

                                 Inter luma quantization deadzone

      --sout-x264-deadzone-intra <整型>

                                 Intra luma quantization deadzone

      --sout-x264-asm, --no-sout-x264-asm

                                 CPU 優化 (預設打開)

      --sout-x264-psnr, --no-sout-x264-psnr

                                 PSNR computation (預設關閉)

      --sout-x264-ssim, --no-sout-x264-ssim

                                 SSIM 計算 (預設關閉)

      --sout-x264-quiet, --no-sout-x264-quiet

                                 安靜模式 (預設關閉)

      --sout-x264-sps-id <整型>

                                 SPS and PPS id numbers

      --sout-x264-aud, --no-sout-x264-aud

                                 Access unit delimiters (預設關閉)

      --sout-x264-verbose, --no-sout-x264-verbose

                                 Statistics (預設關閉)

 DirectShow輸入

      --dshow-caching <整型>   緩存值 (毫秒)

      --dshow-vdev {,none}       視訊裝置名稱

      --dshow-adev {,none}       音頻裝置名稱

      --dshow-size <字元串型>

                                 視訊大小

      --dshow-chroma <字元串型>

                                 視訊輸入彩度格式

      --dshow-fps <浮點型>    視訊輸入幀率

      --dshow-config, --no-dshow-config

                                 裝置屬性 (預設關閉)

      --dshow-tuner, --no-dshow-tuner

                                 調諧器屬性 (預設關閉)

      --dshow-tuner-channel <整型>

                                 調諧器 TV 頻道

      --dshow-tuner-country <整型>

                                 調諧器國家代碼

      --dshow-tuner-input {0 (預設), 1 (纜線), 2 (天線)}

                                 調諧器輸入類型

      --dshow-video-input <整型>

                                 視訊輸入端

      --dshow-audio-input <整型>

                                 音頻輸入端

      --dshow-video-output <整型>

                                 視訊輸出端

      --dshow-audio-output <整型>

                                 音頻輸出 pin