Advertisement
Guest User

tempting_time_mp4_autoprocess

a guest
Jun 13th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.32 KB | None | 0 0
  1.  
  2. [Sonarr]
  3. host = http://192.168.1.105
  4. port = 8989
  5. web_root =
  6. ssl = 0
  7. apikey = *removed
  8.  
  9. [MP4]
  10. ffmpeg = C:\ffmpeg\bin\ffmpeg.exe
  11. ffprobe = C:\ffmpeg\bin\ffprobe.exe
  12. threads = auto
  13. output_directory =
  14. copy_to =
  15. move_to =
  16. output_extension = mp4
  17. output_format = mp4
  18. delete_original = True
  19. relocate_moov = True
  20. video-codec = h264,x264
  21. video-bitrate =
  22. video-max-width =
  23. h264-max-level =
  24. use-qsv-decoder-with-encoder = True
  25. ios-audio = True
  26. ios-first-track-only = True
  27. ios-audio-filter =
  28. max-audio-channels =
  29. audio-codec = aac
  30. audio-language = eng
  31. audio-default-language =
  32. audio-channel-bitrate = 256
  33. audio-filter =
  34. subtitle-codec = mov_text
  35. subtitle-language = eng
  36. subtitle-default-language = eng
  37. subtitle-encoding =
  38. fullpathguess = True
  39. convert-mp4 = True
  40. tagfile = True
  41. tag-language = en
  42. download-artwork = False
  43. download-subs = False
  44. embed-subs = True
  45. sub-providers = addic7ed,podnapisi,thesubdb,opensubtitles
  46. permissions = 0777
  47. post-process = False
  48. pix-fmt =
  49. aac_adtstoasc = False
  50.  
  51. [Deluge]
  52. host = 192.168.1.105
  53. username = admin
  54. convert = True
  55. password = *removed
  56. sonarr-label = sonarr
  57. bypass-label = bypass
  58. sickbeard-label = sickbeard
  59. port = 8112
  60. sickrage-label = sickrage
  61. couchpotato-label = couchpotato
  62. output_directory =
  63.  
  64. [Plex]
  65. host = localhost
  66. port = 32400
  67. refresh = True
  68. token =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement