Advertisement
Guest User

Untitled

a guest
Apr 28th, 2024
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. ; 参考: "Digital Devices Max M4でTS抜きライフ | 双葉ネットワークサービス 代表のなにか"
  2. ; https://blog.tsurai.work/2019/08/323/
  3.  
  4. [DD]
  5. DebugLog=YES
  6. SelectStreamRelative=YES
  7. DisableTSMF=NO
  8. LNBPowerOff=YES
  9. GetSignalStrengthFunction="SNR"
  10.  
  11. [Tuner]
  12. ; 以下3行の末尾は、BonDriver_MaxM4_0~3.ini でそれぞれ異なる値を設定します。
  13. ; BonDriver_MaxM4_0.ini → ...1"
  14. ; BonDriver_MaxM4_1.ini → ...2"
  15. ; BonDriver_MaxM4_2.ini → ...3"
  16. ; BonDriver_MaxM4_3.ini → ...4"
  17. FriendlyName0="Digital Devices ISDB-T Tuner 2"
  18. FriendlyName1="Digital Devices ISDB-S Tuner 2"
  19. CaptureFriendlyName0="Digital Devices TS Capture 2"
  20.  
  21. CheckDeviceInstancePath=0
  22. Name="MaxM4"
  23. UseSpecial="DD"
  24. DVBSystemType0="ISDB-T"
  25. DVBSystemType1="ISDB-S"
  26. NetworkProvider="Microsoft Network Provider"
  27.  
  28. [BonDriver]
  29. DebugLog=YES
  30. BuffSize=0
  31. MaxBuffCount=512
  32. WaitTsCount=1
  33. WaitTsSleep=100
  34. ThreadPriorityStream="THREAD_PRIORITY_HIGHEST"
  35.  
  36. [Satellite]
  37. Satellite1SettingsAuto="BS/CS110"
  38.  
  39. [Modulation]
  40. ModulationType0SettingsAuto="ISDB-T"
  41. ModulationType1SettingsAuto="ISDB-S"
  42.  
  43. [TuningSpace00]
  44. DD_SelectStandard="ISDB-T"
  45. TuningSpaceName="UHF"
  46. ChannelSettingsAuto="UHF"
  47. ChannelSettingsAutoOptions=""
  48.  
  49. [TuningSpace01]
  50. DD_SelectStandard="ISDB-S"
  51. TuningSpaceName="BS"
  52. ChannelSettingsAuto="BS"
  53. ChannelSettingsAutoOptions="RelativeTS:4"
  54.  
  55. [TuningSpace02]
  56. DD_SelectStandard="ISDB-S"
  57. TuningSpaceName="CS110"
  58. ChannelSettingsAuto="CS110"
  59. ChannelSettingsAutoOptions="RelativeTS:4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement