Guest User

Flow

a guest
Jul 22nd, 2023
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | Software | 0 0
  1. {
  2. "Enabled": true,
  3. "Description": "A flow that will convert a video file",
  4. "Type": 0,
  5. "Template": "Convert Video",
  6. "Parts": [
  7. {
  8. "Uid": "4aa98aed-b0af-4cba-a12b-4bf636a64e21",
  9. "Name": "",
  10. "FlowElementUid": "FileFlows.VideoNodes.VideoFile",
  11. "xPos": 400,
  12. "yPos": 50,
  13. "Icon": "fas fa-video",
  14. "Label": "",
  15. "Inputs": 0,
  16. "Outputs": 1,
  17. "OutputConnections": [
  18. {
  19. "Input": 1,
  20. "Output": 1,
  21. "InputNode": "8f39253e-6269-4924-8cb2-5c9759e0e963"
  22. }
  23. ],
  24. "Type": 0,
  25. "Model": null
  26. },
  27. {
  28. "Uid": "8f39253e-6269-4924-8cb2-5c9759e0e963",
  29. "Name": "FFMPEG Builder: Start",
  30. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderStart",
  31. "xPos": 400,
  32. "yPos": 140,
  33. "Icon": "far fa-file-video",
  34. "Label": "",
  35. "Inputs": 1,
  36. "Outputs": 1,
  37. "OutputConnections": [
  38. {
  39. "Input": 1,
  40. "Output": 1,
  41. "InputNode": "8275169a-d147-43e5-814a-80cd001be265"
  42. }
  43. ],
  44. "Type": 4,
  45. "Model": {}
  46. },
  47. {
  48. "Uid": "8275169a-d147-43e5-814a-80cd001be265",
  49. "Name": "Downscale If Needed",
  50. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderScaler",
  51. "xPos": 400,
  52. "yPos": 230,
  53. "Icon": "far fa-file-video",
  54. "Label": "",
  55. "Inputs": 1,
  56. "Outputs": 2,
  57. "OutputConnections": [
  58. {
  59. "Input": 1,
  60. "Output": 1,
  61. "InputNode": "b50b4157-ce4f-4d0a-9e49-54ac559585d8"
  62. },
  63. {
  64. "Input": 1,
  65. "Output": 2,
  66. "InputNode": "a69c3371-5ec4-49b6-9261-8c1276209880"
  67. }
  68. ],
  69. "Type": 6,
  70. "Model": {
  71. "OnlyIfLarger": true,
  72. "Resolution": "1920:-2"
  73. }
  74. },
  75. {
  76. "Uid": "b50b4157-ce4f-4d0a-9e49-54ac559585d8",
  77. "Name": "FFMPEG Builder: Remux to MKV",
  78. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderRemuxToMkv",
  79. "xPos": 400,
  80. "yPos": 470,
  81. "Icon": "far fa-file-video",
  82. "Label": "",
  83. "Inputs": 1,
  84. "Outputs": 1,
  85. "OutputConnections": [
  86. {
  87. "Input": 1,
  88. "Output": 1,
  89. "InputNode": "010b9910-8f8c-406f-aa98-7de0e6a863b4"
  90. }
  91. ],
  92. "Type": 6,
  93. "Model": {}
  94. },
  95. {
  96. "Uid": "010b9910-8f8c-406f-aa98-7de0e6a863b4",
  97. "Name": "Video Encode",
  98. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderVideoEncode",
  99. "xPos": 400,
  100. "yPos": 680,
  101. "Icon": "far fa-file-video",
  102. "Label": "",
  103. "Inputs": 1,
  104. "Outputs": 1,
  105. "OutputConnections": [
  106. {
  107. "Input": 1,
  108. "Output": 1,
  109. "InputNode": "5e527158-4754-4bcf-92c6-e360be537b3c"
  110. }
  111. ],
  112. "Type": 6,
  113. "Model": {
  114. "Codec": "h264",
  115. "HardwareEncoding": true,
  116. "Quality": 23
  117. }
  118. },
  119. {
  120. "Uid": "5e527158-4754-4bcf-92c6-e360be537b3c",
  121. "Name": "FFMPEG Builder: Executor",
  122. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderExecutor",
  123. "xPos": 750,
  124. "yPos": 480,
  125. "Icon": "far fa-file-video",
  126. "Label": "",
  127. "Inputs": 1,
  128. "Outputs": 2,
  129. "OutputConnections": [
  130. {
  131. "Input": 1,
  132. "Output": 1,
  133. "InputNode": "a885b4b9-cb15-4f05-810f-b97d79afeed2"
  134. }
  135. ],
  136. "Type": 5,
  137. "Model": {
  138. "HardwareDecoding": true
  139. }
  140. },
  141. {
  142. "Uid": "a885b4b9-cb15-4f05-810f-b97d79afeed2",
  143. "Name": "",
  144. "FlowElementUid": "FileFlows.BasicNodes.File.ReplaceOriginal",
  145. "xPos": 750,
  146. "yPos": 660,
  147. "Icon": "fas fa-file",
  148. "Label": "",
  149. "Inputs": 1,
  150. "Outputs": 1,
  151. "OutputConnections": [],
  152. "Type": 2,
  153. "Model": {
  154. "MoveFolder": true,
  155. "DeleteOriginal": true,
  156. "DestinationPath": "D:\\videos\\converted"
  157. }
  158. },
  159. {
  160. "Uid": "a69c3371-5ec4-49b6-9261-8c1276209880",
  161. "Name": "FFMPEG Builder: Video Codec",
  162. "FlowElementUid": "FileFlows.VideoNodes.FfmpegBuilderNodes.FfmpegBuilderVideoCodec",
  163. "xPos": 550,
  164. "yPos": 340,
  165. "Icon": "far fa-file-video",
  166. "Label": "",
  167. "Inputs": 1,
  168. "Outputs": 2,
  169. "OutputConnections": [
  170. {
  171. "Input": 1,
  172. "Output": 2,
  173. "InputNode": "cecd5b3e-3019-413b-a365-e9e9083e415e"
  174. },
  175. {
  176. "Input": 1,
  177. "Output": 1,
  178. "InputNode": "b50b4157-ce4f-4d0a-9e49-54ac559585d8"
  179. }
  180. ],
  181. "Type": 6,
  182. "Model": {
  183. "VideoCodec": "h264_vaapi",
  184. "VideoCodecParameters": "h264_vaapi",
  185. "Force": true,
  186. "DisableOtherVideoStreams": true
  187. }
  188. },
  189. {
  190. "Uid": "cecd5b3e-3019-413b-a365-e9e9083e415e",
  191. "Name": "",
  192. "FlowElementUid": "FileFlows.BasicNodes.Functions.Log",
  193. "xPos": 800,
  194. "yPos": 310,
  195. "Icon": "far fa-file-alt",
  196. "Label": "",
  197. "Inputs": 1,
  198. "Outputs": 1,
  199. "OutputConnections": null,
  200. "Type": 3,
  201. "Model": {
  202. "LogType": 2,
  203. "Message": "Weee"
  204. }
  205. }
  206. ],
  207. "Default": false,
  208. "Uid": "54e79ba8-9d9a-49ca-9090-688f3c57a79b",
  209. "Name": "Work FFS",
  210. "DateCreated": "2023-05-04T16:08:49.524467Z",
  211. "DateModified": "2023-07-22T12:35:00.1507982Z"
  212. }
Advertisement
Add Comment
Please, Sign In to add comment