fribb

HEVC (10-Bit)

Aug 24th, 2025
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.30 KB | None | 0 0
  1. {
  2. "Name": "HEVC (10-Bit)",
  3. "Type": 0,
  4. "Revision": 47,
  5. "Properties": {
  6. "Fields": [
  7. {
  8. "Name": "Container",
  9. "Type": 4,
  10. "Description": "The video container for the new file",
  11. "Options": [
  12. "MKV",
  13. "MP4"
  14. ],
  15. "Required": false,
  16. "DefaultValue": "MKV",
  17. "IntMinimum": 0,
  18. "IntMaximum": 0,
  19. "Inverse": false,
  20. "IfName": "",
  21. "IfValue": "",
  22. "IfNot": false
  23. },
  24. {
  25. "Name": "Audio_Codec",
  26. "Type": 4,
  27. "Description": "The audio codec to use for encoding",
  28. "FlowElementField": "Audio_Codec",
  29. "Options": [
  30. "Keep Original Audio",
  31. "AC3",
  32. "AAC",
  33. "EAC3",
  34. "OPUS"
  35. ],
  36. "Required": false,
  37. "DefaultValue": "Keep Original Audio",
  38. "IntMinimum": 0,
  39. "IntMaximum": 0,
  40. "Inverse": false,
  41. "IfName": "",
  42. "IfValue": "",
  43. "IfNot": false
  44. },
  45. {
  46. "Name": "Video_Codec",
  47. "Type": 4,
  48. "Description": "The video codec to use for encoding",
  49. "FlowElementField": "f5b7a5dd-9c2b-4798-9519-4c503dc25f1b.Codec",
  50. "Options": [
  51. "H.264|h264",
  52. "HEVC|h265",
  53. "HEVC (10-Bit)|h265 10BIT",
  54. "AV1|av1",
  55. "AV1 (10-Bit)|av1 10BIT",
  56. "VP9|vp9"
  57. ],
  58. "Required": false,
  59. "DefaultValue": "h265",
  60. "IntMinimum": 0,
  61. "IntMaximum": 0,
  62. "Inverse": false,
  63. "IfName": "",
  64. "IfValue": "",
  65. "IfNot": false
  66. },
  67. {
  68. "Name": "Speed",
  69. "Type": 4,
  70. "Description": "The speed at which the video is encoded. The faster the worse quality.",
  71. "FlowElementField": "f5b7a5dd-9c2b-4798-9519-4c503dc25f1b.Speed",
  72. "Options": [
  73. "Very Slow|veryslow",
  74. "Slower|slower",
  75. "Slow|slow",
  76. "Medium|medium",
  77. "Fast|fast",
  78. "Faster|faster",
  79. "Very Fast|veryfast",
  80. "Super Fast|superfast",
  81. "Ultra Fast|ultrafast"
  82. ],
  83. "Required": false,
  84. "DefaultValue": "medium",
  85. "IntMinimum": 0,
  86. "IntMaximum": 0,
  87. "Inverse": false,
  88. "IfName": "",
  89. "IfValue": "",
  90. "IfNot": false
  91. },
  92. {
  93. "Name": "Output_File",
  94. "Type": 4,
  95. "Description": "Where the newly converted file should be saved to",
  96. "Options": [
  97. "Replace Original",
  98. "Save to Folder"
  99. ],
  100. "Required": false,
  101. "IntMinimum": 0,
  102. "IntMaximum": 0,
  103. "Inverse": false,
  104. "IfName": "",
  105. "IfValue": "",
  106. "IfNot": false
  107. },
  108. {
  109. "Name": "Destination_Folder",
  110. "Type": 3,
  111. "Description": "The folder where the converted file will be saved to",
  112. "FlowElementField": "bc419bf3-a2e6-4a3b-927f-a577f0eda010.DestinationPath",
  113. "Required": false,
  114. "IntMinimum": 0,
  115. "IntMaximum": 0,
  116. "Inverse": false,
  117. "IfName": "Output_File",
  118. "IfValue": "Save to Folder",
  119. "IfNot": false
  120. },
  121. {
  122. "Name": "Delete_Original",
  123. "Type": 2,
  124. "Description": "If the original file should be deleted or not",
  125. "FlowElementField": "bc419bf3-a2e6-4a3b-927f-a577f0eda010.DeleteOriginal",
  126. "Required": false,
  127. "IntMinimum": 0,
  128. "IntMaximum": 0,
  129. "Inverse": false,
  130. "IfName": "Output_File",
  131. "IfValue": "Save to Folder",
  132. "IfNot": false
  133. },
  134. {
  135. "Name": "Delete_Directory_If_Empty",
  136. "Type": 2,
  137. "Description": "If the source directory should be deleted if it is now empty",
  138. "Required": false,
  139. "IntMinimum": 0,
  140. "IntMaximum": 0,
  141. "Inverse": false,
  142. "IfName": "Delete_Original",
  143. "IfValue": "true",
  144. "IfNot": false
  145. },
  146. {
  147. "Name": "Downscale",
  148. "Type": 4,
  149. "Description": "If any files large than this resolution should be down-scaled",
  150. "FlowElementField": "Downscale",
  151. "Options": [
  152. "No",
  153. "480p",
  154. "720p",
  155. "1080p"
  156. ],
  157. "Required": false,
  158. "DefaultValue": "No",
  159. "IntMinimum": 0,
  160. "IntMaximum": 0,
  161. "Inverse": false,
  162. "IfName": "",
  163. "IfValue": "",
  164. "IfNot": false
  165. },
  166. {
  167. "Name": "Crop_Black_Bars",
  168. "Type": 2,
  169. "Description": "If black bars should be removed",
  170. "Required": false,
  171. "IntMinimum": 0,
  172. "IntMaximum": 0,
  173. "Inverse": false,
  174. "IfName": "",
  175. "IfValue": "",
  176. "IfNot": false
  177. }
  178. ],
  179. "Variables": {}
  180. },
  181. "SubFlows": [
  182. "7a2bce4a-1aab-4cd5-8d30-d606c18dd0cf",
  183. "e9d4b3bb-fba2-4de5-9177-d5e556c72201",
  184. "945ecb41-b30a-4329-974e-7b4438e9a1c5"
  185. ],
  186. "Parts": [
  187. {
  188. "Uid": "b0011a50-c161-4d14-b63b-93ba4ca4595d",
  189. "Name": "",
  190. "ReadOnly": false,
  191. "FlowElementUid": "FileFlows.VideoNodes.VideoFile",
  192. "xPos": 110,
  193. "yPos": 40,
  194. "Icon": "fas fa-video",
  195. "Label": "Video File",
  196. "Inputs": 0,
  197. "Outputs": 1,
  198. "OutputConnections": [
  199. {
  200. "Input": 1,
  201. "Output": 1,
  202. "InputNode": "787c7a51-e799-4953-9b06-5051d197e3ec"
  203. }
  204. ],
  205. "Type": 0
  206. },
  207. {
  208. "Uid": "787c7a51-e799-4953-9b06-5051d197e3ec",
  209. "Name": "FFMPEG Builder: Start",
  210. "ReadOnly": false,
  211. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderStart",
  212. "xPos": 110,
  213. "yPos": 140,
  214. "Icon": "far fa-file-video",
  215. "Label": "FFMPEG Builder: Start",
  216. "Inputs": 1,
  217. "Outputs": 1,
  218. "OutputConnections": [
  219. {
  220. "Input": 1,
  221. "Output": 1,
  222. "InputNode": "236e802c-801c-4e63-972c-72c268346eae"
  223. }
  224. ],
  225. "Type": 4,
  226. "Model": {}
  227. },
  228. {
  229. "Uid": "236e802c-801c-4e63-972c-72c268346eae",
  230. "Name": "FFMPEG Builder: Remux to MKV",
  231. "ReadOnly": false,
  232. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderRemuxToMkv",
  233. "xPos": 110,
  234. "yPos": 240,
  235. "Icon": "svg:mkv",
  236. "Label": "FFMPEG Builder: Remux to MKV",
  237. "Inputs": 1,
  238. "Outputs": 1,
  239. "OutputConnections": [
  240. {
  241. "Input": 1,
  242. "Output": 1,
  243. "InputNode": "7bdd4f2d-f605-42af-bb36-d35eb62a2626"
  244. }
  245. ],
  246. "Type": 6,
  247. "Model": {}
  248. },
  249. {
  250. "Uid": "9260b878-b624-497d-8bec-ae0711a296cb",
  251. "Name": "FFMPEG Builder: Executor",
  252. "Color": "",
  253. "ReadOnly": false,
  254. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderExecutor",
  255. "xPos": 110,
  256. "yPos": 540,
  257. "Icon": "far fa-file-video",
  258. "Label": "FFMPEG Builder: Executor",
  259. "Inputs": 1,
  260. "Outputs": 2,
  261. "OutputConnections": [
  262. {
  263. "Input": 1,
  264. "Output": 1,
  265. "InputNode": "42ae740b-ff52-40a1-a5f0-ac02e53febd1"
  266. },
  267. {
  268. "Input": 1,
  269. "Output": 2,
  270. "InputNode": "42ae740b-ff52-40a1-a5f0-ac02e53febd1"
  271. }
  272. ],
  273. "Type": 5,
  274. "Model": {
  275. "HardwareDecoding": true,
  276. "ProbeSize": 5000000,
  277. "Strictness": "experimental"
  278. }
  279. },
  280. {
  281. "Uid": "c36aa29b-9c70-49fe-99fe-b0f3c9fca979",
  282. "Name": "",
  283. "ReadOnly": false,
  284. "FlowElementUid": "FileFlows.BasicNodes.File.ReplaceOriginal",
  285. "xPos": 110,
  286. "yPos": 740,
  287. "Icon": "fas fa-file",
  288. "Label": "Replace Original",
  289. "Inputs": 1,
  290. "Outputs": 1,
  291. "OutputConnections": [
  292. {
  293. "Input": 1,
  294. "Output": 1,
  295. "InputNode": "2b4f35b4-e32c-4408-8dd0-2062a9517b59"
  296. }
  297. ],
  298. "Type": 2,
  299. "Model": {
  300. "PreserverOriginalDates": false
  301. }
  302. },
  303. {
  304. "Uid": "afdc713f-3914-4ef4-9f33-de6c6e26900c",
  305. "Name": "rc-lookahead",
  306. "Color": "",
  307. "ReadOnly": false,
  308. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderCustomParameters",
  309. "xPos": 110,
  310. "yPos": 440,
  311. "Icon": "fas fa-plus-square",
  312. "Label": "FFMPEG Builder: Custom Parameters",
  313. "Inputs": 1,
  314. "Outputs": 1,
  315. "OutputConnections": [
  316. {
  317. "Input": 1,
  318. "Output": 1,
  319. "InputNode": "9260b878-b624-497d-8bec-ae0711a296cb"
  320. }
  321. ],
  322. "Type": 6,
  323. "Model": {
  324. "Parameters": "-rc-lookahead 32",
  325. "ForceEncode": true
  326. }
  327. },
  328. {
  329. "Uid": "7bdd4f2d-f605-42af-bb36-d35eb62a2626",
  330. "Name": "HEVC (10-Bit) [QSV]",
  331. "ReadOnly": false,
  332. "FlowElementUid": "SubFlow:7a2bce4a-1aab-4cd5-8d30-d606c18dd0cf",
  333. "xPos": 110,
  334. "yPos": 340,
  335. "Icon": "fas fa-subway",
  336. "Label": "",
  337. "Inputs": 1,
  338. "Outputs": 1,
  339. "OutputConnections": [
  340. {
  341. "Input": 1,
  342. "Output": 1,
  343. "InputNode": "afdc713f-3914-4ef4-9f33-de6c6e26900c"
  344. }
  345. ],
  346. "Type": 10,
  347. "Model": {
  348. "Output": 1
  349. }
  350. },
  351. {
  352. "Uid": "42ae740b-ff52-40a1-a5f0-ac02e53febd1",
  353. "Name": "Healthcheck",
  354. "ReadOnly": false,
  355. "FlowElementUid": "SubFlow:e9d4b3bb-fba2-4de5-9177-d5e556c72201",
  356. "xPos": 110,
  357. "yPos": 640,
  358. "Icon": "fas fa-subway",
  359. "Label": "",
  360. "Inputs": 1,
  361. "Outputs": 1,
  362. "OutputConnections": [
  363. {
  364. "Input": 1,
  365. "Output": 1,
  366. "InputNode": "c36aa29b-9c70-49fe-99fe-b0f3c9fca979"
  367. }
  368. ],
  369. "Type": 10,
  370. "Model": {
  371. "Output": 1
  372. }
  373. },
  374. {
  375. "Uid": "2b4f35b4-e32c-4408-8dd0-2062a9517b59",
  376. "Name": "Plex Update and Analyze",
  377. "ReadOnly": false,
  378. "FlowElementUid": "SubFlow:945ecb41-b30a-4329-974e-7b4438e9a1c5",
  379. "xPos": 110,
  380. "yPos": 840,
  381. "Icon": "fas fa-subway",
  382. "Label": "",
  383. "Inputs": 1,
  384. "Outputs": 1,
  385. "Type": 10,
  386. "Model": {
  387. "Output": 1
  388. }
  389. }
  390. ]
  391. }
Advertisement
Add Comment
Please, Sign In to add comment