Guest User

Untitled

a guest
Dec 14th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.93 KB | None | 0 0
  1. /nix/store/j7cf6710549vk9x27gq3dpv5dd5ismxn-shotcut-18.11.18
  2. ├── bin
  3. │   └── shotcut
  4. ├── nix-support
  5. │   └── propagated-user-env-packages
  6. └── share
  7. ├── applications
  8. │   └── org.shotcut.Shotcut.desktop
  9. ├── icons
  10. │   └── hicolor
  11. │   └── 64x64
  12. │   └── apps
  13. │   └── org.shotcut.Shotcut.png
  14. ├── metainfo
  15. │   └── org.shotcut.Shotcut.appdata.xml
  16. ├── mime
  17. │   └── packages
  18. │   └── org.shotcut.Shotcut.xml
  19. └── shotcut
  20. ├── qml
  21. │   ├── export-edl
  22. │   │   ├── export-edl.js
  23. │   │   ├── main.js
  24. │   │   ├── mlt2edl.js
  25. │   │   ├── package.json
  26. │   │   ├── rebuild.sh
  27. │   │   └── test-node.js
  28. │   ├── filters
  29. │   │   ├── alpha_adjust
  30. │   │   │   ├── meta.qml
  31. │   │   │   └── ui.qml
  32. │   │   ├── alpha_view
  33. │   │   │   ├── meta.qml
  34. │   │   │   └── ui.qml
  35. │   │   ├── audio_balance
  36. │   │   │   ├── meta.qml
  37. │   │   │   └── ui.qml
  38. │   │   ├── audio_bandpass
  39. │   │   │   ├── meta.qml
  40. │   │   │   └── ui.qml
  41. │   │   ├── audio_basstreble
  42. │   │   │   ├── meta.qml
  43. │   │   │   └── ui.qml
  44. │   │   ├── audio_channelcopy
  45. │   │   │   ├── meta.qml
  46. │   │   │   └── ui.qml
  47. │   │   ├── audio_compressor
  48. │   │   │   ├── meta.qml
  49. │   │   │   └── ui.qml
  50. │   │   ├── audio_delay
  51. │   │   │   ├── meta.qml
  52. │   │   │   └── ui.qml
  53. │   │   ├── audio_expander
  54. │   │   │   ├── meta.qml
  55. │   │   │   └── ui.qml
  56. │   │   ├── audio_fadein
  57. │   │   │   ├── meta.qml
  58. │   │   │   └── ui.qml
  59. │   │   ├── audio_fadeout
  60. │   │   │   ├── meta.qml
  61. │   │   │   └── ui.qml
  62. │   │   ├── audio_gain
  63. │   │   │   ├── meta.qml
  64. │   │   │   └── ui.qml
  65. │   │   ├── audio_highpass
  66. │   │   │   ├── meta.qml
  67. │   │   │   └── ui.qml
  68. │   │   ├── audio_limiter
  69. │   │   │   ├── meta.qml
  70. │   │   │   └── ui.qml
  71. │   │   ├── audio_lowpass
  72. │   │   │   ├── meta.qml
  73. │   │   │   └── ui.qml
  74. │   │   ├── audio_mono
  75. │   │   │   └── meta.qml
  76. │   │   ├── audio_mute
  77. │   │   │   ├── meta.qml
  78. │   │   │   └── ui.qml
  79. │   │   ├── audio_normalize_1p
  80. │   │   │   ├── meta.qml
  81. │   │   │   └── ui.qml
  82. │   │   ├── audio_normalize_2p
  83. │   │   │   ├── meta.qml
  84. │   │   │   └── ui.qml
  85. │   │   ├── audio_notch
  86. │   │   │   ├── meta.qml
  87. │   │   │   └── ui.qml
  88. │   │   ├── audio_pan
  89. │   │   │   ├── meta.qml
  90. │   │   │   └── ui.qml
  91. │   │   ├── audio_reverb
  92. │   │   │   ├── meta.qml
  93. │   │   │   └── ui.qml
  94. │   │   ├── audio_swapchannels
  95. │   │   │   ├── meta.qml
  96. │   │   │   └── ui.qml
  97. │   │   ├── bluescreen0r
  98. │   │   │   ├── meta.qml
  99. │   │   │   └── ui.qml
  100. │   │   ├── blur
  101. │   │   │   ├── meta_boxblur.qml
  102. │   │   │   ├── meta_movit.qml
  103. │   │   │   ├── ui_boxblur.qml
  104. │   │   │   └── ui_movit.qml
  105. │   │   ├── brightness
  106. │   │   │   ├── meta_movit.qml
  107. │   │   │   ├── meta.qml
  108. │   │   │   ├── ui_movit.qml
  109. │   │   │   └── ui.qml
  110. │   │   ├── color
  111. │   │   │   ├── meta_frei0r_coloradj.qml
  112. │   │   │   ├── meta_movit.qml
  113. │   │   │   ├── meta.qml
  114. │   │   │   ├── ui_frei0r_coloradj.qml
  115. │   │   │   └── ui.qml
  116. │   │   ├── contrast
  117. │   │   │   ├── meta_movit.qml
  118. │   │   │   ├── meta.qml
  119. │   │   │   └── ui.qml
  120. │   │   ├── crop
  121. │   │   │   ├── meta_movit.qml
  122. │   │   │   ├── meta.qml
  123. │   │   │   └── ui.qml
  124. │   │   ├── dust
  125. │   │   │   ├── meta.qml
  126. │   │   │   └── ui.qml
  127. │   │   ├── dynamictext
  128. │   │   │   ├── meta.qml
  129. │   │   │   ├── ui.qml
  130. │   │   │   └── vui.qml
  131. │   │   ├── fadein_brightness
  132. │   │   │   ├── meta.qml
  133. │   │   │   └── ui.qml
  134. │   │   ├── fadein_movit
  135. │   │   │   ├── meta.qml
  136. │   │   │   └── ui.qml
  137. │   │   ├── fadeout_brightness
  138. │   │   │   ├── meta.qml
  139. │   │   │   └── ui.qml
  140. │   │   ├── fadeout_movit
  141. │   │   │   ├── meta.qml
  142. │   │   │   └── ui.qml
  143. │   │   ├── glow
  144. │   │   │   ├── meta_frei0r.qml
  145. │   │   │   ├── meta_movit.qml
  146. │   │   │   ├── ui_frei0r.qml
  147. │   │   │   └── ui_movit.qml
  148. │   │   ├── grain
  149. │   │   │   ├── meta.qml
  150. │   │   │   └── ui.qml
  151. │   │   ├── hue_lightness_saturation
  152. │   │   │   ├── meta.qml
  153. │   │   │   └── ui.qml
  154. │   │   ├── invert
  155. │   │   │   ├── meta.qml
  156. │   │   │   └── ui.qml
  157. │   │   ├── keyspillm0pup
  158. │   │   │   ├── meta.qml
  159. │   │   │   └── ui.qml
  160. │   │   ├── lenscorrection
  161. │   │   │   ├── meta.qml
  162. │   │   │   └── ui.qml
  163. │   │   ├── lines
  164. │   │   │   ├── meta.qml
  165. │   │   │   └── ui.qml
  166. │   │   ├── lut3d
  167. │   │   │   ├── meta.qml
  168. │   │   │   └── ui.qml
  169. │   │   ├── mask
  170. │   │   │   ├── meta.qml
  171. │   │   │   └── ui.qml
  172. │   │   ├── mirror
  173. │   │   │   ├── meta_movit.qml
  174. │   │   │   ├── meta.qml
  175. │   │   │   └── ui.qml
  176. │   │   ├── mosaic
  177. │   │   │   ├── meta.qml
  178. │   │   │   └── ui.qml
  179. │   │   ├── movit_diffusion
  180. │   │   │   ├── meta.qml
  181. │   │   │   └── ui.qml
  182. │   │   ├── oldfilm
  183. │   │   │   ├── meta.qml
  184. │   │   │   └── ui.qml
  185. │   │   ├── opacity
  186. │   │   │   ├── meta_movit.qml
  187. │   │   │   ├── meta.qml
  188. │   │   │   └── ui.qml
  189. │   │   ├── rotate
  190. │   │   │   ├── meta.qml
  191. │   │   │   └── ui.qml
  192. │   │   ├── saturation
  193. │   │   │   ├── meta_frei0r.qml
  194. │   │   │   ├── meta_movit.qml
  195. │   │   │   ├── ui_frei0r.qml
  196. │   │   │   └── ui_movit.qml
  197. │   │   ├── select0r
  198. │   │   │   ├── meta.qml
  199. │   │   │   └── ui.qml
  200. │   │   ├── sepia
  201. │   │   │   ├── meta.qml
  202. │   │   │   └── ui.qml
  203. │   │   ├── sharpen
  204. │   │   │   ├── meta_frei0r.qml
  205. │   │   │   ├── meta_movit.qml
  206. │   │   │   ├── ui_frei0r.qml
  207. │   │   │   └── ui_movit.qml
  208. │   │   ├── size_position
  209. │   │   │   ├── meta_affine.qml
  210. │   │   │   ├── meta_movit.qml
  211. │   │   │   ├── SizePositionUI.qml
  212. │   │   │   ├── SizePositionVUI.qml
  213. │   │   │   ├── ui_affine.qml
  214. │   │   │   ├── ui_movit.qml
  215. │   │   │   ├── vui_affine.qml
  216. │   │   │   └── vui_movit.qml
  217. │   │   ├── sketch
  218. │   │   │   ├── meta.qml
  219. │   │   │   └── ui.qml
  220. │   │   ├── smartblur
  221. │   │   │   ├── meta.qml
  222. │   │   │   └── ui.qml
  223. │   │   ├── spectrum
  224. │   │   │   ├── meta_spectrum.qml
  225. │   │   │   ├── ui_spectrum.qml
  226. │   │   │   └── vui_spectrum.qml
  227. │   │   ├── spillsuppress
  228. │   │   │   ├── meta.qml
  229. │   │   │   └── ui.qml
  230. │   │   ├── spot_remover
  231. │   │   │   ├── meta.qml
  232. │   │   │   ├── ui.qml
  233. │   │   │   └── vui.qml
  234. │   │   ├── stabilize
  235. │   │   │   ├── meta.qml
  236. │   │   │   └── ui.qml
  237. │   │   ├── tcolor
  238. │   │   │   ├── meta.qml
  239. │   │   │   └── ui.qml
  240. │   │   ├── timer
  241. │   │   │   ├── ClockSpinner.qml
  242. │   │   │   ├── meta.qml
  243. │   │   │   ├── ui.qml
  244. │   │   │   └── vui.qml
  245. │   │   ├── unpremultiply
  246. │   │   │   ├── meta.qml
  247. │   │   │   └── ui.qml
  248. │   │   ├── vignette
  249. │   │   │   ├── meta_movit.qml
  250. │   │   │   ├── meta_oldfilm.qml
  251. │   │   │   ├── ui_movit.qml
  252. │   │   │   └── ui_oldfilm.qml
  253. │   │   ├── wave
  254. │   │   │   ├── meta.qml
  255. │   │   │   └── ui.qml
  256. │   │   ├── waveform
  257. │   │   │   ├── meta.qml
  258. │   │   │   ├── ui.qml
  259. │   │   │   └── vui.qml
  260. │   │   ├── webvfx
  261. │   │   │   ├── meta.qml
  262. │   │   │   └── ui.qml
  263. │   │   ├── webvfx_circular_frame
  264. │   │   │   ├── filter-demo.html
  265. │   │   │   ├── meta.qml
  266. │   │   │   └── ui.qml
  267. │   │   ├── webvfx_ruttetraizer
  268. │   │   │   ├── meta.qml
  269. │   │   │   ├── ruttetraizer.html
  270. │   │   │   ├── three.js
  271. │   │   │   └── ui.qml
  272. │   │   ├── webvfx_threejs_text
  273. │   │   │   ├── Detector.js
  274. │   │   │   ├── fonts
  275. │   │   │   │   ├── gentilis_bold.typeface.js
  276. │   │   │   │   ├── gentilis_regular.typeface.js
  277. │   │   │   │   ├── helvetiker_bold.typeface.js
  278. │   │   │   │   ├── helvetiker_regular.typeface.js
  279. │   │   │   │   ├── liberation_sans_bold.js
  280. │   │   │   │   ├── liberation_sans_regular.js
  281. │   │   │   │   ├── liberation_serif_bold.js
  282. │   │   │   │   ├── liberation_serif_regular.js
  283. │   │   │   │   ├── optimer_bold.typeface.js
  284. │   │   │   │   └── optimer_regular.typeface.js
  285. │   │   │   ├── GeometryUtils.js
  286. │   │   │   ├── meta.qml
  287. │   │   │   ├── threejs_text.html
  288. │   │   │   ├── three.min.js
  289. │   │   │   └── ui.qml
  290. │   │   └── white
  291. │   │   ├── meta_frei0r.qml
  292. │   │   ├── meta_movit.qml
  293. │   │   └── ui.qml
  294. │   ├── htmleditor
  295. │   │   ├── text_outline.qml
  296. │   │   └── text_shadow.qml
  297. │   ├── modules
  298. │   │   └── Shotcut
  299. │   │   └── Controls
  300. │   │   ├── ColorPicker.qml
  301. │   │   ├── KeyframesButton.qml
  302. │   │   ├── Preset.qml
  303. │   │   ├── qmldir
  304. │   │   ├── RectangleControl.qml
  305. │   │   ├── SaveDefaultButton.qml
  306. │   │   ├── SimplePropertyUI.qml
  307. │   │   ├── SliderSpinner.qml
  308. │   │   ├── TextFilterUi.qml
  309. │   │   ├── TextFilterVui.qml
  310. │   │   ├── TimeSpinner.qml
  311. │   │   ├── ToggleButton.qml
  312. │   │   ├── ToolTip.qml
  313. │   │   ├── UndoButton.qml
  314. │   │   └── VuiBase.qml
  315. │   ├── scopes
  316. │   │   └── audioloudness
  317. │   │   └── audioloudnessscope.qml
  318. │   ├── timeline
  319. │   │   ├── Clip.qml
  320. │   │   ├── CornerSelectionShadow.qml
  321. │   │   ├── PulsingAnimation.qml
  322. │   │   ├── Ruler.qml
  323. │   │   ├── Timeline.js
  324. │   │   ├── timeline.qml
  325. │   │   ├── TimelineToolbar.qml
  326. │   │   ├── TrackHead.qml
  327. │   │   ├── Track.js
  328. │   │   ├── Track.qml
  329. │   │   └── ZoomSlider.qml
  330. │   └── views
  331. │   ├── filter
  332. │   │   ├── AttachedFilters.qml
  333. │   │   ├── FilterMenuDelegate.qml
  334. │   │   ├── FilterMenu.js
  335. │   │   ├── FilterMenu.qml
  336. │   │   └── filterview.qml
  337. │   └── keyframes
  338. │   ├── Clip.qml
  339. │   ├── Keyframe.qml
  340. │   ├── Keyframes.js
  341. │   ├── keyframes.qml
  342. │   ├── KeyframesToolbar.qml
  343. │   ├── ParameterHead.qml
  344. │   ├── Parameter.qml
  345. │   ├── Ruler.qml
  346. │   ├── ToggleButton.qml
  347. │   └── ZoomSlider.qml
  348. └── translations
  349. ├── shotcut_ca.qm
  350. ├── shotcut_cs.qm
  351. ├── shotcut_da.qm
  352. ├── shotcut_de.qm
  353. ├── shotcut_el.qm
  354. ├── shotcut_en.qm
  355. ├── shotcut_es.qm
  356. ├── shotcut_et.qm
  357. ├── shotcut_fi.qm
  358. ├── shotcut_fr.qm
  359. ├── shotcut_gd.qm
  360. ├── shotcut_hu.qm
  361. ├── shotcut_it.qm
  362. ├── shotcut_ja.qm
  363. ├── shotcut_nb.qm
  364. ├── shotcut_ne.qm
  365. ├── shotcut_nl.qm
  366. ├── shotcut_oc.qm
  367. ├── shotcut_pl.qm
  368. ├── shotcut_pt_BR.qm
  369. ├── shotcut_pt_PT.qm
  370. ├── shotcut_ru.qm
  371. ├── shotcut_sk.qm
  372. ├── shotcut_sl.qm
  373. ├── shotcut_tr.qm
  374. ├── shotcut_uk.qm
  375. ├── shotcut_zh_CN.qm
  376. └── shotcut_zh_TW.qm
  377.  
  378. 99 directories, 276 files
Add Comment
Please, Sign In to add comment