Advertisement
MasterPhW

ums.conf

Mar 10th, 2013
1,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.01 KB | None | 0 0
  1. # ============================================================================
  2. # Configuration file for UMS
  3. # ============================================================================
  4. # Introduction:
  5. #
  6. # This "UMS.conf" file holds the configuration settings for UMS. These settings
  7. # are usually set using the UMS graphical user interface. If you are running
  8. # UMS on a headless system, you may not be able to kick off the GUI; instead,
  9. # you can edit the UMS.conf file to control the operation of UMS. A restart of
  10. # UMS is required after editing this file.
  11. #
  12. # Commenting out an option or leaving it empty forces the UMS default
  13. # that is indicated.
  14. #
  15. # Key value pairs
  16. # ---------------
  17. # The configuration file contains key/value pairs separated by an equals (=)
  18. # sign; the key on the left and the value on the right. The value is edited
  19. # in this file or set using the UMS GUI and saved. The value can take a number
  20. # of different forms:
  21. #
  22. # - toggle: a checkbox or boolean; either "true" or "false"
  23. # - selector: a dropdown menu in the GUI, generating a string or numeric
  24. # value. Available options will usually be stated below
  25. # - string: a short text or a number
  26. # - text: a longer text with embedded line breaks
  27. # - list: a comma-separated list of strings or numbers
  28. #
  29. # In the file below the value type is shown after the GUI option label.
  30. #
  31. # ----------------------------------------------------------------------------
  32. # General Configuration Tab
  33. # ----------------------------------------------------------------------------
  34. # ---< General Settings >-----------------------------------------------------
  35.  
  36. # Profile Name
  37. # --------------
  38. # An optional identifier used to distinguish this profile (i.e. collection of settings)
  39. # from other profiles. The profile name is displayed in the renderer in square
  40. # brackets after the software name e.g.
  41. #
  42. # Universal Media Server [myprofile]
  43. #
  44. # See the FAQ for details on how to create and use multiple profiles:
  45. # http://www.universalmediaserver.com/faq/#Setup2
  46. # Default: the server's hostname.
  47. name = Universal Media Master Server 2.50
  48.  
  49. # Interface Language
  50. # -------------------
  51. # GUI option: Language (selector)
  52. # The language to use for the GUI and other dialogues.
  53. # The following translations are available:
  54. # ar = Arab
  55. # bg = Bulgarian
  56. # ca = Catalan
  57. # zhs = Chinese (Simplified)
  58. # zht = Chinese (Traditional)
  59. # cz = Czech
  60. # da = Danish
  61. # nl = Dutch
  62. # en = English
  63. # fi = Finish
  64. # fr = French
  65. # de = German
  66. # el = Greek
  67. # is = Icelandic
  68. # it = Italian
  69. # iw = Hebrew
  70. # ja = Japanese
  71. # ko = Korean
  72. # no = Norwegian
  73. # pl = Polish
  74. # pt = Portuguese
  75. # br = Portuguese (Brazilian)
  76. # ro = Romanian
  77. # ru = Russian
  78. # sl = Slovenian
  79. # es = Spanish
  80. # sv = Swedish
  81. # tr = Turkish
  82. # The short-form code (e.g. = en) is used to set the language.
  83. # Default: "", which means UMS will follow the locale.
  84. language = de
  85.  
  86. # Operating Mode
  87. # --------------
  88. # GUI Option: Start Minimized (toggle)
  89. # Sets whether the GUI should start when the program is launched.
  90. # On headless systems, this should be "true".
  91. # Default: false
  92. minimized = true
  93.  
  94. # Check for updates
  95. # -----------------
  96. # GUI Option: Check automatically (toggle)
  97. # Default: false.
  98. auto_update = true
  99.  
  100. # ---< Network Settings >-----------------------------------------------------
  101. # Generally these settings should not need to be changed from their defaults or
  102. # settings determined automatically by the system. Changing them may make your
  103. # UMS server disappear from your other devices.
  104.  
  105. # Interface
  106. # ---------
  107. # GUI Option: Force networking on interface (selector)
  108. # Specifies the (physical) network interface to attach to, should only be
  109. # relevant when the server has more than one network interface and UMS picks
  110. # the wrong one. The selector displays all available network interfaces.
  111. # E.g. network_interface = eth0
  112. # Default: "", which means UMS will automatically select a network interface.
  113. network_interface =
  114.  
  115. # Specifies a comma separated list of network interfaces to ignore when
  116. # scanning for a suitable network interface to attach to. This is typically
  117. # used to ignore virtual interfaces created by other applications.
  118. # Default: "tap,vmnet,vnic", which ignores interfaces named "tap0", "tap1" and
  119. # "tap2", but it allows an interface named "eth0".
  120. skip_network_interfaces =
  121.  
  122. # IP Address
  123. # ----------
  124. # GUI Option: Force IP of the server (string)
  125. # A network interface can be have multiple IP addresses associated with it.
  126. # This sets which one should be used.
  127. # Default: "", which means UMS will automatically select an IP address.
  128. hostname =
  129.  
  130. # Server port
  131. # -----------
  132. # GUI Option: Force the port of the server (string)
  133. # Sets the port UMS will listen on; usually should not need to be set unless
  134. # another service has already grabbed the port.
  135. # Default: "", which means UMS will automatically pick port 5001.
  136. port =
  137.  
  138. # Client Filter
  139. # -------------
  140. # GUI Option: Use an IP filter (string)
  141. # Set the IP address(es) and/or IP address range(s) of the clients permitted to connect.
  142. # When no filter is specified, UMS will allow any IP address to connect to the
  143. # service.
  144. # Multiple IP addresses and/or IP address ranges can be separated with a comma
  145. # or semicolon e.g.: 127.0.0.1,192.168.0-1.*
  146. # Default: ""
  147. ip_filter =
  148.  
  149. # Max Bandwidth
  150. # -------------
  151. # GUI Option: Maximum bandwidth in Mb/s (string)
  152. # Set the maximum bandwidth to be consumed by the server.
  153. # Leaving the setting blank or zero switches off bandwidth throttling.
  154. # Default: 110
  155. maximumbitrate =24
  156.  
  157. # ---< Advanced HTTP and system settings >------------------------------------
  158.  
  159. # HTTP Engine v2
  160. # --------------
  161. # GUI Option: HTTP Engine v2 (toggle)
  162. # Default: true
  163. http_engine_v2 =
  164.  
  165. # Do not sleep
  166. # ------------
  167. # GUI Option: Prevent OS from sleeping while streaming (toggle)
  168. # If your host server has a power-saving mode, use this option to prevent
  169. # the server hibernating or sleeping while it is streaming data.
  170. # Default: false
  171. prevents_sleep_mode =true
  172.  
  173. # GUI Option: Default renderer when automatic detection fails (selector)
  174. # UMS can recognize many renderers automatically. Sometimes a renderer will
  175. # connect which UMS does not recognize. This option defines which renderer UMS
  176. # should assume.
  177. # Default: "", which means UMS will assume the "Unknown renderer".
  178. renderer_default =PlayStation 3
  179.  
  180. # GUI Option: Force default renderer (disable automatic detection) (toggle)
  181. # By default UMS tries to automatically detect what renderers try to connect
  182. # to it. When this is true, UMS will assume any renderer that connects is the
  183. # default renderer.
  184. # Default: false
  185. renderer_force_default =true
  186.  
  187. # ---< Plugins >--------------------------------------------------------------
  188.  
  189. # The directory where UMS can find the plugins.
  190. # Default: "plugins"
  191. plugins =
  192.  
  193. # ----------------------------------------------------------------------------
  194. # Navigation/Share Settings Tab
  195. # ----------------------------------------------------------------------------
  196.  
  197. # ---< Thumbnails >-----------------------------------------------------------
  198.  
  199. # Generate Thumbnails
  200. # -------------------
  201. # GUI Option: Generate Thumbnails
  202. # Set whether or not to generate thumbnails of media files for the client.
  203. # Default: true
  204. thumbnails =true
  205.  
  206. # Thumbnail seeking position
  207. # --------------------------
  208. # GUI Option: Thumbnail seeking position (string)
  209. # Amount of time (in seconds) to skip in video media before generating
  210. # thumbnail data, designed to pass over usual black screen before movies
  211. # start.
  212. # Default: 2
  213. thumbnail_seek_pos =120
  214.  
  215. # Use MPlayer for Thumbnails
  216. # --------------------------
  217. # GUI Option: Use MPlayer for video thumbnails (toggle)
  218. # Whether or not to use MPlayer to generate the thumbnails for video;
  219. # can produce better results than built-in method.
  220. # Default: false, which will use the built-in method.
  221. use_mplayer_for_video_thumbs =true
  222.  
  223. # DVD thumbnails
  224. # --------------
  225. # GUI Option: DVD ISO thumbnails (toggle)
  226. # Choose whether or not to show thumbnails of ISO images.
  227. # Default: false
  228. dvd_isos_thumbnails =
  229.  
  230. # Image thumbnails
  231. # --------------
  232. # GUI Option: Image thumbnails (toggle)
  233. # Choose whether or not to show thumbnails of images.
  234. # Default: true
  235. image_thumbnails =true
  236.  
  237. # Album cover art
  238. # ---------------
  239. # GUI Option: Audio thumbnails display (selector)
  240. # Choose how to get thumbnails for audio files (cover art), value is a
  241. # number from the following list (equivalent to GUI dropdown order):
  242. # 0 - Alphabetical (A-Z) - search local filesystem
  243. # 1 - download from Amazon
  244. # 2 - download from Discogs
  245. # Default: 0
  246. audio_thumbnails_method =0
  247.  
  248. # Source of video cover art
  249. # -------------------------
  250. # GUI Option: Alternate video cover art folder (selector)
  251. # Specify a folder below which appropriate cover art for videos might be
  252. # located. Providing no value (default) effectively disables video thumbnails.
  253. # The GUI offers a file-system navigator which generates an absolute path.
  254. # Default: ""
  255. alternate_thumb_folder =
  256.  
  257. # ---< Navigation/Parsing settings >------------------------------------------
  258. # Instructs the system on how to find media and various controls on giving
  259. # clients access to transcoding facilities and features.
  260.  
  261. # Compressed Archives
  262. # -------------------
  263. # GUI Option: Browse compressed archives (toggle)
  264. # Should the system browse compressed files looking for media? Files are
  265. # extracted only when selected for viewing.
  266. # Supported formats: cbr, cbz, rar and zip.
  267. # Default: false
  268. enable_archive_browsing =
  269.  
  270. # Hide Video settings
  271. # -------------------
  272. # GUI Option: Hide Video settings (toggle)
  273. # Control visibility of the Video Settings folder on clients; contents
  274. # of the folder allow direct editing of UMS settings for video.
  275. # Default: false
  276. hidevideosettings =
  277.  
  278. # Hide Transcode folder
  279. # ---------------------
  280. # GUI Option: Hide Transcode folder (toggle)
  281. # Control visibility of the Transcode folder on clients; contents of the
  282. # folder provide control over transcoding of video.
  283. # Default: false
  284. hide_transcode_folder =true
  285.  
  286. # Transcode Folder Name
  287. # ---------------------
  288. # Assign a different name to the #--TRANSCODE--# folder e.g. "Subtitles" or "Languages".
  289. # Default: The localized version of "#--TRANSCODE--#".
  290. transcode_folder_name =
  291.  
  292. # Hide file extensions
  293. # --------------------
  294. # GUI Option: Hide file extensions (toggle)
  295. # Choose whether or not to show file extensions when showing file name in
  296. # client listings.
  297. # Default: true
  298. hide_extensions =
  299.  
  300. # Hide engine names
  301. # -----------------
  302. # GUI Option: Hide engine names (toggle)
  303. # Choose whether or not to show transcoding engine names for video; see
  304. # also "Hide Transcode Folder" setting.
  305. # Default: true
  306. hide_enginenames =true
  307.  
  308. # Hide non-media folders
  309. # ----------------------
  310. # GUI Option: Hide non-media folders (toggle)
  311. # Choose whether or not to show folders which contain no viewable content.
  312. # Switching this on can slow down browsing in the client (folders must be checked
  313. # for content first before showing them); using a cache (see below) can help.
  314. # Default: false
  315. hide_empty_folders =
  316.  
  317. # Show iTunes library
  318. # -------------------
  319. # GUI Option: Show iTunes library (toggle)
  320. # Choose whether or not to show the iTunes library as a folder in UMS.
  321. # Default: false
  322. itunes =
  323.  
  324. # Show iPhoto library
  325. # -------------------
  326. # GUI Option: Show iPhoto library (toggle)
  327. # Choose whether or not to show the iPhoto library as a folder in UMS.
  328. # Default: false
  329. iphoto =
  330.  
  331. # Show Aperture library
  332. # ---------------------
  333. # GUI Option: Show aperture library (toggle)
  334. # Choose whether or not to show the Aperture library as a folder in UMS.
  335. # Default: false
  336. aperture =
  337.  
  338. # Enable cache
  339. # ------------
  340. # GUI Option: Enable cache (toggle)
  341. # Without a cache, when the client browses a folder, content is listed in
  342. # real-time. With a cache, additional information becomes available and
  343. # the cache can be browsed directly.
  344. # Default: false
  345. usecache =true
  346.  
  347. # Hide cache folder
  348. # -----------------
  349. # GUI Option: Hide cache folder (toggle)
  350. # Controls whether or not the cache can be browsed directly by the client.
  351. # Default: false
  352. hide_media_library_folder =true
  353.  
  354. # File ordering
  355. # -------------
  356. # GUI Option: File ordering (selector)
  357. # Determines the order of listed content when a client browses a folder; the
  358. # GUI selector generates a numeric indicator according to the following.
  359. # 0 - Alphabetical A-Z
  360. # 1 - By date (newest first)
  361. # 2 - By reverse date (oldest first)
  362. # 3 - ASCIIbetical (i.e. using ASCII code values)
  363. # 4 - Alphanumeric (AKA natural sort e.g. "Season 2" before "Season 10")
  364. # Default value is 4.
  365. key_sort_method =
  366.  
  367. # Minimum item limit before using A-Z folders
  368. # -----------------
  369. # GUI Option: Minimum item limit before using A-Z folders (string)
  370. # Specifies how many items must be in a folder before we create virtual
  371. # subfolders for each letter.
  372. # Default: 10000
  373. atz_limit =
  374.  
  375. # ---< Shared folders >-------------------------------------------------------
  376.  
  377. # Media Locations
  378. # ---------------
  379. # GUI Option: Shared folders dialogue (list)
  380. # Either define a list of specific folders containing media to be shared or
  381. # allow the system to browse the whole disk of the server. The GUI provides
  382. # a system navigation to generate a list of folders.
  383. # The list should contain a comma-separated list of absolute path names, or
  384. # leave it empty to let the system find media.
  385. # Default: ""
  386. folders =U:\\,V:\\,W:\\,X:\\,Y:\\,Z:\\
  387. virtual_folders=Movies|U:\\,V:\\,W:\\;Series|X:\\,Y:\\,Z:\\
  388.  
  389.  
  390. # ----------------------------------------------------------------------------
  391. # Transcoding Settings Tab
  392. # ----------------------------------------------------------------------------
  393.  
  394. # Transcoder engines
  395. # GUI Option: Ordered list of engines (selector)
  396. # System generates list of available engines, list depends on host.
  397. # XXX Can be empty, which overrides the default value.
  398. # Default: "mencoder,avsmencoder,tsmuxer,ffmpegvideo,ffmpegaudio,mplayeraudio,tsmuxeraudio,ffmpegwebvideo,vlcvideo,mencoderwebvideo,mplayervideodump,mplayerwebaudio,vlcaudio,ffmpegdvrmsremux,rawthumbs"
  399. # engines =
  400.  
  401. # ----------------------------------------------------------------------------
  402. # Transcoding Settings Tab: Common Transcode Settings Page
  403. # ----------------------------------------------------------------------------
  404.  
  405. # Transcode buffer size
  406. # ---------------------
  407. # GUI Option: Transcode buffer maximum size (string)
  408. # Size of buffer in MB before transmitting to client. The maximum value is 400
  409. # if the program memory is set to its default value (768).
  410. # Default: 200
  411. maxvideobuffer =400
  412.  
  413. # Cores for Transcoding
  414. # ---------------------
  415. # GUI Option: Number of cores for transcoding (selector)
  416. # Choose the number of processor cores that should be used for transcoding.
  417. # Default: "", which will use automatic-detection.
  418. nbcores =
  419.  
  420. # Chapters #--TRANSCODE--# folder support
  421. # -----------------------------------
  422. # GUI Option: Chapters #--TRANSCODE--# folder support (toggle)
  423. # Makes UMS create virtual chapter markers in a video file. These let
  424. # you jump to a specific point in a video.
  425. # Default: false
  426. chapter_support =true
  427.  
  428. # Chapters #--TRANSCODE--# folder support interval
  429. # --------------------------------------------
  430. # GUI Option: Chapters #--TRANSCODE--# folder support interval (string)
  431. # Determines the interval time in minutes for virtual chapter markers.
  432. # Default: 5
  433. chapter_interval =7
  434.  
  435.  
  436. # ---< Audio settings >-------------------------------------------------------
  437.  
  438. # Universal Media Server decides what to do with the audio track by checking options in the following order:
  439. # 1. (AC3 and DTS tracks) Keep DTS track / Keep AC3 track => remuxes track as-is
  440. # 2. (all tracks) Use LPCM transcoding => transcodes track with LPCM transport (lossless)
  441. # 3. (all tracks) Use AC3 transcoding => transcodes track with AC3 transport (lossy)
  442.  
  443. # AC3 transcoding audio channels
  444. # --------------
  445. # GUI Option: Maximum audio channels (selector)
  446. # The maximum number of channels used for AC3 transcoding.
  447. # Do not change this value even if you use 2.0 speakers because of a MEncoder downmixing bug!
  448. # Default: 6
  449. audiochannels =
  450.  
  451. # AC3 transcoding audio bitrate
  452. # -----------------
  453. # GUI Option: AC3 re-encoding audio bitrate (string)
  454. # Specify the bitrate for AC3 transcoding; do not exceed the quality supported by the
  455. # AV receiver or amplifier.
  456. # Default: 640
  457. audiobitrate =576
  458.  
  459. # Keep AC3 track
  460. # ---------------
  461. # GUI Option: Keep AC3 tracks (no re-encode, may cause choppy sound and A/V sync issues) (toggle)
  462. # Default: true
  463. mencoder_remux_ac3 =false
  464.  
  465. # Keep DTS track
  466. # ------------------
  467. # GUI Option: Keep DTS tracks (no re-encode, compatible with AV receiver through optical or HDMI output) (toggle)
  468. # Default: false
  469. embed_dts_in_pcm =true
  470.  
  471. # Use LPCM for audio
  472. # ---------------------------
  473. # GUI Option: Use LPCM for audio (lossless, not suitable for Wi-Fi) (toggle)
  474. # Choose whether or not the Pulse Code Modulation (PCM) audio format should be
  475. # used instead of AC3 with the MEncoder transcoding engine. Offers lossless transcoding quality but higher bitrate.
  476. # Bandwidth requirements are about 1.5 Mbit/s for 2.0 and 4.6 Mbit/s for 5.1 audio.
  477. # Not suitable for Wi-Fi streaming!
  478. # Default: false
  479. mencoder_usepcm =false
  480.  
  481. # Use LPCM only for HQ audio
  482. # ---------------------------
  483. # GUI Option: none
  484. # Limit LPCM audio transcoding to high quality audio tracks (DTS, TrueHD, etc) only. Use AC3
  485. # transcoding for others.
  486. # Default: false
  487. mencoder_usepcm_for_hq_audio_only =
  488.  
  489. # Remux DVD
  490. # ---------
  491. # GUI Option: Remux DVD ISO video track (toggle)
  492. # Default: true
  493. mencoder_remux_mpeg2 =
  494.  
  495. # ---< Video quality settings >-----------------------------------------------
  496.  
  497. # MPEG-2 options
  498. # --------------
  499. # GUI Option: MPEG-2 options (string)
  500. # Sets the quality for MPEG-2 conversion; MPEG-2 is the fallback format if the client
  501. # does not support a video format natively.
  502. # Note: This is also used by FFmpeg and AviSynth/FFmpeg engines, not just MEncoder.
  503. # Should probably be renamed to something like mpeg2_settings in the future.
  504. # Default: "keyint=5:vqscale=1:vqmin=2"
  505. mencoder_encode =keyint=25:vqmax=5:vqmin=2
  506.  
  507. # ---< Misc settings >--------------------------------------------------------
  508.  
  509. # Definitely disable subtitles
  510. # ---------------------------
  511. # GUI Option: Definitely disable subtitles (toggle)
  512. # Default: false
  513. mencoder_disablesubs =
  514.  
  515. # Skip transcode for extensions
  516. # -----------------------------
  517. # GUI Option: Skip transcode for extensions (list)
  518. # Do not transcode files with an extension in the list.
  519. # Default: ""
  520. notranscode =
  521.  
  522. # Force transcode for extensions
  523. # ------------------------------
  524. # GUI Option: Force transcode for extensions (list)
  525. # Always transcode file with an extension in the list.
  526. # Default: ""
  527. forcetranscode =
  528.  
  529. # ----------------------------------------------------------------------------
  530. # Transcoding Settings Tab: MEncoder Page
  531. # ----------------------------------------------------------------------------
  532.  
  533. # ---< General settings >-----------------------------------------------------
  534.  
  535. # MEncoder: Enable multithreading
  536. # ------------------
  537. # GUI Option: Enable multithreading (toggle)
  538. # Whether MEncoder should use multithreading
  539. # Default: "", which will use automatic-detection.
  540. mencoder_mt =true
  541.  
  542. # Skip loop filter
  543. # ----------------
  544. # GUI Option: Skip loop filter
  545. # Default: false
  546. skiploopfilter =
  547.  
  548. # A/V sync alternative method
  549. # -------------------------
  550. # GUI Option: A/V sync alternative method
  551. # Default: true
  552. mencoder_nooutofsync =
  553.  
  554. # Use Video Scaler
  555. # ----------------
  556. # GUI Option: Use Video Scaler
  557. # Default: false
  558. mencoder_scaler =
  559. # GUI Option: Video scaler width
  560. # Default: 0
  561. mencoder_scalex =
  562. # GUI Option: Video scaler height
  563. # Default: 0
  564. mencoder_scaley =
  565.  
  566. # Force framerate
  567. # ---------------
  568. # GUI Option: Force framerate
  569. # Default: false
  570. mencoder_forcefps =true
  571.  
  572. # Deinterlace filter
  573. # ------------------
  574. # GUI Option: Deinterlace filter
  575. # Default: false
  576. mencoder_yadif =
  577.  
  578. # Remux videos
  579. # ------------
  580. # GUI Option: Remux videos
  581. # Default: true
  582. mencoder_mux_compatible =
  583.  
  584. # Codec specific parameters
  585. # -------------------------
  586. # GUI Option : Use application default codec parms
  587. # Default: true
  588. mencoder_intelligent_sync =
  589.  
  590. # GUI Option: Codec specific parameters (text)
  591. # Sets additional codec-specific configuration options for MEncoder.
  592. # Default: ""
  593. codec_spec_script =
  594.  
  595. # Custom options
  596. # --------------
  597. # GUI Option: Custom options (string)
  598. # Default: ""
  599. mencoder_decode =
  600.  
  601. # Audio language priority
  602. # -----------------------
  603. # GUI Option: Audio language priority (list)
  604. # A comma-separated list of language codes that defines the priority for
  605. # MEncoder when choosing audio languages, where "und" stands for "undefined".
  606. # XXX Can be empty, which overrides the default value.
  607. # Default: a localized list (e.g. "eng,fre,jpn,ger,und").
  608. # mencoder_audiolangs =
  609.  
  610. # ---< Subtitles settings >---------------------------------------------------
  611.  
  612. # Subtitle language priority
  613. # --------------------------
  614. # GUI Option: Subtitle language priority (list)
  615. # A comma-separated list of language codes that defines the priority for
  616. # MEncoder when choosing subtitle languages, where "und" stands for "undefined".
  617. # XXX Can be empty, which overrides the default value.
  618. # Default: a localized list (e.g. "eng,fre,jpn,ger,und").
  619. # mencoder_sublangs =
  620.  
  621. # Force subtitle language
  622. # -----------------------
  623. # GUI Option: Force subtitle language (string)
  624. # Default: "", which will let UMS pick the subtitle language.
  625. # XXX Can be empty, which overrides the default value.
  626. # forced_sub_lang =
  627.  
  628. # Forced tags
  629. # -----------
  630. # GUI Option: Forced tags (string)
  631. # The tag string that identifies the subtitle language that will be forced
  632. # upon MEncoder.
  633. # Default: "forced"
  634. forced_sub_tags =
  635.  
  636. # Audio language priority
  637. # -----------------------
  638. # GUI Option: Audio language priority (string)
  639. # Determine the string of audio language and subtitle language pairs
  640. # ordered by priority for MEncoder to try to match. Audio language and
  641. # subtitle language should be comma separated as a pair; individual pairs
  642. # should be semicolon separated. "*" can be used to match any language.
  643. # Subtitle language can be defined as "off" (e.g. "jpn,off;*,*").
  644. # XXX Can be empty, which overrides the default value.
  645. # Default: *,*.
  646. # mencoder_audiosublangs =
  647.  
  648. # Subtitles codepage
  649. # ------------------
  650. # GUI Option: Codepage for non-Unicode subtitles (string)
  651. # The character encoding (or code page) that MEncoder should use for
  652. # non-Unicode external subtitles.
  653. # Default: "" (autodetect, do not force encoding with -subcp key).
  654. mencoder_subcp =
  655.  
  656. # FriBiDi
  657. # -------
  658. # GUI Option: FriBiDi (toggle)
  659. # Determine whether or not MEncoder should use FriBiDi mode, which is
  660. # needed to display subtitles in languages that read from right to left,
  661. # like Arabic, Farsi, Hebrew, Urdu, etc.
  662. # Default: false
  663. mencoder_subfribidi =
  664.  
  665. # Subtitle font blank
  666. # -------------------
  667. # GUI Option: Subtitle font (string)
  668. # GUI offers a navigator to a folder generating an absolute path.
  669. # Default: ""
  670. mencoder_font =
  671.  
  672. # Subtitles folder blank
  673. # ----------------------
  674. # GUI Option: Subtitles folder (string)
  675. # GUI offers a navigator to a folder generating an absolute path.
  676. # Default: ""
  677. alternate_subs_folder =
  678.  
  679. # Use ASS/SSA styling
  680. # -------------------
  681. # GUI Option: Use ASS/SSA subtitle styling (toggle)
  682. # Choose whether or not MEncoder supports ASS/SSA subtitles.
  683. # Default: true
  684. mencoder_ass =true
  685.  
  686. # Enable MEncoder fontconfig support
  687. # -------------
  688. # GUI Option: Fontconfig/Embedded fonts (toggle)
  689. # Default: true
  690. mencoder_fontconfig =true
  691.  
  692. # Use embedded style
  693. # ------------------
  694. # GUI Option: Use embedded style (toggle)
  695. # Default: true
  696. mencoder_ass_defaultstyle =true
  697.  
  698. # Subtitle colour
  699. # ---------------
  700. # GUI Option: Subtitle colour (string)
  701. # The integer value for the subtitle colour. GUI offers a palette to choose
  702. # from that will generate a number. Default is empty, causing UMS to pick
  703. # white.
  704. # Default: ""
  705. subs_color =
  706.  
  707. # Style font scale
  708. # ----------------
  709. # GUI Option: Style font scale
  710. # The font scale used for ASS subtitling.
  711. # Default: 1.4
  712. mencoder_ass_scale =
  713.  
  714. # GUI Option: Styled font outline
  715. # The outline parameter used for ASS subtitling.
  716. # Default: 1
  717. mencoder_ass_outline =
  718.  
  719. # GUI Option: Styled font shadow
  720. # The shadow parameter used for ASS subtitling.
  721. # Default: 1
  722. mencoder_ass_shadow =
  723.  
  724. # GUI Option: Styled margin
  725. # The margin used for ASS subtitling.
  726. # Default: 10
  727. mencoder_ass_margin =
  728.  
  729. # Plain font scale
  730. # ----------------
  731. # GUI Option: Plain font scale
  732. # The subfont text scale parameter used for subtitling without ASS.
  733. # Default: 3
  734. mencoder_noass_scale =
  735.  
  736. # GUI Option: Plain font outline
  737. # The subfont outline parameter used for subtitling without ASS.
  738. # Default: 1
  739. mencoder_noass_outline =
  740.  
  741. # GUI Option: Plain font blur
  742. # The subfont blur parameter used for subtitling without ASS.
  743. # Default: 1
  744. mencoder_noass_blur =
  745.  
  746. # GUI Option: Plain margin
  747. # The subpos parameter used for subtitling without ASS.
  748. # Default: 2
  749. mencoder_noass_subpos =
  750.  
  751. # Load subtitles
  752. # --------------
  753. # GUI Option: Load subtitles
  754. # Choose whether UMS should check for external subtitle files with the same
  755. # name as the media (*.srt, *.sub, *.ass, etc.).
  756. # Default: true
  757. autoloadsrt =
  758.  
  759. # DVD/VOB subtitle quality
  760. # ------------------------
  761. # GUI Option: DVD/VOB subtitle quality
  762. # Default: 3
  763. mencoder_vobsub_subtitle_quality =
  764.  
  765. # Add borders
  766. # -----------
  767. # GUI Option: width
  768. # Default: 0
  769. mencoder_overscan_compensation_width =
  770.  
  771. # GUI Option: height
  772. # Default: 0
  773. mencoder_overscan_compensation_height =
  774.  
  775. # ----------------------------------------------------------------------------
  776. # Transcoding Settings Tab: AviSynth/MEncoder Page
  777. # ----------------------------------------------------------------------------
  778.  
  779. # Enable multithreading
  780. # ---------------------
  781. # GUI Option: Enable multithreading (toggle)
  782. # Whether AviSynth should use multithreading
  783. # Default: false
  784. avisynth_multithreading =true
  785.  
  786. # Enable True Motion motion interpolation via InterFrame
  787. # ---------------------
  788. # GUI Option: Enable True Motion motion interpolation via InterFrame (toggle)
  789. # Whether AviSynth should use InterFrame to insert frames between original
  790. # frames like recent TVs do
  791. # Default: false
  792. avisynth_interframe =true
  793.  
  794. # Enable GPU use with True Motion
  795. # ---------------------
  796. # GUI Option: Enable GPU use with True Motion (toggle)
  797. # Whether InterFrame should use the video card for some of the work
  798. # Default: false
  799. avisynth_interframegpu =true
  800.  
  801. # Enable AviSynth variable framerate change into a constant framerate
  802. # ---------------------
  803. # GUI Option: Enable AviSynth variable framerate change into a constant
  804. # framerate (toggle)
  805. # Pass the flag "convertfps=true" to AviSynth.
  806. # Default: true
  807. avisynth_convertfps =
  808.  
  809. # AviSynth script
  810. # ---------------------
  811. # The template for the AviSynth script. The script string may contain the
  812. # character "\u0001", which will be treated as newline character.
  813. # Default: "<movie>\u0001<sub>" (\u0001 is a new line)
  814. avisynth_script =
  815.  
  816. # ----------------------------------------------------------------------------
  817. # Transcoding Settings Tab: tsMuxeR Page
  818. # ----------------------------------------------------------------------------
  819.  
  820. # Force FPS from FFmpeg
  821. # ---------------------
  822. # GUI Option: Force FPS parsed from FFmpeg in the meta file
  823. # Default: true
  824. tsmuxer_forcefps =
  825.  
  826. # Mux all audio
  827. # -------------
  828. # GUI Option: Mux all audio tracks
  829. # Default: false
  830. tsmuxer_mux_all_audiotracks =false
  831.  
  832. # ----------------------------------------------------------------------------
  833. # Transcoding Settings Tab: FFmpeg Page
  834. # ----------------------------------------------------------------------------
  835.  
  836. # FFmpeg: Enable multithreading
  837. # ---------------------
  838. # GUI Option: Enable multithreading (toggle)
  839. # Whether FFmpeg should use multithreading
  840. # Default: "", which will use automatic-detection.
  841. ffmpeg_multithreading = true
  842.  
  843. # ----------------------------------------------------------------------------
  844. # Transcoding Settings Tab: AviSynth/FFmpeg Page
  845. # ----------------------------------------------------------------------------
  846.  
  847. # AviSynth/FFmpeg: Enable multithreading
  848. # ---------------------
  849. # GUI Option: Enable multithreading (toggle)
  850. # Whether AviSynth/FFmpeg should use multithreading
  851. # Default: "", which will use automatic-detection.
  852. ffmpeg_avisynth_multithreading = true
  853.  
  854. # Enable True Motion motion interpolation via InterFrame
  855. # ---------------------
  856. # GUI Option: Enable True Motion motion interpolation via InterFrame (toggle)
  857. # Whether AviSynth should use InterFrame to insert frames between original
  858. # frames like recent TVs do
  859. # Default: false
  860. ffmpeg_avisynth_interframe =true
  861.  
  862. # Enable GPU use with True Motion
  863. # ---------------------
  864. # GUI Option: Enable GPU use with True Motion (toggle)
  865. # Whether InterFrame should use the video card for some of the work
  866. # Default: false
  867. ffmpeg_avisynth_interframegpu =true
  868.  
  869. # Enable AviSynth variable framerate change into a constant framerate
  870. # ---------------------
  871. # GUI Option: Enable AviSynth variable framerate change into a constant
  872. # framerate (toggle)
  873. # Pass the flag "convertfps=true" to AviSynth.
  874. # Default: true
  875. ffmpeg_avisynth_convertfps =
  876.  
  877.  
  878. # Audio resampling
  879. # ----------------
  880. # GUI Option: Automatic audio resampling (toggle)
  881. # Default: true
  882. audio_resample = false
  883.  
  884. # ---< Binary tools paths >---------------------------------------------------
  885. # Path to mencoder (absolute or relative from project.binaries.dir)
  886. # Default: Win: win32/mencoder.exe Mac: osx/mencoder Linux: mencoder + system PATH
  887. mencoder_path =
  888.  
  889. # Path to ffmpeg (absolute or relative from project.binaries.dir)
  890. # Default: Win: win32/ffmpeg.exe Mac: osx/ffmpeg Linux: ffmpeg + system PATH
  891. ffmpeg_path =
  892.  
  893. # Path to mplayer (absolute or relative from project.binaries.dir)
  894. # Default: Win: win32/mplayer.exe Mac: osx/mplayer Linux: mplayer + system PATH
  895. mplayer_path =
  896.  
  897. # Path to tsMuxeR (absolute or relative from project.binaries.dir)
  898. # Default: Win: win32/tsMuxeR.exe Mac: osx/tsMuxeR Linux: tsMuxeR + system PATH
  899. tsmuxer_path =
  900.  
  901. # Path to dcraw (absolute or relative from project.binaries.dir)
  902. # Default: Win: win32/dcrawMS.exe Mac: osx/dcraw Linux: dcraw + system PATH
  903. dcraw_path =
  904.  
  905. # Path to FLAC (absolute or relative from project.binaries.dir)
  906. # Default: Win: win32/flac.exe Mac: osx/flac Linux: flac + system PATH
  907. flac_path =
  908.  
  909. # Path to eac3to (absolute or relative from project.binaries.dir)
  910. # Default: Win: win32/eac3to/eac3to.exe
  911. eac3to_path =
  912.  
  913. # Path to VideoLAN (absolute or relative from project.binaries.dir)
  914. # Default: Win: videolan/vlc.exe Mac: /Applications/VLC.app/Contents/MacOS/VLC Linux: vlc + system PATH
  915. vlc_path =
  916.  
  917. # Path to convert (absolute or relative from project.binaries.dir)
  918. # Default: Win: win32/convert.exe Mac: osx/convert Linux: convert + system PATH
  919. imconvert_path =
  920.  
  921. # ---< Active - but not settable in GUI >-------------------------------------
  922.  
  923. # Default: 850
  924. charsetencoding =
  925.  
  926. # Default: false
  927. transcode_block_multiple_connections =
  928.  
  929. # Default: true
  930. transcode_keep_first_connection =
  931.  
  932. # The maximum size (in MB) that UMS should use for buffering audio.
  933. # Default: 100
  934. maxaudiobuffer =
  935.  
  936. # The minimum size (in MB) that UMS should use for the streaming media buffer.
  937. # Default: 1
  938. minwebbuffer =
  939.  
  940. # ---< Old deprecated options >-----------------------------------------------
  941. # turbomode = false
  942. # tsmuxer_preremix_ac3 = false
  943.  
  944. # ---< Other settings saved by UMS >------------------------------------------
  945. alternativeffmpegpath =C:\\Program Files (x86)\\Universal Media Server\\win32\\dvrms\\ffmpeg_MPGMUX.exe
  946. cred.path = C:\\ProgramData\\UMS\\UMS.cred
  947. external_network = true
  948. uuid = 60fed9f7-0dad-4a15-897b-b418b24810fe
  949. mencoder_audiolangs = ger,eng
  950. mencoder_audiosublangs = de,off;eng,de;*,en;off,eng;*,und
  951. mencoder_sublangs = ger,eng
  952. gpu_acceleration = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement