mirror of https://github.com/mpv-player/mpv
example.conf: add some profile information and user-agent examples
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32709 b3059339-0415-0410-9bf9-f77b7e298cf2 add realplayer user-agent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32712 b3059339-0415-0410-9bf9-f77b7e298cf2 add winamp useragent example git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32713 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
21367beef1
commit
597dc5a388
|
@ -10,6 +10,9 @@
|
||||||
#
|
#
|
||||||
# See the CONFIGURATION FILES section in the man page
|
# See the CONFIGURATION FILES section in the man page
|
||||||
# for a detailed description of the syntax.
|
# for a detailed description of the syntax.
|
||||||
|
#
|
||||||
|
# Profiles should be at the bottom of the config file to ensure you dont
|
||||||
|
# put default options under profiles accidentally.
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
@ -19,6 +22,11 @@
|
||||||
# Specify vdpau codecs when using -vo vdpau.
|
# Specify vdpau codecs when using -vo vdpau.
|
||||||
#[vo.vdpau]
|
#[vo.vdpau]
|
||||||
#vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
|
#vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
|
||||||
|
# Most video filters do not work with vdpau.
|
||||||
|
#vf-clr=yes
|
||||||
|
|
||||||
|
# Make sure options under vo.vdpau profile are counted when vdpau is not used
|
||||||
|
#[default]
|
||||||
|
|
||||||
# Specify default video driver (see -vo help for a list).
|
# Specify default video driver (see -vo help for a list).
|
||||||
#vo=xv
|
#vo=xv
|
||||||
|
@ -102,6 +110,14 @@
|
||||||
# Fixes playback for apple.com/trailers redirects
|
# Fixes playback for apple.com/trailers redirects
|
||||||
#user-agent="QuickTime"
|
#user-agent="QuickTime"
|
||||||
|
|
||||||
|
# Pretend to be Realplayer SP
|
||||||
|
# Fixes playback for some video streaming sites
|
||||||
|
#user-agent=RMA/1.0
|
||||||
|
|
||||||
|
# Pretend to be Winamp
|
||||||
|
# Fixes playback of some NSV streams
|
||||||
|
#user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
|
||||||
|
|
||||||
# Drop frames to preserve audio/video sync.
|
# Drop frames to preserve audio/video sync.
|
||||||
#framedrop = yes
|
#framedrop = yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue