在哪里可以找到 libVLC 中所有媒体选项的列表
Where can I find a list of all Media options in libVLC
我使用了命令提示符命令
vlc --longhelp
它会生成一个长文本文件,但它缺少一堆选项,例如
network-caching
,或任何缓存。
有人了解 libvlc 中媒体对象的完整选项列表吗?
不确定此 wiki 页面的版本是否为 libvlc 版本,但你可以 https://wiki.videolan.org/VLC_command-line_help/
vlc -H
vlc -H | grep caching
VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
--sout-livehttp-caching, --no-sout-livehttp-caching
--sout-udp-caching <integer>
Default caching value for outbound UDP streams. This value should be
high values, you will need to raise caching values.
--sout-rtp-caching <integer>
Default caching value for outbound RTP streams. This value should be
caching at input.
--file-caching <integer [0 .. 60000]>
File caching (ms)
--live-caching <integer [0 .. 60000]>
Live capture caching (ms)
--disc-caching <integer [0 .. 60000]>
Disc caching (ms)
--network-caching <integer [0 .. 60000]>
Network caching (ms)
--sout-mux-caching <integer>
Stream output muxer caching (ms)
This allow you to configure the initial caching amount for stream
我使用了命令提示符命令
vlc --longhelp
它会生成一个长文本文件,但它缺少一堆选项,例如
network-caching
,或任何缓存。
有人了解 libvlc 中媒体对象的完整选项列表吗?
不确定此 wiki 页面的版本是否为 libvlc 版本,但你可以 https://wiki.videolan.org/VLC_command-line_help/
vlc -H
vlc -H | grep caching
VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7)
--sout-livehttp-caching, --no-sout-livehttp-caching
--sout-udp-caching <integer>
Default caching value for outbound UDP streams. This value should be
high values, you will need to raise caching values.
--sout-rtp-caching <integer>
Default caching value for outbound RTP streams. This value should be
caching at input.
--file-caching <integer [0 .. 60000]>
File caching (ms)
--live-caching <integer [0 .. 60000]>
Live capture caching (ms)
--disc-caching <integer [0 .. 60000]>
Disc caching (ms)
--network-caching <integer [0 .. 60000]>
Network caching (ms)
--sout-mux-caching <integer>
Stream output muxer caching (ms)
This allow you to configure the initial caching amount for stream