vlcrc allow only one instance
This commit is contained in:
parent
992369381b
commit
e70f76a49c
2 changed files with 112 additions and 84 deletions
|
@ -1,20 +0,0 @@
|
|||
[General]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\x18\0\0\a\x7f\0\0\x4\x37\0\0\x1\x33\0\0\0\xc7\0\0\x6\x32\0\0\x3\xbe\0\0\0\0\x2\0\0\0\a\x80\0\0\0\x1\0\0\0\x38\0\0\a~\0\0\x4\x36)
|
||||
|
||||
[FullScreen]
|
||||
pos=@Point(0 0)
|
||||
screen=@Rect(0 0 0 0)
|
||||
wide=false
|
||||
|
||||
[MainWindow]
|
||||
QtStyle=System's default
|
||||
adv-controls=4
|
||||
bgSize=@Size(1918 945)
|
||||
pl-dock-status=true
|
||||
playlist-visible=false
|
||||
playlistSize=@Size(-1 -1)
|
||||
status-bar-visible=false
|
||||
|
||||
[Preferences]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x2\x30\0\0\0\xca\0\0\x5O\0\0\x3\x85\0\0\x2\x30\0\0\0\xca\0\0\x5O\0\0\x3\x85\0\0\0\0\0\0\0\0\a\x80\0\0\x2\x30\0\0\0\xca\0\0\x5O\0\0\x3\x85)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
###
|
||||
### vlc 3.0.8
|
||||
### vlc 3.0.11.1
|
||||
###
|
||||
|
||||
###
|
||||
|
@ -235,6 +235,42 @@
|
|||
# Open GL/GLES hardware converter (string)
|
||||
#glconv=
|
||||
|
||||
# Rendering intent for color conversion (integer)
|
||||
#rendering-intent=1
|
||||
|
||||
# Display primaries (integer)
|
||||
#target-prim=0
|
||||
|
||||
# Display gamma / transfer function (integer)
|
||||
#target-trc=0
|
||||
|
||||
# Tone-mapping algorithm (integer)
|
||||
#tone-mapping=3
|
||||
|
||||
# Tone-mapping parameter (float)
|
||||
#tone-mapping-param=0.000000
|
||||
|
||||
# Highlight clipped pixels (boolean)
|
||||
#tone-mapping-warn=0
|
||||
|
||||
# Dithering algorithm (integer)
|
||||
#dither-algo=-1
|
||||
|
||||
# Dither depth override (0 = framebuffer depth) (integer)
|
||||
#dither-depth=0
|
||||
|
||||
# Desaturation strength (float)
|
||||
#desat-strength=0.750000
|
||||
|
||||
# Desaturation exponent (float)
|
||||
#desat-exponent=1.500000
|
||||
|
||||
# Desaturation base (float)
|
||||
#desat-base=0.180000
|
||||
|
||||
# Maximum brightness boost (float)
|
||||
#max-boost=0.000000
|
||||
|
||||
[flaschen] # Flaschen-Taschen video output
|
||||
|
||||
# Flaschen-Taschen display address (string)
|
||||
|
@ -1374,7 +1410,7 @@
|
|||
#sout-avi-subject=
|
||||
|
||||
# Encoder (string)
|
||||
#sout-avi-encoder=VLC Media Player - 3.0.8 Vetinari
|
||||
#sout-avi-encoder=VLC Media Player - 3.0.11.1 Vetinari
|
||||
|
||||
# Keywords (string)
|
||||
#sout-avi-keywords=
|
||||
|
@ -1532,7 +1568,7 @@
|
|||
#qt-minimal-view=0
|
||||
|
||||
# Systray icon (boolean)
|
||||
qt-system-tray=0
|
||||
#qt-system-tray=1
|
||||
|
||||
# Show notification popup on track change (integer)
|
||||
#qt-notification=1
|
||||
|
@ -1616,47 +1652,6 @@ qt-privacy-ask=0
|
|||
# Frames per Second (float)
|
||||
#vc1-fps=25.000000
|
||||
|
||||
[ts] # MPEG Transport Stream demuxer
|
||||
|
||||
# Digital TV Standard (string)
|
||||
#ts-standard=auto
|
||||
|
||||
# Extra PMT (string)
|
||||
#ts-extra-pmt=
|
||||
|
||||
# Trust in-stream PCR (boolean)
|
||||
#ts-trust-pcr=1
|
||||
|
||||
# Set id of ES to PID (boolean)
|
||||
#ts-es-id-pid=1
|
||||
|
||||
# CSA Key (string)
|
||||
#ts-csa-ck=
|
||||
|
||||
# Second CSA Key (string)
|
||||
#ts-csa2-ck=
|
||||
|
||||
# Packet size in bytes to decrypt (integer)
|
||||
#ts-csa-pkt=188
|
||||
|
||||
# Separate sub-streams (boolean)
|
||||
#ts-split-es=1
|
||||
|
||||
# Seek based on percent not time (boolean)
|
||||
#ts-seek-percent=0
|
||||
|
||||
# Check packets continuity counter (boolean)
|
||||
#ts-cc-check=1
|
||||
|
||||
# Only create ES on program sending data (boolean)
|
||||
#ts-pmtfix-waitdata=1
|
||||
|
||||
# Try to generate PAT/PMT if missing (boolean)
|
||||
#ts-patfix=1
|
||||
|
||||
# Try to fix too early PCR (or late DTS) (boolean)
|
||||
#ts-pcr-offsetfix=1
|
||||
|
||||
[subtitle] # Text subtitle parser
|
||||
|
||||
# Frames per Second (float)
|
||||
|
@ -1876,6 +1871,15 @@ qt-privacy-ask=0
|
|||
# Use regular HTTP modules (boolean)
|
||||
#adaptive-use-access=0
|
||||
|
||||
# Live Playback delay (ms) (integer)
|
||||
#adaptive-livedelay=15000
|
||||
|
||||
# Max buffering (ms) (integer)
|
||||
#adaptive-maxbuffer=30000
|
||||
|
||||
# Low latency (integer)
|
||||
#adaptive-lowlatency=-1
|
||||
|
||||
[oldrc] # Remote control interface
|
||||
|
||||
# Show stream position (boolean)
|
||||
|
@ -1903,11 +1907,6 @@ qt-privacy-ask=0
|
|||
|
||||
[motion] # motion control interface
|
||||
|
||||
[lirc] # Infrared remote control interface
|
||||
|
||||
# Change the lirc configuration file (string)
|
||||
#lirc-file=
|
||||
|
||||
[gestures] # Mouse gestures control interface
|
||||
|
||||
# Motion threshold (10-100) (integer)
|
||||
|
@ -2507,6 +2506,68 @@ qt-privacy-ask=0
|
|||
# Discontinuous Transmission (boolean)
|
||||
#sout-speex-dtx=0
|
||||
|
||||
[qsv] # Intel QuickSync Video encoder for MPEG4-Part10/MPEG2 (aka H.264/H.262)
|
||||
|
||||
# Enable software mode (boolean)
|
||||
#sout-qsv-software=0
|
||||
|
||||
# Codec Profile (string)
|
||||
#sout-qsv-h264-profile=unspecified
|
||||
|
||||
# Codec Level (string)
|
||||
#sout-qsv-h264-level=unspecified
|
||||
|
||||
# Codec Profile (string)
|
||||
#sout-qsv-mpeg2-profile=unspecified
|
||||
|
||||
# Codec Level (string)
|
||||
#sout-qsv-mpeg2-level=unspecified
|
||||
|
||||
# Group of Picture size (integer)
|
||||
#sout-qsv-gop-size=32
|
||||
|
||||
# Group of Picture Reference Distance (integer)
|
||||
#sout-qsv-gop-refdist=4
|
||||
|
||||
# IDR interval (integer)
|
||||
#sout-qsv-idr-interval=0
|
||||
|
||||
# Target Usage (string)
|
||||
#sout-qsv-target-usage=quality
|
||||
|
||||
# Rate Control Method (string)
|
||||
#sout-qsv-rc-method=vbr
|
||||
|
||||
# Quantization parameter (integer)
|
||||
#sout-qsv-qp=0
|
||||
|
||||
# Quantization parameter for I-frames (integer)
|
||||
#sout-qsv-qpi=0
|
||||
|
||||
# Quantization parameter for P-frames (integer)
|
||||
#sout-qsv-qpp=0
|
||||
|
||||
# Quantization parameter for B-frames (integer)
|
||||
#sout-qsv-qpb=0
|
||||
|
||||
# Maximum Bitrate (integer)
|
||||
#sout-qsv-bitrate-max=0
|
||||
|
||||
# Accuracy of RateControl (integer)
|
||||
#sout-qsv-accuracy=0
|
||||
|
||||
# Convergence time of 'avbr' RateControl (integer)
|
||||
#sout-qsv-convergence=0
|
||||
|
||||
# Number of slices per frame (integer)
|
||||
#sout-qsv-num-slice=0
|
||||
|
||||
# Number of reference frames (integer)
|
||||
#sout-qsv-num-ref-frame=0
|
||||
|
||||
# Number of parallel operations (integer)
|
||||
#sout-qsv-async-depth=4
|
||||
|
||||
[jpeg] # JPEG image decoder
|
||||
|
||||
# Quality level (integer)
|
||||
|
@ -2682,14 +2743,6 @@ qt-privacy-ask=0
|
|||
# Advanced options (string)
|
||||
#sout-avcodec-options=
|
||||
|
||||
[aribsub] # ARIB subtitles decoder
|
||||
|
||||
# Ignore ruby (furigana) (boolean)
|
||||
#aribsub-ignore-ruby=0
|
||||
|
||||
# Use Core Text renderer (boolean)
|
||||
#aribsub-use-coretext=0
|
||||
|
||||
[a52] # ATSC A/52 (AC-3) audio decoder
|
||||
|
||||
# A/52 dynamic range compression (boolean)
|
||||
|
@ -3328,11 +3381,6 @@ qt-privacy-ask=0
|
|||
# RTP payload format assumed for dynamic payloads (string)
|
||||
#rtp-dynamic-pt=
|
||||
|
||||
[nfs] # NFS input
|
||||
|
||||
# Set NFS uid/guid automatically (boolean)
|
||||
#nfs-auto-guid=1
|
||||
|
||||
[live555] # RTP/RTSP/SDP demuxer (using Live555)
|
||||
|
||||
# Use RTP over RTSP (TCP) (boolean)
|
||||
|
@ -4036,7 +4084,7 @@ qt-privacy-ask=0
|
|||
#meta-url=
|
||||
|
||||
# File caching (ms) (integer)
|
||||
#file-caching=300
|
||||
#file-caching=1000
|
||||
|
||||
# Live capture caching (ms) (integer)
|
||||
#live-caching=300
|
||||
|
@ -4189,7 +4237,7 @@ qt-privacy-ask=0
|
|||
#playlist-cork=1
|
||||
|
||||
# Allow only one running instance (boolean)
|
||||
#one-instance=0
|
||||
one-instance=1
|
||||
|
||||
# Use only one instance when started from file manager (boolean)
|
||||
#one-instance-when-started-from-file=1
|
||||
|
|
Loading…
Reference in a new issue