NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.62k stars 13.77k forks source link

Update request: davinci-resolve 17.4.3 → 18.1.4 #238026

Closed BKSalman closed 1 year ago

BKSalman commented 1 year ago

Notify maintainers @jshcmpbll


Note for maintainers: Please tag this issue in your PR.

I tried to update it myself, but I have no idea how, any help would be appreciated :)

I'm guessing the package was left out of date because it breaks too much, if so, is there a better way to install it on nixos?

icodeforyou-dot-net commented 1 year ago

I too had some issues with breakage lately. Assuming a "better" way than a nix derivation that works reliably would include a non-Nix way: You could try to install it inside Distrobox or a docker container. Maybe that works. If it does work properly I might be interested in knowing what you did exactly!

BKSalman commented 1 year ago

@icodeforyou-dot-net Hello! :), I haven't managed to get the distrobox solution to work for some reason (probably because I was losing IQ at the time), but now I got it working by having a local derivation and use it as an overlay

here's the file https://gist.github.com/BKSalman/53dc4a4bd3eb3989f88ce25b66d82853 it uses a local davinci resolve zip file that you add with prefetch rather than downloading it

I took inpiration from other derivations as well, so it's not all me :)

yuuyins commented 1 year ago

does it still requires python2?

icodeforyou-dot-net commented 1 year ago

last time I tried building after updating to 23.05 it I believe that is why it failed, yes @yuuyins

yuuyins commented 1 year ago

last time I tried building after updating to 23.05 it I believe that is why it failed, yes @yuuyins

yeah. On https://aur.archlinux.org/packages/davinci-resolve?all_deps=1#pkgdeps they only have python-numpy as dependency; no python2 or python at all

icodeforyou-dot-net commented 1 year ago

but they are already on 18.1.4 while we are still on 17.4.3. So maybe 17.4.3 still requires Python 2?

yuuyins commented 1 year ago

it is that i'm giving a try to updating to 18.1.4. but https://archlinux.org/packages/extra/x86_64/python-numpy/ requires python 3.11.3-2 so... guess if updating to 18.1.4 i'll bet on adding python311 and python311.numpy

icodeforyou-dot-net commented 1 year ago

All I know it that getting Davinci Resolve run on NixOS in the first place at all was quite a battle. There was a longer discussion here on GitHub somewhere regarding this. It would be awesome to update it though to get rid of this Python problem. Right now it is a kind defunct.

yuuyins commented 1 year ago

i was able to get new DOWNLOADID for Linux. from HTTP response. it seems they also change referid https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=davinci-resolve

but i have not find where it is given yet

@davidak for davinci-resolve REFERID, where/how did you find/got it

https://github.com/NixOS/nixpkgs/blob/f038daef94675e1943c9fb5576d549deac05cdcd/pkgs/applications/video/davinci-resolve/default.nix#L53

I was able to get DOWNLOADID from the HTTP request response on https://www.blackmagicdesign.com/products/davinciresolve

also is https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=davinci-resolve#n97 doing some --appimage-extract to get all those .desktop and icon files? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=davinci-resolve#n160

i tried to

nix run 'nixpkgs#appimage-run' -- ./DaVinci_Resolve_18.1.4_Linux.run --appimage-help
Uncompress DaVinci_Resolve_18.1.4_Linux.run of type 02 @ offset 193760
[================================================================================================|] 54831/54831 100%
DaVinci_Resolve_18.1.4_Linux.run is now installed in /home/yuu/.cache/appimage-run/cab14d6a6a873f649e79e1a8b6a2a446e5762bae012fc7b3d318c9d9bee5500e
QApplication: invalid style override 'kvantum' passed, ignoring it.
    Available styles: Windows, Fusion
ResolveInstaller: Unknown option 'appimage-help'.
λ yuu @ li-nixos in /home/yuu/Downloads/sw/davinci-resolve/_
λ yuu @ li-nixos in /home/yuu/Downloads/sw/davinci-resolve/_
nix run 'nixpkgs#appimage-run' -- ./DaVinci_Resolve_18.1.4_Linux.run --appimage-extract
DaVinci_Resolve_18.1.4_Linux.run installed in /home/yuu/.cache/appimage-run/cab14d6a6a873f649e79e1a8b6a2a446e5762bae012fc7b3d318c9d9bee5500e
QApplication: invalid style override 'kvantum' passed, ignoring it.
    Available styles: Windows, Fusion
ResolveInstaller: Unknown option 'appimage-extract'.

guess we need to try doing that in the buildFHSEnv? btw, what are the -i -y -n -C in ?

https://github.com/NixOS/nixpkgs/blob/f038daef94675e1943c9fb5576d549deac05cdcd/pkgs/applications/video/davinci-resolve/default.nix#L115

yuuyins commented 1 year ago

oh wait, when I nix run 'nixpkgs#appimage-run' -- ./DaVinci_Resolve_18.1.4_Linux.run, it extracted everything to $XDG_CACHE_HOME/appimage-run/cab14d6a6a873f649e79e1a8b6a2a446e5762bae012fc7b3d318c9d9bee5500e including the .desktop and icon files

/home/yuu/.cache/appimage-run/cab14d6a6a873f649e79e1a8b6a2a446e5762bae012fc7b3d318c9d9bee5500e/
├── AppRun
├── AppRun.desktop
├── bin
│   ├── bmdpaneld
│   ├── BMDPanelFirmware
│   ├── DaVinciPanelDaemon
│   ├── DaVinciRemoteAdvPanel.sh
│   ├── DaVinciRemotePanel.sh
│   ├── gst-plugin-scanner
│   ├── libusb-1.0.so -> libusb-1.0.so.0.1.0
│   ├── libusb-1.0.so.0 -> libusb-1.0.so.0.1.0
│   ├── libusb-1.0.so.0.1.0
│   ├── OFXLoader
│   ├── qt.conf
│   ├── resolve
│   ├── run_bmdpaneld
│   ├── ShowDpxHeader
│   ├── TestIO
│   └── VstScanner
├── BlackmagicRAWPlayer
│   ├── BlackmagicRawAPI
│   │   ├── libBlackmagicRawAPI.so
│   │   ├── libc++abi.so.1
│   │   ├── libc++.so.1
│   │   ├── libDecoderCUDA.so
│   │   ├── libDecoderOpenCL.so
│   │   ├── libInstructionSetServicesAVX2.so
│   │   └── libInstructionSetServicesAVX.so
│   ├── BlackmagicRAWPlayer
│   ├── lib
│   │   ├── fonts
│   │   │   └── fonts.bin
│   │   ├── libQt5Core.so.5
│   │   ├── libQt5DBus.so.5
│   │   ├── libQt5Gui.so.5
│   │   ├── libQt5Multimedia.so.5
│   │   ├── libQt5Network.so.5
│   │   ├── libQt5Widgets.so.5
│   │   └── libQt5XcbQpa.so.5
│   ├── plugins
│   │   ├── audio
│   │   │   └── libqtaudio_alsa.so
│   │   ├── bearer
│   │   │   ├── libqconnmanbearer.so
│   │   │   ├── libqgenericbearer.so
│   │   │   └── libqnmbearer.so
│   │   ├── imageformats
│   │   │   ├── libqgif.so
│   │   │   ├── libqjpeg.so
│   │   │   ├── libqtiff.so
│   │   │   └── libqwbmp.so
│   │   ├── mediaservice
│   │   │   └── libqtmedia_audioengine.so
│   │   ├── platforms
│   │   │   └── libqxcb.so
│   │   └── xcbglintegrations
│   │       ├── libqxcb-egl-integration.so
│   │       └── libqxcb-glx-integration.so
│   ├── qt.conf
│   └── Third Party Licenses.rtf
├── BlackmagicRAWSpeedTest
│   ├── BlackmagicRawAPI
│   │   ├── libBlackmagicRawAPI.so
│   │   ├── libc++abi.so.1
│   │   ├── libc++.so.1
│   │   ├── libDecoderCUDA.so
│   │   ├── libDecoderOpenCL.so
│   │   ├── libInstructionSetServicesAVX2.so
│   │   └── libInstructionSetServicesAVX.so
│   ├── BlackmagicRAWSpeedTest
│   ├── Blackmagic RAW Speed Test.pdf
│   ├── lib
│   │   ├── fonts
│   │   │   └── fonts.bin
│   │   ├── libQt5Core.so.5
│   │   ├── libQt5DBus.so.5
│   │   ├── libQt5Gui.so.5
│   │   ├── libQt5Multimedia.so.5
│   │   ├── libQt5Network.so.5
│   │   ├── libQt5Widgets.so.5
│   │   └── libQt5XcbQpa.so.5
│   ├── plugins
│   │   ├── audio
│   │   │   └── libqtaudio_alsa.so
│   │   ├── bearer
│   │   │   ├── libqconnmanbearer.so
│   │   │   ├── libqgenericbearer.so
│   │   │   └── libqnmbearer.so
│   │   ├── imageformats
│   │   │   ├── libqgif.so
│   │   │   ├── libqjpeg.so
│   │   │   ├── libqtiff.so
│   │   │   └── libqwbmp.so
│   │   ├── mediaservice
│   │   │   └── libqtmedia_audioengine.so
│   │   ├── platforms
│   │   │   └── libqxcb.so
│   │   └── xcbglintegrations
│   │       ├── libqxcb-egl-integration.so
│   │       └── libqxcb-glx-integration.so
│   ├── profile.braw
│   ├── qt.conf
│   └── Third Party Licenses.rtf
├── CentOSUpdate
│   ├── dbus
│   │   ├── dbus-1.10.24-15.el7.x86_64.rpm
│   │   ├── dbus-libs-1.10.24-15.el7.x86_64.rpm
│   │   └── dbus-x11-1.10.24-15.el7.x86_64.rpm
│   ├── drm
│   │   └── libdrm-2.4.97-2.el7.x86_64.rpm
│   ├── fontconfig
│   │   ├── fontconfig-2.13.0-4.3.el7.x86_64.rpm
│   │   └── freetype-2.8-14.el7_9.1.x86_64.rpm
│   ├── glvnd
│   │   ├── libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
│   │   ├── libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
│   │   ├── libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm
│   │   ├── mesa-libEGL-18.3.4-12.el7_9.x86_64.rpm
│   │   ├── mesa-libgbm-18.3.4-12.el7_9.x86_64.rpm
│   │   ├── mesa-libGL-18.3.4-12.el7_9.x86_64.rpm
│   │   └── mesa-libglapi-18.3.4-12.el7_9.x86_64.rpm
│   ├── install_rpms.sh
│   ├── rpm-update.sh
│   ├── wayland
│   │   ├── libwayland-client-1.15.0-1.el7.x86_64.rpm
│   │   └── libwayland-server-1.15.0-1.el7.x86_64.rpm
│   └── xcb
│       ├── libxkbcommon-0.7.1-3.el7.x86_64.rpm
│       ├── libxkbcommon-x11-0.7.1-3.el7.x86_64.rpm
│       ├── xcb-util-image-0.4.0-2.el7.x86_64.rpm
│       ├── xcb-util-keysyms-0.4.0-1.el7.x86_64.rpm
│       ├── xcb-util-renderutil-0.3.9-3.el7.x86_64.rpm
│       └── xcb-util-wm-0.4.1-5.el7.x86_64.rpm
├── Certificates
│   └── Blackmagic.pem
├── Control
│   ├── PanelLCDControlFile.txt
│   ├── TkSpirit4100ActsFile.txt
│   ├── TkSpirit4KActsFile.txt
│   └── TkSpiritActsFile.txt
├── DaVinci Control Panels Setup
│   ├── AdminUtility
│   │   └── PlugIns
│   │       ├── DaVinciKeyboards
│   │       │   ├── lib
│   │       │   │   ├── libc++abi.so.1
│   │       │   │   ├── libc++.so.1
│   │       │   │   ├── libgcc_s.so.1
│   │       │   │   ├── libQt5Core.so.5
│   │       │   │   ├── libQt5Gui.so.5
│   │       │   │   ├── libQt5Network.so.5
│   │       │   │   ├── libQt5Widgets.so.5
│   │       │   │   └── libusb-1.0.so.0
│   │       │   ├── libDaVinciKeyboardsPlugin.so
│   │       │   └── Resources
│   │       │       ├── data-da0b.bin
│   │       │       └── data-da0e.bin
│   │       ├── DaVinciPanels
│   │       │   ├── lib
│   │       │   │   ├── libc++abi.so.1
│   │       │   │   ├── libc++.so.1
│   │       │   │   ├── libgcc_s.so.1
│   │       │   │   ├── libQt5Core.so.5
│   │       │   │   ├── libQt5Gui.so.5
│   │       │   │   ├── libQt5Network.so.5
│   │       │   │   ├── libQt5Widgets.so.5
│   │       │   │   └── libusb-1.0.so.0
│   │       │   ├── libDaVinciPanelsPlugin.so
│   │       │   └── Resources
│   │       │       ├── data-da07.bin
│   │       │       ├── data-da08.bin
│   │       │       └── data-da0a.bin
│   │       └── FairlightPanels
│   │           ├── lib
│   │           │   ├── libc++abi.so.1
│   │           │   ├── libc++.so.1
│   │           │   ├── libgcc_s.so.1
│   │           │   ├── libQt5Core.so.5
│   │           │   ├── libQt5Gui.so.5
│   │           │   ├── libQt5Network.so.5
│   │           │   ├── libQt5Widgets.so.5
│   │           │   └── libusb-1.0.so.0
│   │           ├── libFairlightPanelsPlugin.so
│   │           └── Resources
│   │               ├── data-be0b.bin
│   │               ├── data-be19.bin
│   │               ├── data-be2a.bin
│   │               ├── data-be2b.bin
│   │               ├── data-be39.bin
│   │               ├── data-be72.bin
│   │               └── data-be7d.bin
│   ├── DaVinci Control Panels Setup
│   ├── libavahi-client.so.3
│   ├── libavahi-common.so.3
│   ├── libc++abi.so.1
│   ├── libc++.so.1
│   ├── libdns_sd.so.1
│   ├── libgcc_s.so.1
│   ├── libQt5Core.so.5
│   ├── libQt5DBus.so.5
│   ├── libQt5Gui.so.5
│   ├── libQt5Network.so.5
│   ├── libQt5Widgets.so.5
│   ├── libQt5XcbQpa.so.5
│   ├── libxcb.so.1
│   ├── plugins
│   │   ├── bearer
│   │   │   ├── libqconnmanbearer.so
│   │   │   ├── libqgenericbearer.so
│   │   │   └── libqnmbearer.so
│   │   ├── imageformats
│   │   │   ├── libqgif.so
│   │   │   ├── libqjpeg.so
│   │   │   ├── libqtiff.so
│   │   │   └── libqwbmp.so
│   │   └── platforms
│   │       └── libqxcb.so
│   ├── qt.conf
│   └── Resources
│       ├── About_Icon@2x.png
│       ├── About_Icon.png
│       ├── Icon.icns
│       └── settings.ini
├── Developer
│   ├── CodecPlugin
│   │   ├── Examples
│   │   │   └── x264_encoder_plugin
│   │   │       ├── audio_encoder.cpp
│   │   │       ├── audio_encoder.h
│   │   │       ├── dummy_container.cpp
│   │   │       ├── dummy_container.h
│   │   │       ├── include
│   │   │       │   ├── IOPluginDefs.h
│   │   │       │   └── IOPluginProps.h
│   │   │       ├── Makefile
│   │   │       ├── plugin2015.sln
│   │   │       ├── plugin2015.vcxproj
│   │   │       ├── plugin2015.vcxproj.filters
│   │   │       ├── plugin.cpp
│   │   │       ├── plugin.h
│   │   │       ├── wrapper
│   │   │       │   ├── host_api.cpp
│   │   │       │   ├── host_api.h
│   │   │       │   ├── Makefile
│   │   │       │   ├── plugin_api.cpp
│   │   │       │   ├── plugin_api.h
│   │   │       │   ├── wrapper.vcxproj
│   │   │       │   └── wrapper.vcxproj.filters
│   │   │       ├── x264_encoder.cpp
│   │   │       └── x264_encoder.h
│   │   └── README.txt
│   ├── DaVinciCTL
│   │   ├── ACES Transforms
│   │   │   ├── IDT
│   │   │   │   ├── IDT_CustomEOTF.dctl
│   │   │   │   ├── IDT_Custom_sRGB.dctl
│   │   │   │   └── IDT_P3D65_108.dctl
│   │   │   └── ODT
│   │   │       ├── ODT_CustomRRT.dctl
│   │   │       ├── ODT_Custom_sRGB.dctl
│   │   │       └── ODT_P3D65_108.dctl
│   │   ├── ColorConversion.h
│   │   ├── ConvertToGrayscale.dctl
│   │   ├── DissolveTransition.dctl
│   │   ├── Gain.dctl
│   │   ├── GainDCTLPlugin.dctl
│   │   ├── GainTexture.dctl
│   │   ├── LUTApply.dctl
│   │   ├── Matrix.dctl
│   │   ├── README.txt
│   │   └── Spline.dctl
│   ├── Fusion Fuse
│   │   └── Fusion Fuse Manual.pdf
│   ├── Fusion Templates
│   │   ├── Generators
│   │   │   ├── Gradient.setting
│   │   │   └── Rounded Window.setting
│   │   ├── README.txt
│   │   └── Transitions
│   │       └── Noise Dissolve.setting
│   ├── LUT
│   │   └── README.txt
│   ├── OpenFX
│   │   ├── DissolveTransitionPlugin
│   │   │   ├── CudaKernel.cu
│   │   │   ├── DissolveTransitionPlugin.cpp
│   │   │   ├── DissolveTransitionPlugin.h
│   │   │   ├── DissolveTransitionPlugin.sln
│   │   │   ├── DissolveTransitionPlugin.vcxproj
│   │   │   ├── DissolveTransitionPlugin.xcodeproj
│   │   │   │   └── project.pbxproj
│   │   │   ├── Makefile
│   │   │   ├── MetalKernel.mm
│   │   │   └── OpenCLKernel.cpp
│   │   ├── GainPlugin
│   │   │   ├── CudaKernel.cu
│   │   │   ├── GainPlugin.cpp
│   │   │   ├── GainPlugin.h
│   │   │   ├── GainPlugin.sln
│   │   │   ├── GainPlugin.vcxproj
│   │   │   ├── GainPlugin.xcodeproj
│   │   │   │   └── project.pbxproj
│   │   │   ├── Makefile
│   │   │   ├── MetalKernel.mm
│   │   │   └── OpenCLKernel.cpp
│   │   ├── OpenFX-1.4
│   │   │   └── include
│   │   │       ├── ofxCore.h
│   │   │       ├── ofxDialog.h
│   │   │       ├── ofxImageEffectExt.h
│   │   │       ├── ofxImageEffect.h
│   │   │       ├── ofxInteract.h
│   │   │       ├── ofxKeySyms.h
│   │   │       ├── ofxMemory.h
│   │   │       ├── ofxMessage.h
│   │   │       ├── ofxMultiThread.h
│   │   │       ├── ofxOld.h
│   │   │       ├── ofxOpenGLRender.h
│   │   │       ├── ofxParametricParam.h
│   │   │       ├── ofxParamExt.h
│   │   │       ├── ofxParam.h
│   │   │       ├── ofxPixels.h
│   │   │       ├── ofxProgress.h
│   │   │       ├── ofxProperty.h
│   │   │       └── ofxTimeLine.h
│   │   ├── RandomFrameAccessPlugin
│   │   │   ├── CudaKernel.cu
│   │   │   ├── Makefile
│   │   │   ├── MetalKernel.mm
│   │   │   ├── OpenCLKernel.cpp
│   │   │   ├── RandomFrameAccessPlugin.cpp
│   │   │   ├── RandomFrameAccessPlugin.h
│   │   │   ├── RandomFrameAccessPlugin.sln
│   │   │   ├── RandomFrameAccessPlugin.vcxproj
│   │   │   └── RandomFrameAccessPlugin.xcodeproj
│   │   │       └── project.pbxproj
│   │   ├── README.txt
│   │   ├── Support
│   │   │   ├── include
│   │   │   │   ├── ofxsCore.h
│   │   │   │   ├── ofxsHWNDInteract.h
│   │   │   │   ├── ofxsImageBlender.H
│   │   │   │   ├── ofxsImageEffect.h
│   │   │   │   ├── ofxsInteract.h
│   │   │   │   ├── ofxsLog.h
│   │   │   │   ├── ofxsMemory.h
│   │   │   │   ├── ofxsMessage.h
│   │   │   │   ├── ofxsMultiThread.h
│   │   │   │   ├── ofxsParam.h
│   │   │   │   ├── ofxsProcessing.h
│   │   │   │   └── ofxsSupportPrivate.h
│   │   │   ├── Library
│   │   │   │   ├── ofxsCore.cpp
│   │   │   │   ├── ofxsHWNDInteract.cpp
│   │   │   │   ├── ofxsImageEffect.cpp
│   │   │   │   ├── ofxsInteract.cpp
│   │   │   │   ├── ofxsLog.cpp
│   │   │   │   ├── ofxsMultiThread.cpp
│   │   │   │   ├── ofxsParams.cpp
│   │   │   │   ├── ofxsProperty.cpp
│   │   │   │   └── ofxsPropertyValidation.cpp
│   │   │   ├── LICENSE
│   │   │   └── README
│   │   └── TemporalBlurPlugin
│   │       ├── CudaKernel.cu
│   │       ├── Makefile
│   │       ├── MetalKernel.mm
│   │       ├── OpenCLKernel.cpp
│   │       ├── TemporalBlurPlugin.cpp
│   │       ├── TemporalBlurPlugin.h
│   │       ├── TemporalBlurPlugin.sln
│   │       ├── TemporalBlurPlugin.vcxproj
│   │       └── TemporalBlurPlugin.xcodeproj
│   │           └── project.pbxproj
│   ├── Scripting
│   │   ├── Examples
│   │   │   ├── 10_handle_media_pool_clip_markers.lua
│   │   │   ├── 10_handle_media_pool_clip_markers.py
│   │   │   ├── 1_sorted_timeline_from_folder.lua
│   │   │   ├── 1_sorted_timeline_from_folder.py
│   │   │   ├── 2_compositions_from_timeline_clips.lua
│   │   │   ├── 2_compositions_from_timeline_clips.py
│   │   │   ├── 3_grade_and_render_all_timelines.lua
│   │   │   ├── 3_grade_and_render_all_timelines.py
│   │   │   ├── 4_display_project_and_folder_tree.lua
│   │   │   ├── 4_display_project_and_folder_tree.py
│   │   │   ├── 5_get_project_information.lua
│   │   │   ├── 5_get_project_information.py
│   │   │   ├── 6_get_current_media_thumbnail.lua
│   │   │   ├── 6_get_current_media_thumbnail.py
│   │   │   ├── 7_add_subclips_to_timeline.lua
│   │   │   ├── 7_add_subclips_to_timeline.py
│   │   │   ├── 8_slack_notification_by_render_job.py
│   │   │   ├── 9_export_timeline.lua
│   │   │   ├── 9_export_timeline.py
│   │   │   └── python_get_resolve.py
│   │   ├── Modules
│   │   │   └── DaVinciResolveScript.py
│   │   └── README.txt
│   └── Workflow Integrations
│       ├── Examples
│       │   ├── SamplePlugin
│       │   │   ├── css
│       │   │   │   └── styles.css
│       │   │   ├── img
│       │   │   │   └── logo.png
│       │   │   ├── index.html
│       │   │   ├── js
│       │   │   │   └── app.js
│       │   │   ├── main.js
│       │   │   ├── manifest.xml
│       │   │   ├── package.json
│       │   │   ├── preload.js
│       │   │   └── renderer.js
│       │   └── Sample Script Plugin.py
│       ├── README.txt
│       └── Scripts
│           ├── AddBinsAndClipsToMediaPool.js
│           ├── CreateProjectAndRenderTimeline.js
│           ├── DeleteBinsAndClipsFromMediaPool.js
│           ├── HandleMediaPoolClipMarkers.js
│           ├── HandleTimelineMarkers.js
│           ├── RenderJobCallback.js
│           └── RenderTimelineWithFCPXML.js
├── docs
│   ├── DaVinci_Resolve_Manual.pdf
│   ├── License.txt
│   ├── ReadMe.html
│   └── Welcome.txt
├── DV_Resolve.png
├── Fairlight Studio Utility
│   ├── Fairlight Studio Utility
│   ├── libavahi-client.so.3
│   ├── libavahi-common.so.3
│   ├── libc++abi.so.1
│   ├── libc++.so.1
│   ├── libdns_sd.so.1
│   ├── libgcc_s.so.1
│   ├── libQt5Core.so.5
│   ├── libQt5DBus.so.5
│   ├── libQt5Gui.so.5
│   ├── libQt5Network.so.5
│   ├── libQt5Qml.so.5
│   ├── libQt5QuickControls2.so.5
│   ├── libQt5Quick.so.5
│   ├── libQt5QuickTemplates2.so.5
│   ├── libQt5QuickWidgets.so.5
│   ├── libQt5Widgets.so.5
│   ├── libQt5XcbQpa.so.5
│   ├── libxcb.so.1
│   ├── plugins
│   │   ├── bearer
│   │   │   ├── libqconnmanbearer.so
│   │   │   ├── libqgenericbearer.so
│   │   │   └── libqnmbearer.so
│   │   ├── imageformats
│   │   │   ├── libqgif.so
│   │   │   ├── libqjpeg.so
│   │   │   ├── libqtiff.so
│   │   │   └── libqwbmp.so
│   │   └── platforms
│   │       └── libqxcb.so
│   ├── qml
│   │   ├── libqtquick2plugin.so
│   │   ├── Qt
│   │   │   ├── labs
│   │   │   │   ├── calendar
│   │   │   │   │   ├── DayOfWeekRow.qml
│   │   │   │   │   ├── libqtlabscalendarplugin.so
│   │   │   │   │   ├── MonthGrid.qml
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   ├── qmldir
│   │   │   │   │   └── WeekNumberColumn.qml
│   │   │   │   ├── folderlistmodel
│   │   │   │   │   ├── libqmlfolderlistmodelplugin.so
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   └── qmldir
│   │   │   │   ├── platform
│   │   │   │   │   ├── libqtlabsplatformplugin.so
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   └── qmldir
│   │   │   │   ├── qmlmodels
│   │   │   │   │   ├── liblabsmodelsplugin.so
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   └── qmldir
│   │   │   │   ├── settings
│   │   │   │   │   ├── libqmlsettingsplugin.so
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   └── qmldir
│   │   │   │   ├── sharedimage
│   │   │   │   │   ├── libsharedimageplugin.so
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   └── qmldir
│   │   │   │   └── wavefrontmesh
│   │   │   │       ├── libqmlwavefrontmeshplugin.so
│   │   │   │       ├── plugins.qmltypes
│   │   │   │       └── qmldir
│   │   │   └── WebSockets
│   │   │       └── qmldir
│   │   ├── QtGraphicalEffects
│   │   │   ├── Blend.qml
│   │   │   ├── BrightnessContrast.qml
│   │   │   ├── Colorize.qml
│   │   │   ├── ColorOverlay.qml
│   │   │   ├── ConicalGradient.qml
│   │   │   ├── Desaturate.qml
│   │   │   ├── DirectionalBlur.qml
│   │   │   ├── Displace.qml
│   │   │   ├── DropShadow.qml
│   │   │   ├── FastBlur.qml
│   │   │   ├── GammaAdjust.qml
│   │   │   ├── GaussianBlur.qml
│   │   │   ├── Glow.qml
│   │   │   ├── HueSaturation.qml
│   │   │   ├── InnerShadow.qml
│   │   │   ├── LevelAdjust.qml
│   │   │   ├── libqtgraphicaleffectsplugin.so
│   │   │   ├── LinearGradient.qml
│   │   │   ├── MaskedBlur.qml
│   │   │   ├── OpacityMask.qml
│   │   │   ├── plugins.qmltypes
│   │   │   ├── private
│   │   │   │   ├── DropShadowBase.qml
│   │   │   │   ├── FastGlow.qml
│   │   │   │   ├── FastInnerShadow.qml
│   │   │   │   ├── FastMaskedBlur.qml
│   │   │   │   ├── GaussianDirectionalBlur.qml
│   │   │   │   ├── GaussianGlow.qml
│   │   │   │   ├── GaussianInnerShadow.qml
│   │   │   │   ├── GaussianMaskedBlur.qml
│   │   │   │   ├── libqtgraphicaleffectsprivate.so
│   │   │   │   └── qmldir
│   │   │   ├── qmldir
│   │   │   ├── RadialBlur.qml
│   │   │   ├── RadialGradient.qml
│   │   │   ├── RectangularGlow.qml
│   │   │   ├── RecursiveBlur.qml
│   │   │   ├── ThresholdMask.qml
│   │   │   └── ZoomBlur.qml
│   │   ├── QtQuick
│   │   │   ├── Controls
│   │   │   │   ├── ApplicationWindow.qml
│   │   │   │   ├── BusyIndicator.qml
│   │   │   │   ├── Button.qml
│   │   │   │   ├── Calendar.qml
│   │   │   │   ├── CheckBox.qml
│   │   │   │   ├── ComboBox.qml
│   │   │   │   ├── GroupBox.qml
│   │   │   │   ├── Label.qml
│   │   │   │   ├── libqtquickcontrolsplugin.so
│   │   │   │   ├── MenuBar.qml
│   │   │   │   ├── Menu.qml
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   ├── Private
│   │   │   │   │   ├── AbstractCheckable.qml
│   │   │   │   │   ├── BasicButton.qml
│   │   │   │   │   ├── BasicTableView.qml
│   │   │   │   │   ├── CalendarHeaderModel.qml
│   │   │   │   │   ├── CalendarUtils.js
│   │   │   │   │   ├── ColumnMenuContent.qml
│   │   │   │   │   ├── ContentItem.qml
│   │   │   │   │   ├── Control.qml
│   │   │   │   │   ├── EditMenu_base.qml
│   │   │   │   │   ├── EditMenu.qml
│   │   │   │   │   ├── FastGlow.qml
│   │   │   │   │   ├── FocusFrame.qml
│   │   │   │   │   ├── HoverButton.qml
│   │   │   │   │   ├── MenuContentItem.qml
│   │   │   │   │   ├── MenuContentScroller.qml
│   │   │   │   │   ├── MenuItemSubControls.qml
│   │   │   │   │   ├── ModalPopupBehavior.qml
│   │   │   │   │   ├── qmldir
│   │   │   │   │   ├── ScrollBar.qml
│   │   │   │   │   ├── ScrollViewHelper.qml
│   │   │   │   │   ├── SourceProxy.qml
│   │   │   │   │   ├── StackView.js
│   │   │   │   │   ├── StackViewSlideDelegate.qml
│   │   │   │   │   ├── style.js
│   │   │   │   │   ├── Style.qml
│   │   │   │   │   ├── SystemPaletteSingleton.qml
│   │   │   │   │   ├── TabBar.qml
│   │   │   │   │   ├── TableViewItemDelegateLoader.qml
│   │   │   │   │   ├── TableViewSelection.qml
│   │   │   │   │   ├── TextHandle.qml
│   │   │   │   │   ├── TextInputWithHandles.qml
│   │   │   │   │   ├── TextSingleton.qml
│   │   │   │   │   ├── ToolMenuButton.qml
│   │   │   │   │   └── TreeViewItemDelegateLoader.qml
│   │   │   │   ├── ProgressBar.qml
│   │   │   │   ├── qmldir
│   │   │   │   ├── RadioButton.qml
│   │   │   │   ├── ScrollView.qml
│   │   │   │   ├── Slider.qml
│   │   │   │   ├── SpinBox.qml
│   │   │   │   ├── SplitView.qml
│   │   │   │   ├── StackViewDelegate.qml
│   │   │   │   ├── StackView.qml
│   │   │   │   ├── StackViewTransition.qml
│   │   │   │   ├── StatusBar.qml
│   │   │   │   ├── Styles
│   │   │   │   │   ├── Base
│   │   │   │   │   │   ├── ApplicationWindowStyle.qml
│   │   │   │   │   │   ├── BasicTableViewStyle.qml
│   │   │   │   │   │   ├── BusyIndicatorStyle.qml
│   │   │   │   │   │   ├── ButtonStyle.qml
│   │   │   │   │   │   ├── CalendarStyle.qml
│   │   │   │   │   │   ├── CheckBoxStyle.qml
│   │   │   │   │   │   ├── CircularButtonStyle.qml
│   │   │   │   │   │   ├── CircularGaugeStyle.qml
│   │   │   │   │   │   ├── CircularTickmarkLabelStyle.qml
│   │   │   │   │   │   ├── ComboBoxStyle.qml
│   │   │   │   │   │   ├── CommonStyleHelper.qml
│   │   │   │   │   │   ├── DelayButtonStyle.qml
│   │   │   │   │   │   ├── DialStyle.qml
│   │   │   │   │   │   ├── FocusFrameStyle.qml
│   │   │   │   │   │   ├── GaugeStyle.qml
│   │   │   │   │   │   ├── GroupBoxStyle.qml
│   │   │   │   │   │   ├── HandleStyleHelper.qml
│   │   │   │   │   │   ├── HandleStyle.qml
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── arrow-down@2x.png
│   │   │   │   │   │   │   ├── arrow-down.png
│   │   │   │   │   │   │   ├── arrow-left@2x.png
│   │   │   │   │   │   │   ├── arrow-left.png
│   │   │   │   │   │   │   ├── arrow-right@2x.png
│   │   │   │   │   │   │   ├── arrow-right.png
│   │   │   │   │   │   │   ├── arrow-up@2x.png
│   │   │   │   │   │   │   ├── arrow-up.png
│   │   │   │   │   │   │   ├── button_down.png
│   │   │   │   │   │   │   ├── button.png
│   │   │   │   │   │   │   ├── check@2x.png
│   │   │   │   │   │   │   ├── check.png
│   │   │   │   │   │   │   ├── editbox.png
│   │   │   │   │   │   │   ├── focusframe.png
│   │   │   │   │   │   │   ├── groupbox.png
│   │   │   │   │   │   │   ├── header.png
│   │   │   │   │   │   │   ├── knob.png
│   │   │   │   │   │   │   ├── leftanglearrow.png
│   │   │   │   │   │   │   ├── needle.png
│   │   │   │   │   │   │   ├── progress-indeterminate.png
│   │   │   │   │   │   │   ├── rightanglearrow.png
│   │   │   │   │   │   │   ├── scrollbar-handle-horizontal.png
│   │   │   │   │   │   │   ├── scrollbar-handle-transient.png
│   │   │   │   │   │   │   ├── scrollbar-handle-vertical.png
│   │   │   │   │   │   │   ├── slider-groove.png
│   │   │   │   │   │   │   ├── slider-handle.png
│   │   │   │   │   │   │   ├── spinner_large.png
│   │   │   │   │   │   │   ├── spinner_medium.png
│   │   │   │   │   │   │   ├── spinner_small.png
│   │   │   │   │   │   │   ├── tab.png
│   │   │   │   │   │   │   └── tab_selected.png
│   │   │   │   │   │   ├── MenuBarStyle.qml
│   │   │   │   │   │   ├── MenuStyle.qml
│   │   │   │   │   │   ├── PieMenuStyle.qml
│   │   │   │   │   │   ├── ProgressBarStyle.qml
│   │   │   │   │   │   ├── RadioButtonStyle.qml
│   │   │   │   │   │   ├── ScrollViewStyle.qml
│   │   │   │   │   │   ├── SliderStyle.qml
│   │   │   │   │   │   ├── SpinBoxStyle.qml
│   │   │   │   │   │   ├── StatusBarStyle.qml
│   │   │   │   │   │   ├── StatusIndicatorStyle.qml
│   │   │   │   │   │   ├── SwitchStyle.qml
│   │   │   │   │   │   ├── TableViewStyle.qml
│   │   │   │   │   │   ├── TabViewStyle.qml
│   │   │   │   │   │   ├── TextAreaStyle.qml
│   │   │   │   │   │   ├── TextFieldStyle.qml
│   │   │   │   │   │   ├── ToggleButtonStyle.qml
│   │   │   │   │   │   ├── ToolBarStyle.qml
│   │   │   │   │   │   ├── ToolButtonStyle.qml
│   │   │   │   │   │   ├── TreeViewStyle.qml
│   │   │   │   │   │   └── TumblerStyle.qml
│   │   │   │   │   ├── Desktop
│   │   │   │   │   │   ├── ApplicationWindowStyle.qml
│   │   │   │   │   │   ├── BusyIndicatorStyle.qml
│   │   │   │   │   │   ├── ButtonStyle.qml
│   │   │   │   │   │   ├── CalendarStyle.qml
│   │   │   │   │   │   ├── CheckBoxStyle.qml
│   │   │   │   │   │   ├── ComboBoxStyle.qml
│   │   │   │   │   │   ├── FocusFrameStyle.qml
│   │   │   │   │   │   ├── GroupBoxStyle.qml
│   │   │   │   │   │   ├── MenuBarStyle.qml
│   │   │   │   │   │   ├── MenuStyle.qml
│   │   │   │   │   │   ├── ProgressBarStyle.qml
│   │   │   │   │   │   ├── qmldir
│   │   │   │   │   │   ├── RadioButtonStyle.qml
│   │   │   │   │   │   ├── RowItemSingleton.qml
│   │   │   │   │   │   ├── ScrollViewStyle.qml
│   │   │   │   │   │   ├── SliderStyle.qml
│   │   │   │   │   │   ├── SpinBoxStyle.qml
│   │   │   │   │   │   ├── StatusBarStyle.qml
│   │   │   │   │   │   ├── SwitchStyle.qml
│   │   │   │   │   │   ├── TableViewStyle.qml
│   │   │   │   │   │   ├── TabViewStyle.qml
│   │   │   │   │   │   ├── TextAreaStyle.qml
│   │   │   │   │   │   ├── TextFieldStyle.qml
│   │   │   │   │   │   ├── ToolBarStyle.qml
│   │   │   │   │   │   ├── ToolButtonStyle.qml
│   │   │   │   │   │   └── TreeViewStyle.qml
│   │   │   │   │   ├── Flat
│   │   │   │   │   │   ├── libqtquickextrasflatplugin.so
│   │   │   │   │   │   └── qmldir
│   │   │   │   │   └── qmldir
│   │   │   │   ├── Switch.qml
│   │   │   │   ├── TableViewColumn.qml
│   │   │   │   ├── TableView.qml
│   │   │   │   ├── Tab.qml
│   │   │   │   ├── TabView.qml
│   │   │   │   ├── TextArea.qml
│   │   │   │   ├── TextField.qml
│   │   │   │   ├── ToolBar.qml
│   │   │   │   ├── ToolButton.qml
│   │   │   │   └── TreeView.qml
│   │   │   ├── Controls.2
│   │   │   │   ├── AbstractButton.qml
│   │   │   │   ├── ActionGroup.qml
│   │   │   │   ├── Action.qml
│   │   │   │   ├── ApplicationWindow.qml
│   │   │   │   ├── BusyIndicator.qml
│   │   │   │   ├── ButtonGroup.qml
│   │   │   │   ├── Button.qml
│   │   │   │   ├── CheckBox.qml
│   │   │   │   ├── CheckDelegate.qml
│   │   │   │   ├── ComboBox.qml
│   │   │   │   ├── Container.qml
│   │   │   │   ├── Control.qml
│   │   │   │   ├── DelayButton.qml
│   │   │   │   ├── designer
│   │   │   │   │   ├── AbstractButtonSection.qml
│   │   │   │   │   ├── BusyIndicatorSpecifics.qml
│   │   │   │   │   ├── ButtonSection.qml
│   │   │   │   │   ├── ButtonSpecifics.qml
│   │   │   │   │   ├── CheckBoxSpecifics.qml
│   │   │   │   │   ├── CheckDelegateSpecifics.qml
│   │   │   │   │   ├── CheckSection.qml
│   │   │   │   │   ├── ComboBoxSpecifics.qml
│   │   │   │   │   ├── ContainerSection.qml
│   │   │   │   │   ├── ControlSection.qml
│   │   │   │   │   ├── ControlSpecifics.qml
│   │   │   │   │   ├── DelayButtonSpecifics.qml
│   │   │   │   │   ├── DialSpecifics.qml
│   │   │   │   │   ├── FrameSpecifics.qml
│   │   │   │   │   ├── GroupBoxSpecifics.qml
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── busyindicator-icon16.png
│   │   │   │   │   │   ├── busyindicator-icon@2x.png
│   │   │   │   │   │   ├── busyindicator-icon.png
│   │   │   │   │   │   ├── button-icon16.png
│   │   │   │   │   │   ├── button-icon@2x.png
│   │   │   │   │   │   ├── button-icon.png
│   │   │   │   │   │   ├── checkbox-icon16.png
│   │   │   │   │   │   ├── checkbox-icon@2x.png
│   │   │   │   │   │   ├── checkbox-icon.png
│   │   │   │   │   │   ├── combobox-icon16.png
│   │   │   │   │   │   ├── combobox-icon@2x.png
│   │   │   │   │   │   ├── combobox-icon.png
│   │   │   │   │   │   ├── delaybutton-icon16.png
│   │   │   │   │   │   ├── delaybutton-icon@2x.png
│   │   │   │   │   │   ├── delaybutton-icon.png
│   │   │   │   │   │   ├── dial-icon16.png
│   │   │   │   │   │   ├── dial-icon@2x.png
│   │   │   │   │   │   ├── dial-icon.png
│   │   │   │   │   │   ├── frame-icon16.png
│   │   │   │   │   │   ├── frame-icon@2x.png
│   │   │   │   │   │   ├── frame-icon.png
│   │   │   │   │   │   ├── groupbox-icon16.png
│   │   │   │   │   │   ├── groupbox-icon@2x.png
│   │   │   │   │   │   ├── groupbox-icon.png
│   │   │   │   │   │   ├── itemdelegate-icon16.png
│   │   │   │   │   │   ├── itemdelegate-icon@2x.png
│   │   │   │   │   │   ├── itemdelegate-icon.png
│   │   │   │   │   │   ├── label-icon16.png
│   │   │   │   │   │   ├── label-icon@2x.png
│   │   │   │   │   │   ├── label-icon.png
│   │   │   │   │   │   ├── page-icon16.png
│   │   │   │   │   │   ├── page-icon@2x.png
│   │   │   │   │   │   ├── page-icon.png
│   │   │   │   │   │   ├── pageindicator-icon16.png
│   │   │   │   │   │   ├── pageindicator-icon@2x.png
│   │   │   │   │   │   ├── pageindicator-icon.png
│   │   │   │   │   │   ├── pane-icon16.png
│   │   │   │   │   │   ├── pane-icon@2x.png
│   │   │   │   │   │   ├── pane-icon.png
│   │   │   │   │   │   ├── progressbar-icon16.png
│   │   │   │   │   │   ├── progressbar-icon@2x.png
│   │   │   │   │   │   ├── progressbar-icon.png
│   │   │   │   │   │   ├── radiobutton-icon16.png
│   │   │   │   │   │   ├── radiobutton-icon@2x.png
│   │   │   │   │   │   ├── radiobutton-icon.png
│   │   │   │   │   │   ├── rangeslider-icon16.png
│   │   │   │   │   │   ├── rangeslider-icon@2x.png
│   │   │   │   │   │   ├── rangeslider-icon.png
│   │   │   │   │   │   ├── roundbutton-icon16.png
│   │   │   │   │   │   ├── roundbutton-icon@2x.png
│   │   │   │   │   │   ├── roundbutton-icon.png
│   │   │   │   │   │   ├── scrollview-icon16.png
│   │   │   │   │   │   ├── scrollview-icon@2x.png
│   │   │   │   │   │   ├── scrollview-icon.png
│   │   │   │   │   │   ├── slider-icon16.png
│   │   │   │   │   │   ├── slider-icon@2x.png
│   │   │   │   │   │   ├── slider-icon.png
│   │   │   │   │   │   ├── spinbox-icon16.png
│   │   │   │   │   │   ├── spinbox-icon@2x.png
│   │   │   │   │   │   ├── spinbox-icon.png
│   │   │   │   │   │   ├── stackview-icon16.png
│   │   │   │   │   │   ├── stackview-icon@2x.png
│   │   │   │   │   │   ├── stackview-icon.png
│   │   │   │   │   │   ├── swipeview-icon16.png
│   │   │   │   │   │   ├── swipeview-icon@2x.png
│   │   │   │   │   │   ├── swipeview-icon.png
│   │   │   │   │   │   ├── switch-icon16.png
│   │   │   │   │   │   ├── switch-icon@2x.png
│   │   │   │   │   │   ├── switch-icon.png
│   │   │   │   │   │   ├── textarea-icon16.png
│   │   │   │   │   │   ├── textarea-icon@2x.png
│   │   │   │   │   │   ├── textarea-icon.png
│   │   │   │   │   │   ├── textfield-icon16.png
│   │   │   │   │   │   ├── textfield-icon@2x.png
│   │   │   │   │   │   ├── textfield-icon.png
│   │   │   │   │   │   ├── toolbar-icon16.png
│   │   │   │   │   │   ├── toolbar-icon@2x.png
│   │   │   │   │   │   ├── toolbar-icon.png
│   │   │   │   │   │   ├── toolbutton-icon16.png
│   │   │   │   │   │   ├── toolbutton-icon@2x.png
│   │   │   │   │   │   ├── toolbutton-icon.png
│   │   │   │   │   │   ├── toolseparator-icon16.png
│   │   │   │   │   │   ├── toolseparator-icon@2x.png
│   │   │   │   │   │   ├── toolseparator-icon.png
│   │   │   │   │   │   ├── tumbler-icon16.png
│   │   │   │   │   │   ├── tumbler-icon@2x.png
│   │   │   │   │   │   └── tumbler-icon.png
│   │   │   │   │   ├── ItemDelegateSection.qml
│   │   │   │   │   ├── ItemDelegateSpecifics.qml
│   │   │   │   │   ├── LabelSpecifics.qml
│   │   │   │   │   ├── PaddingSection.qml
│   │   │   │   │   ├── PageIndicatorSpecifics.qml
│   │   │   │   │   ├── PageSpecifics.qml
│   │   │   │   │   ├── PaneSection.qml
│   │   │   │   │   ├── PaneSpecifics.qml
│   │   │   │   │   ├── ProgressBarSpecifics.qml
│   │   │   │   │   ├── qtquickcontrols2.metainfo
│   │   │   │   │   ├── RadioButtonSpecifics.qml
│   │   │   │   │   ├── RadioDelegateSpecifics.qml
│   │   │   │   │   ├── RangeSliderSpecifics.qml
│   │   │   │   │   ├── RoundButtonSpecifics.qml
│   │   │   │   │   ├── ScrollViewSpecifics.qml
│   │   │   │   │   ├── SliderSpecifics.qml
│   │   │   │   │   ├── SpinBoxSpecifics.qml
│   │   │   │   │   ├── StackViewSpecifics.qml
│   │   │   │   │   ├── SwipeDelegateSpecifics.qml
│   │   │   │   │   ├── SwipeViewSpecifics.qml
│   │   │   │   │   ├── SwitchDelegateSpecifics.qml
│   │   │   │   │   ├── SwitchSpecifics.qml
│   │   │   │   │   ├── TabBarSpecifics.qml
│   │   │   │   │   ├── TabButtonSpecifics.qml
│   │   │   │   │   ├── TextAreaSpecifics.qml
│   │   │   │   │   ├── TextFieldSpecifics.qml
│   │   │   │   │   ├── ToolBarSpecifics.qml
│   │   │   │   │   ├── ToolButtonSpecifics.qml
│   │   │   │   │   ├── ToolSeparatorSpecifics.qml
│   │   │   │   │   └── TumblerSpecifics.qml
│   │   │   │   ├── DialogButtonBox.qml
│   │   │   │   ├── Dialog.qml
│   │   │   │   ├── Dial.qml
│   │   │   │   ├── Drawer.qml
│   │   │   │   ├── Frame.qml
│   │   │   │   ├── Fusion
│   │   │   │   │   ├── ApplicationWindow.qml
│   │   │   │   │   ├── BusyIndicator.qml
│   │   │   │   │   ├── ButtonPanel.qml
│   │   │   │   │   ├── Button.qml
│   │   │   │   │   ├── CheckBox.qml
│   │   │   │   │   ├── CheckDelegate.qml
│   │   │   │   │   ├── CheckIndicator.qml
│   │   │   │   │   ├── ComboBox.qml
│   │   │   │   │   ├── DelayButton.qml
│   │   │   │   │   ├── DialogButtonBox.qml
│   │   │   │   │   ├── Dialog.qml
│   │   │   │   │   ├── Dial.qml
│   │   │   │   │   ├── Drawer.qml
│   │   │   │   │   ├── Frame.qml
│   │   │   │   │   ├── GroupBox.qml
│   │   │   │   │   ├── ItemDelegate.qml
│   │   │   │   │   ├── Label.qml
│   │   │   │   │   ├── libqtquickcontrols2fusionstyleplugin.so
│   │   │   │   │   ├── MenuBarItem.qml
│   │   │   │   │   ├── MenuBar.qml
│   │   │   │   │   ├── MenuItem.qml
│   │   │   │   │   ├── Menu.qml
│   │   │   │   │   ├── MenuSeparator.qml
│   │   │   │   │   ├── PageIndicator.qml
│   │   │   │   │   ├── Page.qml
│   │   │   │   │   ├── Pane.qml
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   ├── Popup.qml
│   │   │   │   │   ├── ProgressBar.qml
│   │   │   │   │   ├── qmldir
│   │   │   │   │   ├── RadioButton.qml
│   │   │   │   │   ├── RadioDelegate.qml
│   │   │   │   │   ├── RadioIndicator.qml
│   │   │   │   │   ├── RangeSlider.qml
│   │   │   │   │   ├── RoundButton.qml
│   │   │   │   │   ├── ScrollBar.qml
│   │   │   │   │   ├── ScrollIndicator.qml
│   │   │   │   │   ├── SliderGroove.qml
│   │   │   │   │   ├── SliderHandle.qml
│   │   │   │   │   ├── Slider.qml
│   │   │   │   │   ├── SpinBox.qml
│   │   │   │   │   ├── SwipeDelegate.qml
│   │   │   │   │   ├── SwitchDelegate.qml
│   │   │   │   │   ├── SwitchIndicator.qml
│   │   │   │   │   ├── Switch.qml
│   │   │   │   │   ├── TabBar.qml
│   │   │   │   │   ├── TabButton.qml
│   │   │   │   │   ├── TextArea.qml
│   │   │   │   │   ├── TextField.qml
│   │   │   │   │   ├── ToolBar.qml
│   │   │   │   │   ├── ToolButton.qml
│   │   │   │   │   ├── ToolSeparator.qml
│   │   │   │   │   ├── ToolTip.qml
│   │   │   │   │   └── Tumbler.qml
│   │   │   │   ├── GroupBox.qml
│   │   │   │   ├── Imagine
│   │   │   │   │   ├── ApplicationWindow.qml
│   │   │   │   │   ├── BusyIndicator.qml
│   │   │   │   │   ├── Button.qml
│   │   │   │   │   ├── CheckBox.qml
│   │   │   │   │   ├── CheckDelegate.qml
│   │   │   │   │   ├── ComboBox.qml
│   │   │   │   │   ├── DelayButton.qml
│   │   │   │   │   ├── DialogButtonBox.qml
│   │   │   │   │   ├── Dialog.qml
│   │   │   │   │   ├── Dial.qml
│   │   │   │   │   ├── Drawer.qml
│   │   │   │   │   ├── Frame.qml
│   │   │   │   │   ├── GroupBox.qml
│   │   │   │   │   ├── ItemDelegate.qml
│   │   │   │   │   ├── Label.qml
│   │   │   │   │   ├── libqtquickcontrols2imaginestyleplugin.so
│   │   │   │   │   ├── MenuItem.qml
│   │   │   │   │   ├── Menu.qml
│   │   │   │   │   ├── MenuSeparator.qml
│   │   │   │   │   ├── PageIndicator.qml
│   │   │   │   │   ├── Page.qml
│   │   │   │   │   ├── Pane.qml
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   ├── Popup.qml
│   │   │   │   │   ├── ProgressBar.qml
│   │   │   │   │   ├── qmldir
│   │   │   │   │   ├── RadioButton.qml
│   │   │   │   │   ├── RadioDelegate.qml
│   │   │   │   │   ├── RangeSlider.qml
│   │   │   │   │   ├── RoundButton.qml
│   │   │   │   │   ├── ScrollBar.qml
│   │   │   │   │   ├── ScrollIndicator.qml
│   │   │   │   │   ├── Slider.qml
│   │   │   │   │   ├── SpinBox.qml
│   │   │   │   │   ├── StackView.qml
│   │   │   │   │   ├── SwipeDelegate.qml
│   │   │   │   │   ├── SwipeView.qml
│   │   │   │   │   ├── SwitchDelegate.qml
│   │   │   │   │   ├── Switch.qml
│   │   │   │   │   ├── TabBar.qml
│   │   │   │   │   ├── TabButton.qml
│   │   │   │   │   ├── TextArea.qml
│   │   │   │   │   ├── TextField.qml
│   │   │   │   │   ├── ToolBar.qml
│   │   │   │   │   ├── ToolButton.qml
│   │   │   │   │   ├── ToolSeparator.qml
│   │   │   │   │   ├── ToolTip.qml
│   │   │   │   │   └── Tumbler.qml
│   │   │   │   ├── ItemDelegate.qml
│   │   │   │   ├── Label.qml
│   │   │   │   ├── libqtquickcontrols2plugin.so
│   │   │   │   ├── Material
│   │   │   │   │   ├── ApplicationWindow.qml
│   │   │   │   │   ├── BoxShadow.qml
│   │   │   │   │   ├── BusyIndicator.qml
│   │   │   │   │   ├── Button.qml
│   │   │   │   │   ├── CheckBox.qml
│   │   │   │   │   ├── CheckDelegate.qml
│   │   │   │   │   ├── CheckIndicator.qml
│   │   │   │   │   ├── ComboBox.qml
│   │   │   │   │   ├── CursorDelegate.qml
│   │   │   │   │   ├── DelayButton.qml
│   │   │   │   │   ├── DialogButtonBox.qml
│   │   │   │   │   ├── Dialog.qml
│   │   │   │   │   ├── Dial.qml
│   │   │   │   │   ├── Drawer.qml
│   │   │   │   │   ├── ElevationEffect.qml
│   │   │   │   │   ├── Frame.qml
│   │   │   │   │   ├── GroupBox.qml
│   │   │   │   │   ├── ItemDelegate.qml
│   │   │   │   │   ├── Label.qml
│   │   │   │   │   ├── libqtquickcontrols2materialstyleplugin.so
│   │   │   │   │   ├── MenuBarItem.qml
│   │   │   │   │   ├── MenuBar.qml
│   │   │   │   │   ├── MenuItem.qml
│   │   │   │   │   ├── Menu.qml
│   │   │   │   │   ├── MenuSeparator.qml
│   │   │   │   │   ├── PageIndicator.qml
│   │   │   │   │   ├── Page.qml
│   │   │   │   │   ├── Pane.qml
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   ├── Popup.qml
│   │   │   │   │   ├── ProgressBar.qml
│   │   │   │   │   ├── qmldir
│   │   │   │   │   ├── RadioButton.qml
│   │   │   │   │   ├── RadioDelegate.qml
│   │   │   │   │   ├── RadioIndicator.qml
│   │   │   │   │   ├── RangeSlider.qml
│   │   │   │   │   ├── RectangularGlow.qml
│   │   │   │   │   ├── RoundButton.qml
│   │   │   │   │   ├── ScrollBar.qml
│   │   │   │   │   ├── ScrollIndicator.qml
│   │   │   │   │   ├── SliderHandle.qml
│   │   │   │   │   ├── Slider.qml
│   │   │   │   │   ├── SpinBox.qml
│   │   │   │   │   ├── StackView.qml
│   │   │   │   │   ├── SwipeDelegate.qml
│   │   │   │   │   ├── SwipeView.qml
│   │   │   │   │   ├── SwitchDelegate.qml
│   │   │   │   │   ├── SwitchIndicator.qml
│   │   │   │   │   ├── Switch.qml
│   │   │   │   │   ├── TabBar.qml
│   │   │   │   │   ├── TabButton.qml
│   │   │   │   │   ├── TextArea.qml
│   │   │   │   │   ├── TextField.qml
│   │   │   │   │   ├── ToolBar.qml
│   │   │   │   │   ├── ToolButton.qml
│   │   │   │   │   ├── ToolSeparator.qml
│   │   │   │   │   ├── ToolTip.qml
│   │   │   │   │   └── Tumbler.qml
│   │   │   │   ├── MenuBarItem.qml
│   │   │   │   ├── MenuBar.qml
│   │   │   │   ├── MenuItem.qml
│   │   │   │   ├── Menu.qml
│   │   │   │   ├── MenuSeparator.qml
│   │   │   │   ├── PageIndicator.qml
│   │   │   │   ├── Page.qml
│   │   │   │   ├── Pane.qml
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   ├── Popup.qml
│   │   │   │   ├── ProgressBar.qml
│   │   │   │   ├── qmldir
│   │   │   │   ├── RadioButton.qml
│   │   │   │   ├── RadioDelegate.qml
│   │   │   │   ├── RangeSlider.qml
│   │   │   │   ├── RoundButton.qml
│   │   │   │   ├── ScrollBar.qml
│   │   │   │   ├── ScrollIndicator.qml
│   │   │   │   ├── ScrollView.qml
│   │   │   │   ├── Slider.qml
│   │   │   │   ├── SpinBox.qml
│   │   │   │   ├── StackView.qml
│   │   │   │   ├── SwipeDelegate.qml
│   │   │   │   ├── SwipeView.qml
│   │   │   │   ├── SwitchDelegate.qml
│   │   │   │   ├── Switch.qml
│   │   │   │   ├── TabBar.qml
│   │   │   │   ├── TabButton.qml
│   │   │   │   ├── TextArea.qml
│   │   │   │   ├── TextField.qml
│   │   │   │   ├── ToolBar.qml
│   │   │   │   ├── ToolButton.qml
│   │   │   │   ├── ToolSeparator.qml
│   │   │   │   ├── ToolTip.qml
│   │   │   │   ├── Tumbler.qml
│   │   │   │   └── Universal
│   │   │   │       ├── ApplicationWindow.qml
│   │   │   │       ├── BusyIndicator.qml
│   │   │   │       ├── Button.qml
│   │   │   │       ├── CheckBox.qml
│   │   │   │       ├── CheckDelegate.qml
│   │   │   │       ├── CheckIndicator.qml
│   │   │   │       ├── ComboBox.qml
│   │   │   │       ├── DelayButton.qml
│   │   │   │       ├── DialogButtonBox.qml
│   │   │   │       ├── Dialog.qml
│   │   │   │       ├── Dial.qml
│   │   │   │       ├── Drawer.qml
│   │   │   │       ├── Frame.qml
│   │   │   │       ├── GroupBox.qml
│   │   │   │       ├── ItemDelegate.qml
│   │   │   │       ├── Label.qml
│   │   │   │       ├── libqtquickcontrols2universalstyleplugin.so
│   │   │   │       ├── MenuBarItem.qml
│   │   │   │       ├── MenuBar.qml
│   │   │   │       ├── MenuItem.qml
│   │   │   │       ├── Menu.qml
│   │   │   │       ├── MenuSeparator.qml
│   │   │   │       ├── PageIndicator.qml
│   │   │   │       ├── Page.qml
│   │   │   │       ├── Pane.qml
│   │   │   │       ├── plugins.qmltypes
│   │   │   │       ├── Popup.qml
│   │   │   │       ├── ProgressBar.qml
│   │   │   │       ├── qmldir
│   │   │   │       ├── RadioButton.qml
│   │   │   │       ├── RadioDelegate.qml
│   │   │   │       ├── RadioIndicator.qml
│   │   │   │       ├── RangeSlider.qml
│   │   │   │       ├── RoundButton.qml
│   │   │   │       ├── ScrollBar.qml
│   │   │   │       ├── ScrollIndicator.qml
│   │   │   │       ├── Slider.qml
│   │   │   │       ├── SpinBox.qml
│   │   │   │       ├── StackView.qml
│   │   │   │       ├── SwipeDelegate.qml
│   │   │   │       ├── SwitchDelegate.qml
│   │   │   │       ├── SwitchIndicator.qml
│   │   │   │       ├── Switch.qml
│   │   │   │       ├── TabBar.qml
│   │   │   │       ├── TabButton.qml
│   │   │   │       ├── TextArea.qml
│   │   │   │       ├── TextField.qml
│   │   │   │       ├── ToolBar.qml
│   │   │   │       ├── ToolButton.qml
│   │   │   │       ├── ToolSeparator.qml
│   │   │   │       ├── ToolTip.qml
│   │   │   │       └── Tumbler.qml
│   │   │   ├── Dialogs
│   │   │   │   ├── DefaultColorDialog.qml
│   │   │   │   ├── DefaultDialogWrapper.qml
│   │   │   │   ├── DefaultFileDialog.qml
│   │   │   │   ├── DefaultFontDialog.qml
│   │   │   │   ├── DefaultMessageDialog.qml
│   │   │   │   ├── images
│   │   │   │   │   ├── checkers.png
│   │   │   │   │   ├── checkmark.png
│   │   │   │   │   ├── copy.png
│   │   │   │   │   ├── critical.png
│   │   │   │   │   ├── crosshairs.png
│   │   │   │   │   ├── information.png
│   │   │   │   │   ├── question.png
│   │   │   │   │   ├── slider_handle.png
│   │   │   │   │   ├── sunken_frame.png
│   │   │   │   │   ├── warning.png
│   │   │   │   │   └── window_border.png
│   │   │   │   ├── libdialogplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   ├── Private
│   │   │   │   │   ├── libdialogsprivateplugin.so
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   └── qmldir
│   │   │   │   ├── qml
│   │   │   │   │   ├── ColorSlider.qml
│   │   │   │   │   ├── DefaultWindowDecoration.qml
│   │   │   │   │   ├── IconButtonStyle.qml
│   │   │   │   │   ├── IconGlyph.qml
│   │   │   │   │   ├── icons.ttf
│   │   │   │   │   └── qmldir
│   │   │   │   ├── qmldir
│   │   │   │   ├── WidgetColorDialog.qml
│   │   │   │   ├── WidgetFileDialog.qml
│   │   │   │   ├── WidgetFontDialog.qml
│   │   │   │   └── WidgetMessageDialog.qml
│   │   │   ├── Extras
│   │   │   │   ├── CircularGauge.qml
│   │   │   │   ├── DelayButton.qml
│   │   │   │   ├── designer
│   │   │   │   │   ├── CircularGaugeSpecifics.qml
│   │   │   │   │   ├── DelayButtonSpecifics.qml
│   │   │   │   │   ├── DialSpecifics.qml
│   │   │   │   │   ├── GaugeSpecifics.qml
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── circulargauge-icon16.png
│   │   │   │   │   │   ├── circulargauge-icon.png
│   │   │   │   │   │   ├── delaybutton-icon16.png
│   │   │   │   │   │   ├── delaybutton-icon.png
│   │   │   │   │   │   ├── dial-icon16.png
│   │   │   │   │   │   ├── dial-icon.png
│   │   │   │   │   │   ├── gauge-icon16.png
│   │   │   │   │   │   ├── gauge-icon.png
│   │   │   │   │   │   ├── picture-icon16.png
│   │   │   │   │   │   ├── picture-icon.png
│   │   │   │   │   │   ├── piemenu-icon16.png
│   │   │   │   │   │   ├── piemenu-icon.png
│   │   │   │   │   │   ├── statusindicator-icon16.png
│   │   │   │   │   │   ├── statusindicator-icon.png
│   │   │   │   │   │   ├── togglebutton-icon16.png
│   │   │   │   │   │   ├── togglebutton-icon.png
│   │   │   │   │   │   ├── tumbler-icon16.png
│   │   │   │   │   │   └── tumbler-icon.png
│   │   │   │   │   ├── PictureSpecifics.qml
│   │   │   │   │   ├── PieMenuSpecifics.qml
│   │   │   │   │   ├── qtquickextras.metainfo
│   │   │   │   │   ├── StatusIndicatorSpecifics.qml
│   │   │   │   │   └── ToggleButtonSpecifics.qml
│   │   │   │   ├── Dial.qml
│   │   │   │   ├── Gauge.qml
│   │   │   │   ├── libqtquickextrasplugin.so
│   │   │   │   ├── PieMenu.qml
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   ├── Private
│   │   │   │   │   ├── CircularButton.qml
│   │   │   │   │   ├── CircularButtonStyleHelper.qml
│   │   │   │   │   ├── CircularTickmarkLabel.qml
│   │   │   │   │   ├── Handle.qml
│   │   │   │   │   ├── PieMenuIcon.qml
│   │   │   │   │   ├── qmldir
│   │   │   │   │   └── TextSingleton.qml
│   │   │   │   ├── qmldir
│   │   │   │   ├── StatusIndicator.qml
│   │   │   │   ├── ToggleButton.qml
│   │   │   │   ├── TumblerColumn.qml
│   │   │   │   └── Tumbler.qml
│   │   │   ├── Layouts
│   │   │   │   ├── libqquicklayoutsplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   └── qmldir
│   │   │   ├── LocalStorage
│   │   │   │   ├── libqmllocalstorageplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   └── qmldir
│   │   │   ├── Particles.2
│   │   │   │   ├── libparticlesplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   └── qmldir
│   │   │   ├── PrivateWidgets
│   │   │   │   ├── libwidgetsplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   └── qmldir
│   │   │   ├── Scene2D
│   │   │   │   ├── libqtquickscene2dplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   └── qmldir
│   │   │   ├── Scene3D
│   │   │   │   ├── libqtquickscene3dplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   └── qmldir
│   │   │   ├── Shapes
│   │   │   │   ├── libqmlshapesplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   └── qmldir
│   │   │   ├── Templates.2
│   │   │   │   ├── libqtquicktemplates2plugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   └── qmldir
│   │   │   ├── VirtualKeyboard
│   │   │   │   ├── libqtquickvirtualkeyboardplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   ├── qmldir
│   │   │   │   ├── Settings
│   │   │   │   │   ├── libqtquickvirtualkeyboardsettingsplugin.so
│   │   │   │   │   ├── plugins.qmltypes
│   │   │   │   │   └── qmldir
│   │   │   │   └── Styles
│   │   │   │       ├── libqtquickvirtualkeyboardstylesplugin.so
│   │   │   │       ├── plugins.qmltypes
│   │   │   │       └── qmldir
│   │   │   ├── Window.2
│   │   │   │   ├── libwindowplugin.so
│   │   │   │   ├── plugins.qmltypes
│   │   │   │   └── qmldir
│   │   │   └── XmlListModel
│   │   │       ├── libqmlxmllistmodelplugin.so
│   │   │       ├── plugins.qmltypes
│   │   │       └── qmldir
│   │   └── QtQuick.2
│   │       ├── libqtquick2plugin.so
│   │       ├── plugins.qmltypes
│   │       └── qmldir
│   └── qt.conf
├── filelist.txt
├── Fusion
│   ├── Brushes
│   │   ├── ball_metal.tga
│   │   ├── bomb.tga
│   │   ├── bubble_sm.tga
│   │   ├── bullet.tga
│   │   ├── fish_1.tga
│   │   ├── fish_2.tga
│   │   ├── fish_3.tga
│   │   ├── flake_1_a.tga
│   │   ├── flake_1_b.tga
│   │   ├── flake_1_c.tga
│   │   ├── flake_1_d.tga
│   │   ├── flake_2_a.tga
│   │   ├── flake_2_b.tga
│   │   ├── flake_2_c.tga
│   │   ├── flake_3_a.tga
│   │   ├── flake_3_b.tga
│   │   ├── flake_3_c.tga
│   │   ├── flake_3_d.tga
│   │   ├── flake_3_e.tga
│   │   ├── flake_3_f.tga
│   │   ├── flake_4_a.tga
│   │   ├── gull_a.tga
│   │   ├── gull_b.tga
│   │   ├── gull_c.tga
│   │   ├── gull_d.tga
│   │   ├── leaf_gold_a.tga
│   │   ├── leaf_gold_b.tga
│   │   ├── leaf_gold_c.tga
│   │   ├── leaf_gold_d.tga
│   │   ├── leaf_gold_e.tga
│   │   ├── leaf_gold_f.tga
│   │   ├── leaf_gold_g.tga
│   │   ├── leaf_gold_h.tga
│   │   ├── leaf_gold_i.tga
│   │   ├── leaf_gold_j.tga
│   │   ├── leaf_red_a.tga
│   │   ├── leaf_red_b.tga
│   │   ├── leaf_red_c.tga
│   │   ├── leaf_red_d.tga
│   │   ├── leaf_red_e.tga
│   │   ├── leaf_red_f.tga
│   │   ├── line_longfat.tga
│   │   ├── smile.tga
│   │   ├── star_4sides.tga
│   │   ├── star_5sides.tga
│   │   ├── star_6sides.tga
│   │   ├── star_7sides.tga
│   │   ├── star_8sides.tga
│   │   └── swirl.tga
│   ├── Filters
│   │   ├── Average 3x3.flt
│   │   ├── High Frequency Boost.flt
│   │   ├── Horizontal Edge.flt
│   │   ├── Laplacian 3x3.flt
│   │   ├── Laplacian 5x5.flt
│   │   ├── Nuclear.flt
│   │   ├── Parchment 3x3.flt
│   │   ├── Pastel 3x3.flt
│   │   ├── Pastel 5x5.flt
│   │   ├── Sharpen A 3x3.flt
│   │   ├── Sharpen B 3x3.flt
│   │   ├── Sketch 3x3.flt
│   │   ├── Slate 3x3.flt
│   │   ├── Solar 3x3.flt
│   │   ├── Stone.flt
│   │   └── Vertical Edge.flt
│   ├── LUTs
│   │   ├── DefaultConfig.ocio
│   │   └── OCIO
│   │       ├── alexalogc.spi1d
│   │       ├── cineon.spi1d
│   │       ├── panalog.spi1d
│   │       ├── ploglin.spi1d
│   │       ├── rec709.spi1d
│   │       ├── redlog.spi1d
│   │       ├── slog.spi1d
│   │       ├── srgbf.spi1d
│   │       ├── srgb.spi1d
│   │       └── viperlog.spi1d
│   └── Templates
│       └── Templates.drfx
├── graphics
│   ├── application-x-braw-clip_256x256_mimetypes.png
│   ├── application-x-braw-clip_48x48_mimetypes.png
│   ├── application-x-braw-sidecar_256x256_mimetypes.png
│   ├── application-x-braw-sidecar_48x48_mimetypes.png
│   ├── blackmagicraw-player_256x256_apps.png
│   ├── blackmagicraw-player_48x48_apps.png
│   ├── blackmagicraw-speedtest_256x256_apps.png
│   ├── blackmagicraw-speedtest_48x48_apps.png
│   ├── DV_Panels.png
│   ├── DV_ResolveBin.png
│   ├── DV_Resolve.png
│   ├── DV_ResolveProj.png
│   ├── DV_ResolveTimeline.png
│   ├── DV_ServerAccess.png
│   ├── DV_Server.png
│   ├── DV_TemplateBundle.png
│   ├── DV_Uninstall.png
│   └── watermark.png
├── installer
├── installer.dat
├── libs
│   ├── arriimagesdk_plugins
│   │   ├── libArriImageSdkTransformsCpu_module.7.1.0.so
│   │   ├── libArriImageSdkTransformsCuda_module.7.1.0.so
│   │   └── libArriImageSdkTransformsOpenCl_module.7.1.0.so
│   ├── CanonLUTs
│   │   ├── BT2020_CanonLog2-to-BT2020_WideDR_V1.bin
│   │   ├── BT2020_CanonLog-to-BT2020_WideDR_V1.bin
│   │   ├── BT709_CanonLog-to-BT709_WideDR_V1.bin
│   │   ├── CinemaGamut_BT2100HLG-to-BT2020_BT2100HLG_V1.bin
│   │   ├── CinemaGamut_BT2100HLG-to-BT2020_BT2100HLG_V2.bin
│   │   ├── CinemaGamut_BT2100PQ-to-BT2020_BT2100PQ_V1.bin
│   │   ├── CinemaGamut_BT2100PQ-to-BT2020_BT2100PQ_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT2020_BT709_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT2020_BT709_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT2020_CanonLog2_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT2020_CanonLog2_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT2020_CanonLog3_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT2020_CanonLog3_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT2020_WideDR_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT2020_WideDR_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_BT709_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_BT709_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_Canon709.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_CanonLog2_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_CanonLog2_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_CanonLog3_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_CanonLog3_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_CMT709.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_WideDR_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-BT709_WideDR_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-DCIP3_CanonLog2_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-DCIP3_CanonLog2_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-DCIP3_CanonLog3_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-DCIP3_CanonLog3_V2.bin
│   │   ├── CinemaGamut_CanonLog2-to-DCIP3_DCI_V1.bin
│   │   ├── CinemaGamut_CanonLog2-to-DCIP3_DCI_V2.bin
│   │   ├── CinemaGamut_CanonLog-to-BT709_BT709_V1.bin
│   │   ├── CinemaGamut_CanonLog-to-BT709_CanonLog_V1.bin
│   │   ├── CinemaGamut_CanonLog-to-BT709_WideDR_V1.bin
│   │   ├── CinemaGamut_CanonLog-to-DCIP3_CanonLog_V1.bin
│   │   ├── CinemaGamut_CanonLog-to-DCIP3_DCI_V1.bin
│   │   ├── CinemaGamut_ST2084-to-BT2020_ST2084_V1.bin
│   │   ├── DCIP3Plus_CanonLog-to-BT709_BT709_V1.bin
│   │   ├── DCIP3Plus_CanonLog-to-BT709_CanonLog_V1.bin
│   │   ├── DCIP3Plus_CanonLog-to-BT709_WideDR_V1.bin
│   │   ├── DCIP3Plus_CanonLog-to-DCIP3_CanonLog_V1.bin
│   │   └── DCIP3Plus_CanonLog-to-DCIP3_DCI_V1.bin
│   ├── CrmRsc1.bin
│   ├── CrmRsc2.bin
│   ├── CrmRsc3.bin
│   ├── csehq2.so
│   ├── csehqa.so
│   ├── cseuvec.so
│   ├── easyDCP
│   │   ├── mxf
│   │   │   ├── fraunhofer_dict.xml
│   │   │   └── fraunhofer_DMS_Crypto.xml
│   │   └── xsd
│   │       ├── 437-Y-2007-Main-Stereo-Picture-CPL.xsd
│   │       ├── easyDCP-OPL-Macro-FileOutput.xsd
│   │       ├── IIS-SMPTE-2067-OPL-imports.xsd
│   │       ├── interop-cinecanvas.xsd
│   │       ├── PROTO-ASDCP-AM-20040311.xsd
│   │       ├── PROTO-ASDCP-CC-CPL-20070926.xsd
│   │       ├── PROTO-ASDCP-CPL-20040511.xsd
│   │       ├── PROTO-ASDCP-KDM-20040311.xsd
│   │       ├── PROTO-ASDCP-PKL-20040311.xsd
│   │       ├── PROTO-ASDCP-VL-20040311.xsd
│   │       ├── regxml_include.xsd
│   │       ├── regxml-schema-20140331.xsd
│   │       ├── reg.xsd
│   │       ├── SMPTE-2052-1-2010-TT.xsd
│   │       ├── SMPTE-2052-1-2013-TT.xsd
│   │       ├── SMPTE-2067-100-2014.xsd
│   │       ├── SMPTE-2067-101-2014-color-schemes.xsd
│   │       ├── SMPTE-2067-101-2014-crop-macro.xsd
│   │       ├── SMPTE-2067-101-2014-lanczos.xsd
│   │       ├── SMPTE-2067-101-2014-pixel-decoder.xsd
│   │       ├── SMPTE-2067-101-2014-pixel-encoder.xsd
│   │       ├── SMPTE-2067-101-2014-scale-macro.xsd
│   │       ├── SMPTE-2067-102a-2014-am1-2017.xsd
│   │       ├── SMPTE-2067-102b-2014-am1-2017.xsd
│   │       ├── SMPTE-2067-103-2014.xsd
│   │       ├── SMPTE-2067-21a-2016.xsd
│   │       ├── SMPTE-2067-2-2013-CoreConstraints.xsd
│   │       ├── SMPTE-2067-2a-2016.xsd
│   │       ├── SMPTE-2067-2b-2016.xsd
│   │       ├── SMPTE-2067-3-2013-CPL.xsd
│   │       ├── SMPTE-2067-3a-2016.xsd
│   │       ├── SMPTE-428-7-2006-DCST.xsd
│   │       ├── SMPTE-428-7-2007-DCST.xsd
│   │       ├── SMPTE-428-7-2010-DCST.xsd
│   │       ├── SMPTE-428-7-2014-DCST.xsd
│   │       ├── SMPTE-429-10-2008-Main-Stereo-Picture-CPL.xsd
│   │       ├── SMPTE-429-12-2008-TT.xsd
│   │       ├── SMPTE-429-16-2014-CPL_MD.xsd
│   │       ├── SMPTE-429-7-2006-CPL.xsd
│   │       ├── SMPTE-429-8-2006-PKL.xsd
│   │       ├── SMPTE-429-8-2007-PKL.xsd
│   │       ├── SMPTE-429-9-2006-AM.xsd
│   │       ├── SMPTE-429-9-2007-AM.xsd
│   │       ├── SMPTE-430-1-2006-Amd-1-2009-KDM.xsd
│   │       ├── SMPTE-430-1-2006-KDM.xsd
│   │       ├── SMPTE-430-3-2006-ETM.xsd
│   │       ├── SMPTE-430-3-2008-ETM.xsd
│   │       ├── SMPTE-430-4-2006-LogRecord.xsd
│   │       ├── SMPTE-433-2006-DCML.xsd
│   │       ├── SMPTE-433-2008-DCML.xsd
│   │       ├── ttml1-animation.xsd
│   │       ├── ttml1-content.xsd
│   │       ├── ttml1-core-attribs.xsd
│   │       ├── ttml1-datatypes.xsd
│   │       ├── ttml1-document.xsd
│   │       ├── ttml1-head.xsd
│   │       ├── ttml1-layout.xsd
│   │       ├── ttml1-metadata-attribs.xsd
│   │       ├── ttml1-metadata-items.xsd
│   │       ├── ttml1-metadata.xsd
│   │       ├── ttml1-parameter-attribs.xsd
│   │       ├── ttml1-parameter-items.xsd
│   │       ├── ttml1-parameters.xsd
│   │       ├── ttml1-profile.xsd
│   │       ├── ttml1-styling-attribs.xsd
│   │       ├── ttml1-styling.xsd
│   │       ├── ttml1-timing-attribs.xsd
│   │       ├── ttml1.xsd
│   │       ├── www-smpte-ra-org-reg-2003-2012.xsd
│   │       ├── www-smpte-ra-org-reg-335-2012-13-1.xsd
│   │       ├── www-smpte-ra-org-reg-335-2012.xsd
│   │       ├── www-smpte-ra-org-reg-395-2014-13-1.xsd
│   │       ├── xenc-schema.xsd
│   │       ├── xlink.xsd
│   │       ├── xmldsig-core-schema.xsd
│   │       └── xml.xsd
│   ├── Fusion
│   │   ├── fuscript
│   │   ├── fusionscript.so
│   │   ├── libfusioncontrols.so
│   │   ├── libfusiongraphics.so
│   │   ├── libfusionoperators.so
│   │   ├── libfusionsystem.so
│   │   ├── Plugins
│   │   │   ├── 3d.plugin
│   │   │   ├── alembic.plugin
│   │   │   ├── dimension.plugin
│   │   │   ├── fbx.plugin
│   │   │   ├── fuses.plugin
│   │   │   ├── opencolorio.plugin
│   │   │   ├── openfx.plugin
│   │   │   ├── paint.plugin
│   │   │   ├── particles.plugin
│   │   │   ├── text.plugin
│   │   │   └── utilities.plugin
│   │   └── Skins
│   │       └── Fusion.fuskin
│   ├── graphviz
│   │   ├── config6
│   │   ├── libgvplugin_core.so -> libgvplugin_core.so.6.0.0
│   │   ├── libgvplugin_core.so.6 -> libgvplugin_core.so.6.0.0
│   │   ├── libgvplugin_core.so.6.0.0
│   │   ├── libgvplugin_dot_layout.so -> libgvplugin_dot_layout.so.6.0.0
│   │   ├── libgvplugin_dot_layout.so.6 -> libgvplugin_dot_layout.so.6.0.0
│   │   └── libgvplugin_dot_layout.so.6.0.0
│   ├── gstreamer
│   │   ├── libgstapp.so
│   │   ├── libgstaudioconvert.so
│   │   ├── libgstaudioresample.so
│   │   ├── libgstautodetect.so
│   │   ├── libgstcoreelements.so
│   │   ├── libgstcoretracers.so
│   │   ├── libgstdtls.so
│   │   ├── libgstnice.so
│   │   ├── libgstopus.so
│   │   ├── libgstpulseaudio.so
│   │   ├── libgstrtpmanager.so
│   │   ├── libgstrtp.so
│   │   ├── libgstsctp.so
│   │   ├── libgstsrtp.so
│   │   ├── libgstudp.so
│   │   ├── libgstvideoconvert.so
│   │   ├── libgstvideoparsersbad.so
│   │   └── libgstwebrtc.so
│   ├── libapr-1.so -> libapr-1.so.0.7.0
│   ├── libapr-1.so.0 -> libapr-1.so.0.7.0
│   ├── libapr-1.so.0.7.0
│   ├── libaprutil-1.so -> libaprutil-1.so.0.6.1
│   ├── libaprutil-1.so.0 -> libaprutil-1.so.0.6.1
│   ├── libaprutil-1.so.0.6.1
│   ├── libArriImageSdk.so
│   ├── libArriImageSdk.so.7
│   ├── libArriImageSdk.so.7.1.0
│   ├── libavcodec.so -> libavcodec.so.58.91.100
│   ├── libavcodec.so.58 -> libavcodec.so.58.91.100
│   ├── libavcodec.so.58.91.100
│   ├── libavcuenc.so
│   ├── libavformat.so -> libavformat.so.58.45.100
│   ├── libavformat.so.58 -> libavformat.so.58.45.100
│   ├── libavformat.so.58.45.100
│   ├── libavutil.so -> libavutil.so.56.51.100
│   ├── libavutil.so.56 -> libavutil.so.56.51.100
│   ├── libavutil.so.56.51.100
│   ├── libBlackmagicRawAPI.so
│   ├── libBMDAudioPlugins.so
│   ├── libBMDDavUI_debug.so
│   ├── libBMDDavUI.so
│   ├── libc++abi.so.1
│   ├── libcdt.so -> libcdt.so.5.0.0
│   ├── libcdt.so.5 -> libcdt.so.5.0.0
│   ├── libcdt.so.5.0.0
│   ├── libcgraph.so -> libcgraph.so.6.0.0
│   ├── libcgraph.so.6 -> libcgraph.so.6.0.0
│   ├── libcgraph.so.6.0.0
│   ├── libcodexhdedecoder.so
│   ├── libcodexhdedecoder.so.4
│   ├── libcodexhdedecoder.so.4.0.2
│   ├── libcom-api.so
│   ├── libCrmSdk.so.2.8
│   ├── libcrxdec.so
│   ├── libcrypto.so.1.1
│   ├── libc++.so.1
│   ├── libcublasLt.so
│   ├── libcublasLt.so.11
│   ├── libcublasLt.so.11.2.0.252
│   ├── libcublas.so
│   ├── libcublas.so.11
│   ├── libcublas.so.11.2.0.252
│   ├── libcudart.so
│   ├── libcudart.so.11.0
│   ├── libcudart.so.11.0.221
│   ├── libcudart.so.6.5
│   ├── libcudart.so.7.5
│   ├── libcudart.so.9.1
│   ├── libcudnn_adv_infer.so.8
│   ├── libcudnn_cnn_infer.so.8
│   ├── libcudnn_ops_infer.so.8
│   ├── libcudnn.so.8
│   ├── libcurl.so
│   ├── libDecoderCUDA.so
│   ├── libDecoderOpenCL.so
│   ├── libDNxHR.so
│   ├── libDNxUncompressedSDK.so
│   ├── libDolbyAtmosBridge.so
│   ├── libFairlightPage.so
│   ├── libffi.so -> libffi.so.7.1.0
│   ├── libffi.so.7 -> libffi.so.7.1.0
│   ├── libffi.so.7.1.0
│   ├── libfraunhoferdcp.so
│   ├── libFusionPage.so
│   ├── libgio-2.0.so -> libgio-2.0.so.0
│   ├── libgio-2.0.so.0 -> libgio-2.0.so.0.6800.4
│   ├── libgio-2.0.so.0.6800.4
│   ├── libglib-2.0.so -> libglib-2.0.so.0
│   ├── libglib-2.0.so.0 -> libglib-2.0.so.0.6800.4
│   ├── libglib-2.0.so.0.6800.4
│   ├── libgmodule-2.0.so -> libgmodule-2.0.so.0
│   ├── libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.6800.4
│   ├── libgmodule-2.0.so.0.6800.4
│   ├── libgobject-2.0.so -> libgobject-2.0.so.0
│   ├── libgobject-2.0.so.0 -> libgobject-2.0.so.0.6800.4
│   ├── libgobject-2.0.so.0.6800.4
│   ├── libgpudetect.so
│   ├── libgstapp-1.0.so -> libgstapp-1.0.so.0
│   ├── libgstapp-1.0.so.0 -> libgstapp-1.0.so.0.2003.0
│   ├── libgstapp-1.0.so.0.2003.0
│   ├── libgstaudio-1.0.so -> libgstaudio-1.0.so.0
│   ├── libgstaudio-1.0.so.0 -> libgstaudio-1.0.so.0.2003.0
│   ├── libgstaudio-1.0.so.0.2003.0
│   ├── libgstbase-1.0.so -> libgstbase-1.0.so.0
│   ├── libgstbase-1.0.so.0 -> libgstbase-1.0.so.0.2003.0
│   ├── libgstbase-1.0.so.0.2003.0
│   ├── libgstcodecparsers-1.0.so -> libgstcodecparsers-1.0.so.0
│   ├── libgstcodecparsers-1.0.so.0 -> libgstcodecparsers-1.0.so.0.2003.0
│   ├── libgstcodecparsers-1.0.so.0.2003.0
│   ├── libgstcodecs-1.0.so -> libgstcodecs-1.0.so.0
│   ├── libgstcodecs-1.0.so.0 -> libgstcodecs-1.0.so.0.2003.0
│   ├── libgstcodecs-1.0.so.0.2003.0
│   ├── libgstnet-1.0.so -> libgstnet-1.0.so.0
│   ├── libgstnet-1.0.so.0 -> libgstnet-1.0.so.0.2003.0
│   ├── libgstnet-1.0.so.0.2003.0
│   ├── libgstpbutils-1.0.so -> libgstpbutils-1.0.so.0
│   ├── libgstpbutils-1.0.so.0 -> libgstpbutils-1.0.so.0.2003.0
│   ├── libgstpbutils-1.0.so.0.2003.0
│   ├── libgstreamer-1.0.so -> libgstreamer-1.0.so.0
│   ├── libgstreamer-1.0.so.0 -> libgstreamer-1.0.so.0.2003.0
│   ├── libgstreamer-1.0.so.0.2003.0
│   ├── libgstrtp-1.0.so -> libgstrtp-1.0.so.0
│   ├── libgstrtp-1.0.so.0 -> libgstrtp-1.0.so.0.2003.0
│   ├── libgstrtp-1.0.so.0.2003.0
│   ├── libgstsctp-1.0.so -> libgstsctp-1.0.so.0
│   ├── libgstsctp-1.0.so.0 -> libgstsctp-1.0.so.0.2003.0
│   ├── libgstsctp-1.0.so.0.2003.0
│   ├── libgstsdp-1.0.so -> libgstsdp-1.0.so.0
│   ├── libgstsdp-1.0.so.0 -> libgstsdp-1.0.so.0.2003.0
│   ├── libgstsdp-1.0.so.0.2003.0
│   ├── libgsttag-1.0.so -> libgsttag-1.0.so.0
│   ├── libgsttag-1.0.so.0 -> libgsttag-1.0.so.0.2003.0
│   ├── libgsttag-1.0.so.0.2003.0
│   ├── libgstvideo-1.0.so -> libgstvideo-1.0.so.0
│   ├── libgstvideo-1.0.so.0 -> libgstvideo-1.0.so.0.2003.0
│   ├── libgstvideo-1.0.so.0.2003.0
│   ├── libgstwebrtc-1.0.so -> libgstwebrtc-1.0.so.0
│   ├── libgstwebrtc-1.0.so.0 -> libgstwebrtc-1.0.so.0.2003.0
│   ├── libgstwebrtc-1.0.so.0.2003.0
│   ├── libgvcodec.so
│   ├── libgvc.so -> libgvc.so.6.0.0
│   ├── libgvc.so.6 -> libgvc.so.6.0.0
│   ├── libgvc.so.6.0.0
│   ├── libgvpr.so -> libgvpr.so.2.0.0
│   ├── libgvpr.so.2 -> libgvpr.so.2.0.0
│   ├── libgvpr.so.2.0.0
│   ├── libid3-3.8.so.3
│   ├── libimf.so
│   ├── libInstructionSetServicesAVX2.so
│   ├── libInstructionSetServicesAVX.so
│   ├── libintlc.so.5
│   ├── libirng.so
│   ├── liblog4cxx.so -> liblog4cxx.so.10.0.0
│   ├── liblog4cxx.so.10 -> liblog4cxx.so.10.0.0
│   ├── liblog4cxx.so.10.0.0
│   ├── libluajit-5.1.so.2
│   ├── libMXF.so
│   ├── libnice.so -> libnice.so.10
│   ├── libnice.so.10 -> libnice.so.10.12.0
│   ├── libnice.so.10.12.0
│   ├── libnvrtc-builtins.so
│   ├── libnvrtc-builtins.so.11.0
│   ├── libnvrtc-builtins.so.11.0.221
│   ├── libnvrtc-builtins.so.7.5
│   ├── libnvrtc-builtins.so.9.1
│   ├── libnvrtc.so
│   ├── libnvrtc.so.11.0
│   ├── libnvrtc.so.11.0.221
│   ├── libnvrtc.so.7.5
│   ├── libnvrtc.so.9.1
│   ├── libopencv_calib3d.so -> libopencv_calib3d.so.3.4
│   ├── libopencv_calib3d.so.3.4 -> libopencv_calib3d.so.3.4.1
│   ├── libopencv_calib3d.so.3.4.1
│   ├── libopencv_core.so -> libopencv_core.so.3.4
│   ├── libopencv_core.so.3.4 -> libopencv_core.so.3.4.1
│   ├── libopencv_core.so.3.4.1
│   ├── libopencv_dnn.so -> libopencv_dnn.so.3.4
│   ├── libopencv_dnn.so.3.4 -> libopencv_dnn.so.3.4.1
│   ├── libopencv_dnn.so.3.4.1
│   ├── libopencv_features2d.so -> libopencv_features2d.so.3.4
│   ├── libopencv_features2d.so.3.4 -> libopencv_features2d.so.3.4.1
│   ├── libopencv_features2d.so.3.4.1
│   ├── libopencv_flann.so -> libopencv_flann.so.3.4
│   ├── libopencv_flann.so.3.4 -> libopencv_flann.so.3.4.1
│   ├── libopencv_flann.so.3.4.1
│   ├── libopencv_highgui.so -> libopencv_highgui.so.3.4
│   ├── libopencv_highgui.so.3.4 -> libopencv_highgui.so.3.4.1
│   ├── libopencv_highgui.so.3.4.1
│   ├── libopencv_imgcodecs.so -> libopencv_imgcodecs.so.3.4
│   ├── libopencv_imgcodecs.so.3.4 -> libopencv_imgcodecs.so.3.4.1
│   ├── libopencv_imgcodecs.so.3.4.1
│   ├── libopencv_imgproc.so -> libopencv_imgproc.so.3.4
│   ├── libopencv_imgproc.so.3.4 -> libopencv_imgproc.so.3.4.1
│   ├── libopencv_imgproc.so.3.4.1
│   ├── libopencv_ml.so -> libopencv_ml.so.3.4
│   ├── libopencv_ml.so.3.4 -> libopencv_ml.so.3.4.1
│   ├── libopencv_ml.so.3.4.1
│   ├── libopencv_objdetect.so -> libopencv_objdetect.so.3.4
│   ├── libopencv_objdetect.so.3.4 -> libopencv_objdetect.so.3.4.1
│   ├── libopencv_objdetect.so.3.4.1
│   ├── libopencv_videoio.so -> libopencv_videoio.so.3.4
│   ├── libopencv_videoio.so.3.4 -> libopencv_videoio.so.3.4.1
│   ├── libopencv_videoio.so.3.4.1
│   ├── libopencv_video.so -> libopencv_video.so.3.4
│   ├── libopencv_video.so.3.4 -> libopencv_video.so.3.4.1
│   ├── libopencv_video.so.3.4.1
│   ├── libopenvr_api.so
│   ├── liborc-0.4.so -> liborc-0.4.so.0
│   ├── liborc-0.4.so.0 -> liborc-0.4.so.0.32.0
│   ├── liborc-0.4.so.0.32.0
│   ├── libpathplan.so -> libpathplan.so.4.0.0
│   ├── libpathplan.so.4 -> libpathplan.so.4.0.0
│   ├── libpathplan.so.4.0.0
│   ├── libpq.so.5
│   ├── libQt5Concurrent.so.5
│   ├── libQt5Core.so.5
│   ├── libQt5DBus.so.5
│   ├── libQt5Gui.so.5
│   ├── libQt5Multimedia.so.5
│   ├── libQt5Network.so.5
│   ├── libQt5OpenGL.so.5
│   ├── libQt5Sql.so.5
│   ├── libQt5Svg.so.5
│   ├── libQt5WebSockets.so.5
│   ├── libQt5Widgets.so.5
│   ├── libQt5X11Extras.so.5
│   ├── libQt5XcbQpa.so.5
│   ├── libQt5XmlPatterns.so.5
│   ├── libQt5Xml.so.5
│   ├── libQtCore.so.4
│   ├── libQtGui.so.4
│   ├── libQtSingleApplication_debug.so
│   ├── libQtSingleApplication.so
│   ├── libsavcehpp.so -> libsavcehpp.so.4.2.78.13002
│   ├── libsavcehpp.so.4 -> libsavcehpp.so.4.2.78.13002
│   ├── libsavcehpp.so.4.2.78.13002
│   ├── libsavcempc.so -> libsavcempc.so.4.2.66.12000
│   ├── libsavcempc.so.4 -> libsavcempc.so.4.2.66.12000
│   ├── libsavcempc.so.4.2.66.12000
│   ├── libsavce.so -> libsavce.so.4.2.78.13002
│   ├── libsavce.so.4 -> libsavce.so.4.2.78.13002
│   ├── libsavce.so.4.2.78.13002
│   ├── libSMDK-Linux-x64.so -> libSMDK-Linux-x64.so.4.21
│   ├── libSMDK-Linux-x64.so.4.21 -> libSMDK-Linux-x64.so.4.21.0
│   ├── libSMDK-Linux-x64.so.4.21.0
│   ├── libSonyRawDev.so -> libSonyRawDev.so.4
│   ├── libSonyRawDev.so.4 -> libSonyRawDev.so.4.1.0
│   ├── libSonyRawDev.so.4.1.0
│   ├── libsonyxavcenc.so -> libsonyxavcenc.so.1
│   ├── libsonyxavcenc.so.1 -> libsonyxavcenc.so.1.1.11.68
│   ├── libsonyxavcenc.so.1.1.11.68
│   ├── libsoxr.so
│   ├── libsoxr.so.0
│   ├── libsoxr.so.0.1.3
│   ├── libsrtp2.so -> libsrtp2.so.2.4.0
│   ├── libsrtp2.so.2.4.0
│   ├── libssl.so.1.1
│   ├── libsvml.so
│   ├── libtbbmalloc_proxy.so.2
│   ├── libtbbmalloc.so.2
│   ├── libxdot.so -> libxdot.so.4.0.0
│   ├── libxdot.so.4 -> libxdot.so.4.0.0
│   ├── libxdot.so.4.0.0
│   ├── libxmlsec1-openssl.so
│   ├── libxmlsec1.so
│   ├── Photon.jar
│   ├── pkgconfig
│   │   ├── libavcodec.pc
│   │   ├── libavformat.pc
│   │   └── libavutil.pc
│   ├── plugins
│   │   ├── imageformats
│   │   │   ├── libqgif.so
│   │   │   ├── libqjpeg.so
│   │   │   └── libqtiff.so
│   │   ├── platforms
│   │   │   ├── libqlinuxfb.so
│   │   │   ├── libqminimal.so
│   │   │   ├── libqoffscreen.so
│   │   │   └── libqxcb.so
│   │   ├── sqldrivers
│   │   │   ├── libqsqlite.so
│   │   │   └── libqsqlpsql.so
│   │   └── xcbglintegrations
│   │       ├── libqxcb-egl-integration.so
│   │       └── libqxcb-glx-integration.so
│   ├── program.dat
│   ├── REDCuda-x64.so
│   ├── REDDecoder-x64.so
│   ├── REDOpenCL-x64.so
│   └── REDR3D-x64.so
├── LUT
│   ├── ACES
│   │   └── LMT ACES v0.1.1.cube
│   ├── Arri
│   │   └── Arri Alexa LogC to Rec709.dat
│   ├── Astrodesign
│   │   └── ALog to ARRI Log C.cube
│   ├── Blackmagic Design
│   │   ├── Blackmagic 4.6K Film to Extended Video v4.cube
│   │   ├── Blackmagic 4.6K Film to Rec709.cube
│   │   ├── Blackmagic 4.6K Film to Rec709 v3.cube
│   │   ├── Blackmagic 4.6K Film to Video.cube
│   │   ├── Blackmagic 4.6K Film to Video v3.cube
│   │   ├── Blackmagic 4.6K Film to Video v4.cube
│   │   ├── Blackmagic 4K Film to Extended Video v4.cube
│   │   ├── Blackmagic 4K Film to Rec709.cube
│   │   ├── Blackmagic 4K Film to Rec709 v2.cube
│   │   ├── Blackmagic 4K Film to Rec709 v3.cube
│   │   ├── Blackmagic 4K Film to Video v3.cube
│   │   ├── Blackmagic Broadcast Film to Extended Video v4.cube
│   │   ├── Blackmagic Broadcast Film to Rec2020 HLG v4.cube
│   │   ├── Blackmagic Broadcast Film to Rec2020 PQ v4.cube
│   │   ├── Blackmagic Cinema Camera Film to Rec709.cube
│   │   ├── Blackmagic Cinema Camera Film to Rec709 v2.cube
│   │   ├── Blackmagic Film to Extended Video v4.cube
│   │   ├── Blackmagic Gen 5 Film to Extended Video.cube
│   │   ├── Blackmagic Gen 5 Film to Video.cube
│   │   ├── Blackmagic Pocket 4K Film to Extended Video v4.cube
│   │   ├── Blackmagic Pocket 4K Film to Video v4.cube
│   │   ├── Blackmagic Pocket 6K Film to Extended Video v4.cube
│   │   └── Blackmagic Pocket 6K Film to Video v4.cube
│   ├── Canon Log to Cineon.ilut
│   ├── Canon Log to Rec709.ilut
│   ├── Canon Log to Video.ilut
│   ├── Cintel Negative to Linear.ilut
│   ├── Cintel Print to Linear.ilut
│   ├── Data to Video with Clip.olut
│   ├── DCI
│   │   ├── P3 to DCI-XYZ.dat
│   │   ├── Rec709 to DCI-XYZ.cube
│   │   └── sRGB to DCI-XYZ.cube
│   ├── DJI
│   │   ├── DJI_Phantom3_DLOG2sRGB_Improv.cube
│   │   ├── DJI_Phantom4_DLOG2Rec709.cube
│   │   ├── DJI_Phantom4_DLOG2sRGB_Improv.cube
│   │   ├── DJI_X5_DLOG2sRGB_Improv.cube
│   │   ├── DJI_X7_DLOG2Rec709.cube
│   │   └── DJI_X7_Linear2DLOG.cube
│   ├── Film Looks
│   │   ├── DCI-P3 Fujifilm 3513DI D55.cube
│   │   ├── DCI-P3 Fujifilm 3513DI D60.cube
│   │   ├── DCI-P3 Fujifilm 3513DI D65.cube
│   │   ├── DCI-P3 Kodak 2383 D55.cube
│   │   ├── DCI-P3 Kodak 2383 D60.cube
│   │   ├── DCI-P3 Kodak 2383 D65.cube
│   │   ├── Rec709 Fujifilm 3513DI D55.cube
│   │   ├── Rec709 Fujifilm 3513DI D60.cube
│   │   ├── Rec709 Fujifilm 3513DI D65.cube
│   │   ├── Rec709 Kodak 2383 D55.cube
│   │   ├── Rec709 Kodak 2383 D60.cube
│   │   └── Rec709 Kodak 2383 D65.cube
│   ├── GenLut
│   ├── GenOutputLut
│   ├── HDR Hybrid Log-Gamma
│   │   ├── Gamma 1.0 to HLG.cube
│   │   ├── Gamma 2.2 to HLG.cube
│   │   ├── Gamma 2.4 to HLG.cube
│   │   ├── Gamma 2.6 to HLG.cube
│   │   ├── HLG to Gamma 1.0.cube
│   │   ├── HLG to Gamma 2.2.cube
│   │   ├── HLG to Gamma 2.4.cube
│   │   └── HLG to Gamma 2.6.cube
│   ├── HDR ST 2084
│   │   ├── Gamma 2.4 to HDR 1000 nits.cube
│   │   ├── Gamma 2.4 to HDR 2000 nits.cube
│   │   ├── Gamma 2.4 to HDR 300 nits.cube
│   │   ├── Gamma 2.4 to HDR 4000 nits.cube
│   │   ├── Gamma 2.4 to HDR 500 nits.cube
│   │   ├── Gamma 2.4 to HDR 800 nits.cube
│   │   ├── Gamma 2.6 to HDR 1000 nits.cube
│   │   ├── Gamma 2.6 to HDR 2000 nits.cube
│   │   ├── Gamma 2.6 to HDR 300 nits.cube
│   │   ├── Gamma 2.6 to HDR 4000 nits.cube
│   │   ├── Gamma 2.6 to HDR 500 nits.cube
│   │   ├── Gamma 2.6 to HDR 800 nits.cube
│   │   ├── HDR 1000 nits to Gamma 2.4.cube
│   │   ├── HDR 1000 nits to Gamma 2.6.cube
│   │   ├── HDR 2000 nits to Gamma 2.4.cube
│   │   ├── HDR 2000 nits to Gamma 2.6.cube
│   │   ├── HDR 300 nits to Gamma 2.4.cube
│   │   ├── HDR 300 nits to Gamma 2.6.cube
│   │   ├── HDR 4000 nits to Gamma 2.4.cube
│   │   ├── HDR 4000 nits to Gamma 2.6.cube
│   │   ├── HDR 500 nits to Gamma 2.4.cube
│   │   ├── HDR 500 nits to Gamma 2.6.cube
│   │   ├── HDR 800 nits to Gamma 2.4.cube
│   │   └── HDR 800 nits to Gamma 2.6.cube
│   ├── Invert Color.ilut
│   ├── Invert Color.olut
│   ├── LMT Day for Night.xml
│   ├── LMT Kodak 2383 Print Emulation.xml
│   ├── LMT Neon Suppression.xml
│   ├── Olympus
│   │   └── Olympus OM-Log400_to_BT.709_v1.0.cube
│   ├── Panasonic
│   │   └── V-Log to V-709.cube
│   ├── RED
│   │   └── RWG_Log3G10_to_REC709_BT1886_with_LOW_CONTRAST_and_R_3_Soft_size_33.cube
│   ├── Sony
│   │   ├── SLog3SGamut3.CineToCine+709.cube
│   │   ├── SLog3SGamut3.CineToLC-709.cube
│   │   ├── SLog3SGamut3.CineToLC-709TypeA.cube
│   │   └── SLog3SGamut3.CineToSLog2-709.cube
│   ├── Sony SLog2 to Rec709.ilut
│   ├── Sony SLog3 to Rec709.ilut
│   ├── trim_lut0.dpx
│   └── VFX IO
│       ├── ARRI LogC to Linear.cube
│       ├── BMDFilm 4.6K to Linear.cube
│       ├── BMDFilm 4K to Linear.cube
│       ├── BMDFilm to Linear.cube
│       ├── Cineon Log to Linear.cube
│       ├── DCI to Linear.cube
│       ├── Gamma 2.2 to Linear.cube
│       ├── Gamma 2.4 to Linear.cube
│       ├── Linear to ARRI LogC.cube
│       ├── Linear to BMDFilm 4.6K.cube
│       ├── Linear to BMDFilm 4K.cube
│       ├── Linear to BMDFilm.cube
│       ├── Linear to Cineon Log.cube
│       ├── Linear to DCI.cube
│       ├── Linear to Gamma 2.2.cube
│       ├── Linear to Gamma 2.4.cube
│       ├── Linear to Rec.709.cube
│       ├── Linear to sLog2.cube
│       ├── Linear to sRGB.cube
│       ├── Rec.709 to Linear.cube
│       ├── sLog2 to Linear.cube
│       └── sRGB to Linear.cube
├── Onboarding
│   ├── DaVinci_Resolve_Welcome
│   ├── html
│   │   ├── css
│   │   │   ├── main.css
│   │   │   └── main.css.map
│   │   ├── data
│   │   │   ├── cn.js
│   │   │   ├── en.js
│   │   │   ├── es.js
│   │   │   ├── explore.js
│   │   │   ├── fr.js
│   │   │   ├── pt.js
│   │   │   ├── th.js
│   │   │   └── whatsnew.js
│   │   ├── fonts
│   │   │   ├── fonts.css
│   │   │   ├── lato-regular.ttf
│   │   │   ├── notosans-cn-bold.otf
│   │   │   ├── notosans-cn.otf
│   │   │   ├── notosans-jp-bold.otf
│   │   │   ├── NotoSansJP-Bold.otf
│   │   │   ├── notosans-jp-light.otf
│   │   │   ├── notosans-jp.otf
│   │   │   ├── opensans-200.ttf
│   │   │   ├── opensans-300.ttf
│   │   │   ├── opensans-400.ttf
│   │   │   ├── opensans-600.ttf
│   │   │   ├── sofiapro-bold.otf
│   │   │   ├── sofiapro-regular.otf
│   │   │   └── sofiapro-semibold.otf
│   │   ├── img
│   │   │   ├── close-white.png
│   │   │   ├── common
│   │   │   │   ├── arrow-dropdown.png
│   │   │   │   ├── arrow-dropdown-white.png
│   │   │   │   ├── browse.png
│   │   │   │   ├── browse-white.png
│   │   │   │   ├── close.png
│   │   │   │   └── close-white.png
│   │   │   ├── dropdown-arrow.png
│   │   │   ├── explore
│   │   │   │   ├── cameras.png
│   │   │   │   ├── color-bg-1.png
│   │   │   │   ├── color-bg-2.png
│   │   │   │   ├── color-curve.png
│   │   │   │   ├── color-nodes.png
│   │   │   │   ├── color-thumbnail.png
│   │   │   │   ├── color-wheel-handle.png
│   │   │   │   ├── color-zoom-1.png
│   │   │   │   ├── color-zoom-2.png
│   │   │   │   ├── deliver-bg.png
│   │   │   │   ├── deliver-tick.png
│   │   │   │   ├── deliver-viewer-image.png
│   │   │   │   ├── deliver-vtr.png
│   │   │   │   ├── deliver-zoom.png
│   │   │   │   ├── edit-bg.png
│   │   │   │   ├── edit-library-thumbnail.png
│   │   │   │   ├── edit-timeline-1.png
│   │   │   │   ├── edit-timeline-2.png
│   │   │   │   ├── edit-timeline-3.png
│   │   │   │   ├── edit-timeline-4.png
│   │   │   │   ├── edit-tracks.png
│   │   │   │   ├── edit-viewer-image.png
│   │   │   │   ├── edit-vtr.png
│   │   │   │   ├── edit-zoom-1.png
│   │   │   │   ├── edit-zoom-2.png
│   │   │   │   ├── fairlight-activebutton.png
│   │   │   │   ├── fairlight-bg.png
│   │   │   │   ├── fairlight-knob.png
│   │   │   │   ├── fairlight-mixer.png
│   │   │   │   ├── fairlight-tracks.png
│   │   │   │   ├── fairlight-vtr.png
│   │   │   │   ├── fusion-bg.png
│   │   │   │   ├── fusion-clouds.png
│   │   │   │   ├── fusion-node1.png
│   │   │   │   ├── fusion-node2.png
│   │   │   │   ├── fusion-node3.png
│   │   │   │   ├── fusion-node4.png
│   │   │   │   ├── fusion-viewer.png
│   │   │   │   ├── godzilla.png
│   │   │   │   ├── ipad-active.png
│   │   │   │   ├── ipad.png
│   │   │   │   ├── iphone-active.png
│   │   │   │   ├── iphone.png
│   │   │   │   ├── line.png
│   │   │   │   ├── media-bg-1.png
│   │   │   │   ├── media-bg-2.png
│   │   │   │   ├── media-bg-3.png
│   │   │   │   ├── media-library.png
│   │   │   │   ├── media-library-thumbnail.png
│   │   │   │   ├── media-pool.png
│   │   │   │   ├── media-viewer-image.png
│   │   │   │   ├── media-zoom-1.png
│   │   │   │   ├── media-zoom-2.png
│   │   │   │   ├── monitor-active-intro.png
│   │   │   │   ├── monitor-active.png
│   │   │   │   ├── monitor.png
│   │   │   │   ├── queue-item.png
│   │   │   │   ├── tv-active.png
│   │   │   │   ├── tv.png
│   │   │   │   ├── viewer-image-corrected.png
│   │   │   │   └── viewer-image.png
│   │   │   ├── icons
│   │   │   │   ├── 01-timeline.png
│   │   │   │   ├── 02-vertical.png
│   │   │   │   ├── 03-voice-isolation.png
│   │   │   │   ├── 04-dialog.png
│   │   │   │   ├── 05-audio-editing.png
│   │   │   │   ├── 06-enhanced-subtitle.png
│   │   │   │   ├── 07-youtube.png
│   │   │   │   └── 08-performance-boost.png
│   │   │   ├── logo-white.png
│   │   │   ├── nav
│   │   │   │   ├── arrow-next.png
│   │   │   │   ├── arrow-next-push.png
│   │   │   │   ├── arrow-prev.png
│   │   │   │   ├── arrow-prev-push.png
│   │   │   │   └── arrow-skip.png
│   │   │   ├── setup
│   │   │   │   ├── de
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── _DR-dark.png
│   │   │   │   ├── DR-dark.png
│   │   │   │   ├── DR-light.png
│   │   │   │   ├── en
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── es
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── fail.png
│   │   │   │   ├── fr
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── _hole.png
│   │   │   │   ├── hole.png
│   │   │   │   ├── _icon-graphics.png
│   │   │   │   ├── icon-graphics.png
│   │   │   │   ├── icon-linux.png
│   │   │   │   ├── _icon-osx.png
│   │   │   │   ├── icon-osx.png
│   │   │   │   ├── icon-windows.png
│   │   │   │   ├── it
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── ja_JP
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── kr
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── music_note_blue.png
│   │   │   │   ├── music_note_green.png
│   │   │   │   ├── _project-media.png
│   │   │   │   ├── project-media.png
│   │   │   │   ├── pt
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── ru
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── still.png
│   │   │   │   ├── success.png
│   │   │   │   ├── _tear.png
│   │   │   │   ├── tear.png
│   │   │   │   ├── th
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── tr
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   ├── vn
│   │   │   │   │   ├── video_large.png
│   │   │   │   │   └── video_small.png
│   │   │   │   └── zh_CN
│   │   │   │       ├── video_large.png
│   │   │   │       └── video_small.png
│   │   │   ├── sound-off.png
│   │   │   ├── sound-on.png
│   │   │   ├── welcome
│   │   │   │   ├── logo.png
│   │   │   │   ├── logo-white.png
│   │   │   │   └── onboarding_bg.png
│   │   │   └── whatsnew
│   │   │       ├── adr_audio_clip.png
│   │   │       ├── adr_audio_waveform.png
│   │   │       ├── adr_mic.png
│   │   │       ├── adr_monitor.png
│   │   │       ├── audio_tile_01.png
│   │   │       ├── audio_tile_02.png
│   │   │       ├── audio_tile_03.png
│   │   │       ├── audio_tile_04.png
│   │   │       ├── audio_tile_05.png
│   │   │       ├── audio_tile_06.png
│   │   │       ├── audio_tile_07.png
│   │   │       ├── audio_tile_08.png
│   │   │       ├── audio_tile_09.png
│   │   │       ├── audio_tile_10.png
│   │   │       ├── audio_tile_11.png
│   │   │       ├── audio_tile_12.png
│   │   │       ├── audio_tile_13.png
│   │   │       ├── connection.png
│   │   │       ├── cursor.png
│   │   │       ├── edit_template_item.png
│   │   │       ├── edit_template_ui_1.png
│   │   │       ├── edit_template_ui_2.png
│   │   │       ├── edit_template_ui_3.png
│   │   │       ├── edit_template_ui_4.png
│   │   │       ├── edit_template_ui_5.png
│   │   │       ├── fusion_bridge.png
│   │   │       ├── fusion_clouds.png
│   │   │       ├── fusion_godzilla.png
│   │   │       ├── fusion_landscape.png
│   │   │       ├── fusion_ui_1.png
│   │   │       ├── fx.png
│   │   │       ├── graph.png
│   │   │       ├── luts_ui_1.png
│   │   │       ├── luts_ui_2.png
│   │   │       ├── luts_ui_3.png
│   │   │       ├── luts_ui_4.png
│   │   │       ├── modulation_popup.png
│   │   │       ├── node_group_1_color.png
│   │   │       ├── node_group_1.png
│   │   │       ├── plugins.png
│   │   │       ├── plugins_timeline_1.png
│   │   │       ├── plugins_timeline_2.png
│   │   │       ├── shared_icon.png
│   │   │       ├── shared_node_1_color.png
│   │   │       ├── shared_node_1.png
│   │   │       ├── shared_node_person.png
│   │   │       ├── stacked_timeline_1.png
│   │   │       ├── stacked_timeline_2.png
│   │   │       ├── stacked_timeline_3.png
│   │   │       ├── subtitles_city_skyline.png
│   │   │       ├── subtitles_city_skyline_sky.png
│   │   │       ├── subtitles_clips_1.png
│   │   │       ├── subtitles_clips_2.png
│   │   │       ├── subtitles_clips_3.png
│   │   │       ├── subtitles_godzilla_fire.png
│   │   │       ├── subtitles_godzilla.png
│   │   │       ├── subtitles_godzilla_smoke_1.png
│   │   │       ├── subtitles_godzilla_smoke_2.png
│   │   │       ├── subtitles_interface.png
│   │   │       ├── subtitles_text_1.png
│   │   │       ├── subtitles_text_2.png
│   │   │       └── subtitles_text_3.png
│   │   ├── index.html
│   │   ├── js
│   │   │   ├── app.js
│   │   │   ├── controllers
│   │   │   │   ├── explore.js
│   │   │   │   ├── finish.js
│   │   │   │   ├── setup.js
│   │   │   │   ├── welcome.js
│   │   │   │   └── whatsnew.js
│   │   │   ├── lib
│   │   │   │   ├── angular.min.js
│   │   │   │   ├── angular-sanitize.min.js
│   │   │   │   ├── angular-ui-router.min.js
│   │   │   │   ├── jquery-min.js
│   │   │   │   ├── player.js
│   │   │   │   ├── ui-bootstrap.min.js
│   │   │   │   └── ui-utils.min.js
│   │   │   ├── main.js
│   │   │   └── qwebchannel.js
│   │   ├── video
│   │   │   └── welcome.webm
│   │   └── views
│   │       ├── explore.html
│   │       ├── finish.html
│   │       ├── setup.html
│   │       ├── welcome.html
│   │       └── whatsnew.html
│   ├── icudtl.dat
│   ├── lib
│   │   ├── libicudata.so.54
│   │   ├── libicui18n.so.54
│   │   ├── libicuuc.so.54
│   │   ├── libQt5Core.so.5
│   │   ├── libQt5DBus.so.5
│   │   ├── libQt5Gui.so.5
│   │   ├── libQt5Network.so.5
│   │   ├── libQt5Positioning.so.5
│   │   ├── libQt5Qml.so.5
│   │   ├── libQt5Quick.so.5
│   │   ├── libQt5WebChannel.so.5
│   │   ├── libQt5WebEngineCore.so.5
│   │   ├── libQt5WebEngine.so.5
│   │   ├── libQt5WebEngineWidgets.so.5
│   │   ├── libQt5WebSockets.so.5
│   │   ├── libQt5Widgets.so.5
│   │   └── libQt5XcbQpa.so.5
│   ├── libexec
│   │   ├── qt.conf
│   │   └── QtWebEngineProcess
│   ├── plugins
│   │   ├── imageformats
│   │   │   ├── libqdds.so
│   │   │   ├── libqgif.so
│   │   │   ├── libqicns.so
│   │   │   ├── libqico.so
│   │   │   ├── libqjp2.so
│   │   │   ├── libqjpeg.so
│   │   │   ├── libqmng.so
│   │   │   ├── libqsvg.so
│   │   │   ├── libqtga.so
│   │   │   ├── libqtiff.so
│   │   │   ├── libqwbmp.so
│   │   │   └── libqwebp.so
│   │   ├── platforms
│   │   │   └── libqxcb.so
│   │   ├── qtwebengine
│   │   │   └── libffmpegsumo.so
│   │   └── xcbglintegrations
│   │       └── libqxcb-glx-integration.so
│   ├── qt.conf
│   ├── qtwebengine_resources.pak
│   └── translations
│       └── qtwebengine_locales
│           ├── am.pak
│           ├── ar.pak
│           ├── bg.pak
│           ├── bn.pak
│           ├── ca.pak
│           ├── cs.pak
│           ├── da.pak
│           ├── de.pak
│           ├── el.pak
│           ├── en-GB.pak
│           ├── en-US.pak
│           ├── es-419.pak
│           ├── es.pak
│           ├── et.pak
│           ├── fa.pak
│           ├── fil.pak
│           ├── fi.pak
│           ├── fr.pak
│           ├── gu.pak
│           ├── he.pak
│           ├── hi.pak
│           ├── hr.pak
│           ├── hu.pak
│           ├── id.pak
│           ├── it.pak
│           ├── ja.pak
│           ├── kn.pak
│           ├── ko.pak
│           ├── lt.pak
│           ├── lv.pak
│           ├── ml.pak
│           ├── mr.pak
│           ├── ms.pak
│           ├── nb.pak
│           ├── nl.pak
│           ├── pl.pak
│           ├── pt-BR.pak
│           ├── pt-PT.pak
│           ├── ro.pak
│           ├── ru.pak
│           ├── sk.pak
│           ├── sl.pak
│           ├── sr.pak
│           ├── sv.pak
│           ├── sw.pak
│           ├── ta.pak
│           ├── te.pak
│           ├── th.pak
│           ├── tr.pak
│           ├── uk.pak
│           ├── vi.pak
│           ├── zh-CN.pak
│           └── zh-TW.pak
├── plugins
│   ├── 314192639a167ebd0971a9c737444f4c.bin
│   ├── 41917df8c6cca38ffd6f77d1b2ccbcae.bin
│   ├── 5f675fdee8c1758bf595ec181d1e097f.bin
│   ├── 6bb96c0ef4e92cdca639ce1478a60ceb.bin
│   ├── 727df167ac849c9918a032dff7f7c74d.bin
│   ├── 74f46fd58d361ea63d90064ba4f91566.bin
│   ├── 86a72730f7fd21b7c92d953d3523ebdb.bin
│   ├── 8b0216c41c08453b8b16cca2640cd22c.bin
│   ├── 99c98ff15e284a9aed73a945faf9d0b2.bin
│   ├── b3fcc560bb4bcfa88af2e1698c1f0ce1.bin
│   ├── b8657c03a70cea7490de36d3463b7952.bin
│   ├── bc635dc41571b04b11d77bf1d1b3f9f0.bin
│   ├── ccf5b3e1aba92390c37a543cb586e3d6.bin
│   ├── e9d0bc7bf0392c3394ec6889603a3640.bin
│   ├── f41780b4b857c4868ff387f7bc3f36fe.bin
│   ├── libCFHDDecoder.so
│   ├── libCFHDEncoder.so
│   ├── sdflm.bin
│   ├── sta_fa.bin
│   └── sta_fd.bin
├── scripts
│   ├── post_install.sh
│   ├── pre_install.sh
│   ├── script.checkfirmware
│   ├── script.getlogs.v4
│   ├── script.halt
│   ├── script.kill
│   ├── script.logs.message
│   ├── script.reboot
│   ├── script.start
│   ├── script.update
│   └── uninstall.sh
├── share
│   ├── blackmagicraw-player.desktop
│   ├── blackmagicraw-speedtest.desktop
│   ├── blackmagicraw.xml
│   ├── DaVinciControlPanelsSetup.desktop
│   ├── DaVinciResolveCaptureLogs.desktop
│   ├── DaVinciResolve.desktop
│   ├── DaVinciResolve.directory
│   ├── DaVinciResolveInstaller.desktop
│   ├── DaVinciResolve.menu
│   ├── default_cm_config.bin
│   ├── default-config.dat
│   ├── etc
│   │   └── udev
│   │       └── rules.d
│   │           ├── 99-BlackmagicDevices.rules
│   │           └── 99-ResolveKeyboardHID.rules
│   ├── log-conf.xml
│   ├── panels
│   │   ├── BMDPanelDaemon.sh
│   │   └── dvpanel-framework-linux-x86_64.tgz
│   └── resolve.xml
├── Technical Documentation
│   ├── DaVinci Remote Panel.txt
│   └── User Configuration folders and customization.txt
└── UI_Resource
    ├── ASClogo.jpg
    ├── cursor_rotate.bmp
    ├── drag.bmp
    ├── DVPImages
    │   ├── color_indicator_blue.raw
    │   ├── color_indicator_cyan.raw
    │   ├── color_indicator_green.raw
    │   ├── color_indicator_purple.raw
    │   ├── color_indicator_red.raw
    │   ├── color_indicator_rgb.raw
    │   ├── color_indicator_white.raw
    │   ├── color_indicator_yellow.raw
    │   ├── color_indicator_yrgb.raw
    │   ├── icon-btor.raw
    │   ├── icon-circle-active.raw
    │   ├── icon-circle-add-active.raw
    │   ├── icon-circle-add.raw
    │   ├── icon-circle.raw
    │   ├── icon-curve-active.raw
    │   ├── icon-curve-add-active.raw
    │   ├── icon-curve-add.raw
    │   ├── icon-curve.raw
    │   ├── icon-flip_horizontal-active.raw
    │   ├── icon-flip_horizontal.raw
    │   ├── icon-flip_vertical-active.raw
    │   ├── icon-flip_vertical.raw
    │   ├── icon-gradient-active.raw
    │   ├── icon-gradient-add-active.raw
    │   ├── icon-gradient-add.raw
    │   ├── icon-gradient.raw
    │   ├── icon-gtob.raw
    │   ├── icon_horizontal_active.raw
    │   ├── icon_horizontal.raw
    │   ├── icon-invert-active.raw
    │   ├── icon-invert.raw
    │   ├── icon-linear-active.raw
    │   ├── icon-linear-add-active.raw
    │   ├── icon-linear-add.raw
    │   ├── icon-linear.raw
    │   ├── icon-mask-active.raw
    │   ├── icon-mask.raw
    │   ├── icon_picker_active.raw
    │   ├── icon_picker_invert_active.raw
    │   ├── icon_picker_invert.raw
    │   ├── icon_picker_minus_active.raw
    │   ├── icon_picker_minus.raw
    │   ├── icon_picker_plus_active.raw
    │   ├── icon_picker_plus.raw
    │   ├── icon_picker.raw
    │   ├── icon-polygon-active.raw
    │   ├── icon-polygon-add-active.raw
    │   ├── icon-polygon-add.raw
    │   ├── icon-polygon.raw
    │   ├── icon-rtog.raw
    │   ├── icon_softness_minus_active.raw
    │   ├── icon_softness_minus.raw
    │   ├── icon_softness_plus_active.raw
    │   ├── icon_softness_plus.raw
    │   ├── icon_tracker_bidirectional_active.raw
    │   ├── icon_tracker_bidirectional.raw
    │   ├── icon_tracker_forward_active.raw
    │   ├── icon_tracker_forward.raw
    │   ├── icon_tracker_nextframe.raw
    │   ├── icon_tracker_prevframe.raw
    │   ├── icon_tracker_rewind_active.raw
    │   ├── icon_tracker_rewind.raw
    │   ├── icon_tracker_stop_active.raw
    │   ├── icon_tracker_stop.raw
    │   ├── icon_vertical_active.raw
    │   ├── icon_vertical.raw
    │   ├── modified_indicator.raw
    │   ├── navigation_dot_active.raw
    │   ├── navigation_dot.raw
    │   ├── network_dot.raw
    │   └── palette.raw
    ├── qtlogo.bmp
    └── Steinway
        ├── 0PercentLum.bmp
        ├── 100PercentLum.bmp
        ├── 1080i50Hz.bmp
        ├── 1080i59Hz.bmp
        ├── 1080i60Hz.bmp
        ├── 1080p23Hz.bmp
        ├── 1080p24Hz.bmp
        ├── 1080p25Hz.bmp
        ├── 1080sf23Hz.bmp
        ├── 1080sf24Hz.bmp
        ├── 1125i59Hz.bmp
        ├── 1125i60Hz.bmp
        ├── 1250i50Hz.bmp
        ├── 133.bmp
        ├── 166.bmp
        ├── 16mmMode.bmp
        ├── 175.bmp
        ├── 178.bmp
        ├── 185.bmp
        ├── 20PercentLum.bmp
        ├── 22.bmp
        ├── 235.bmp
        ├── 239.bmp
        ├── 240.bmp
        ├── 2930.bmp
        ├── 3d.bmp
        ├── 3dOverlay.bmp
        ├── 40PercentLum.bmp
        ├── 525844.bmp
        ├── 525SDTV.bmp
        ├── 60PercentLum.bmp
        ├── 625844.bmp
        ├── 625SDTV.bmp
        ├── 720p59Hz.bmp
        ├── 720p60Hz.bmp
        ├── 80PercentLum.bmp
        ├── aberrationDistance.bmp
        ├── aberrationStrength.bmp
        ├── absoluteRipple.bmp
        ├── abstraction.bmp
        ├── abstractionStrength.bmp
        ├── activateAll.bmp
        ├── adaptation.bmp
        ├── add.bmp
        ├── addLayer.bmp
        ├── addMatte.bmp
        ├── addOutside.bmp
        ├── addParallel.bmp
        ├── addSerial.bmp
        ├── addTexture.bmp
        ├── adjustMask.bmp
        ├── adjustSkinModel.bmp
        ├── alignTransform.bmp
        ├── alignVertSkew.bmp
        ├── allShots.bmp
        ├── alphaMatteShrinkAndGrow.bmp
        ├── amount.bmp
        ├── amplitude.bmp
        ├── amplitudeHorizontal.bmp
        ├── amplitudeRotational.bmp
        ├── amplitudeVertical.bmp
        ├── analyse.bmp
        ├── analyzeFrame.bmp
        ├── anamorphism.bmp
        ├── angle.bmp
        ├── angle_strength.bmp
        ├── Animate.bmp
        ├── ApertureBlades.bmp
        ├── apertureCoring.bmp
        ├── apertureGain.bmp
        ├── aperturePeak.bmp
        ├── appendNode.bmp
        ├── areaMark.bmp
        ├── aspect.bmp
        ├── aspectMatch.bmp
        ├── audio1Delay.bmp
        ├── audio1Monitor.bmp
        ├── audio1NR.bmp
        ├── audio1OnOff.bmp
        ├── audio1Source.bmp
        ├── audio2Delay.bmp
        ├── audio2Monitor.bmp
        ├── audio2NR.bmp
        ├── audio2OnOff.bmp
        ├── audio2Source.bmp
        ├── audio.bmp
        ├── autoCue.bmp
        ├── autoOffset.bmp
        ├── Avg.InputLuminance.bmp
        ├── back.bmp
        ├── bankGlobal.bmp
        ├── bar_bkgrnd.bmp
        ├── bar_frgrnd.bmp
        ├── bars.bmp
        ├── black.bmp
        ├── blackClipMatte.bmp
        ├── blackGamma.bmp
        ├── blackLevel.bmp
        ├── blackOffset.bmp
        ├── BladeCurvature.bmp
        ├── blank.bmp
        ├── blanking.bmp
        ├── BlendAmount.bmp
        ├── blend.bmp
        ├── blk_offset.bmp
        ├── blockAspectRatio.bmp
        ├── blueBlack.bmp
        ├── blueBlue.bmp
        ├── blueBlur.bmp
        ├── blue.bmp
        ├── blueClip.bmp
        ├── blueCurve.bmp
        ├── blueDistortion.bmp
        ├── blueGain.bmp
        ├── blueGamma.bmp
        ├── blueGreen.bmp
        ├── blueHiClip.bmp
        ├── blueHighLevel.bmp
        ├── blueHighlight.bmp
        ├── blueHiSoft.bmp
        ├── blue_hue.bmp
        ├── blueLowClip.bmp
        ├── blueLowLevel.bmp
        ├── blueLowSoft.bmp
        ├── blue_lum.bmp
        ├── blueMeanLevel.bmp
        ├── blueMidtone.bmp
        ├── blueOffset.bmp
        ├── blueRadius.bmp
        ├── blueRatio.bmp
        ├── blueRed.bmp
        ├── blue_sat.bmp
        ├── blueScaling.bmp
        ├── blueShadow.bmp
        ├── blueSharpen.bmp
        ├── blueSoft.bmp
        ├── blue_to_blue.bmp
        ├── blue_to_green.bmp
        ├── blue_to_lum.bmp
        ├── blue_to_red.bmp
        ├── blueYSFX.bmp
        ├── blurAmount.bmp
        ├── blurAngle.bmp
        ├── blur.bmp
        ├── blurRadius.bmp
        ├── blurStrength.bmp
        ├── blurType.bmp
        ├── blushHue.bmp
        ├── blushSaturation.bmp
        ├── blushSize.bmp
        ├── borderType.bmp
        ├── bottom.bmp
        ├── bottomPosition.bmp
        ├── bottomRotate.bmp
        ├── bottomSoft.bmp
        ├── boxBlur.bmp
        ├── brightening.bmp
        ├── brightness.bmp
        ├── bristleDensity.bmp
        ├── bristleScale.bmp
        ├── caACA.bmp
        ├── cacheMode.bmp
        ├── cameraShake.bmp
        ├── cancel.bmp
        ├── cancelRipple.bmp
        ├── canvasControls.bmp
        ├── cbdSize.bmp
        ├── centerBrightness.bmp
        ├── centerCross.bmp
        ├── centerSize.bmp
        ├── centerX.bmp
        ├── centerY.bmp
        ├── channels.bmp
        ├── channelSelect.bmp
        ├── chromaShift.bmp
        ├── chromaThreshold.bmp
        ├── chromaticShift.bmp
        ├── chromaWeight.bmp
        ├── cineScope.bmp
        ├── cleanBlackMatte.bmp
        ├── cleanWhiteMatte.bmp
        ├── clearAllPoints.bmp
        ├── clearCurve.bmp
        ├── clearSelectedKF.bmp
        ├── clearTrack.bmp
        ├── clearTrackingBack.bmp
        ├── clearTrackingForwards.bmp
        ├── clipFrame.bmp
        ├── clips.bmp
        ├── clipsYSFX.bmp
        ├── closeWheelsView.bmp
        ├── closeZonesGraph.bmp
        ├── cntrBand.bmp
        ├── cntrChroma.bmp
        ├── cntrCoring.bmp
        ├── cntrPeak.bmp
        ├── colFade.bmp
        ├── colorBoost.bmp
        ├── colorCompressor.bmp
        ├── colorGeneratorPlugin.bmp
        ├── colorizeResult.bmp
        ├── colorMatchCurves.bmp
        ├── colorMatchPrimary.bmp
        ├── colorMono.bmp
        ├── colorNeg.bmp
        ├── colorPalette.bmp
        ├── colorPicker.bmp
        ├── colorPos.bmp
        ├── colorspace.bmp
        ├── colorSpaceTransform.bmp
        ├── colorStabilizer.bmp
        ├── columnCells.bmp
        ├── compositeType.bmp
        ├── compressHue.bmp
        ├── compressLuminance.bmp
        ├── compressSaturation.bmp
        ├── contours.bmp
        ├── contrastBias.bmp
        ├── contrast.bmp
        ├── contrastPop.bmp
        ├── controlVisibility.bmp
        ├── conv.bmp
        ├── convertToPCW.bmp
        ├── convMode.bmp
        ├── copyAnalysis.bmp
        ├── copy.bmp
        ├── copyLR.bmp
        ├── copyRL.bmp
        ├── copyTrack.bmp
        ├── copyTrim.bmp
        ├── cpw.bmp
        ├── cropBorder.bmp
        ├── cropBottom.bmp
        ├── cropLeft.bmp
        ├── cropRight.bmp
        ├── cropTop.bmp
        ├── crtGamma.bmp
        ├── cueMode.bmp
        ├── cueNext.bmp
        ├── cuePrev.bmp
        ├── cuePrevious.bmp
        ├── currentFrame.bmp
        ├── curves.bmp
        ├── curves_hue_hue.bmp
        ├── curves_hue_lum.bmp
        ├── curves_hue_sat.bmp
        ├── curves_lum_sat.bmp
        ├── curves_sat_lum.bmp
        ├── curves_sat_sat.bmp
        ├── cyan.bmp
        ├── cyan_hue.bmp
        ├── cyan_lum.bmp
        ├── cyan_sat.bmp
        ├── dark_sat.bmp
        ├── data50Hz.bmp
        ├── data59Hz.bmp
        ├── deactivateAll.bmp
        ├── deadPixelFixer.bmp
        ├── deband.bmp
        ├── decay.bmp
        ├── dehaze.bmp
        ├── dehazeStrength.bmp
        ├── deleteAllTracks.bmp
        ├── delete.bmp
        ├── deleteKeyframe.bmp
        ├── deleteNode.bmp
        ├── deleteTracking.bmp
        ├── denoise.bmp
        ├── denoiseMask.bmp
        ├── denoiseStrength.bmp
        ├── denoiseType.bmp
        ├── dent.bmp
        ├── dentType.bmp
        ├── depthMapPreview.bmp
        ├── desaturateShadow.bmp
        ├── desaturationShadow.bmp
        ├── detailAmount.bmp
        ├── detail.bmp
        ├── detailSize.bmp
        ├── diffuseLighting.bmp
        ├── directionalBlur.bmp
        ├── direction.bmp
        ├── dirtClip.bmp
        ├── dirtFrame.bmp
        ├── displayDepth.bmp
        ├── displayEdge.bmp
        ├── displayEdges.bmp
        ├── displayMode.bmp
        ├── drawEdge.bmp
        ├── drawMirrorEdges.bmp
        ├── drawOverlays.bmp
        ├── eclipseChromaticShift.bmp
        ├── eclipsePosition.bmp
        ├── eclipseSize.bmp
        ├── eclipseSoftness.bmp
        ├── edgeBehaviour.bmp
        ├── edgeBlur.bmp
        ├── edgeBrightness.bmp
        ├── edgeDetect.bmp
        ├── edgeDetectionThreshold.bmp
        ├── edgeDetectThr.bmp
        ├── edgeMaskStrength.bmp
        ├── edgeOverlay.bmp
        ├── edgeStrength.bmp
        ├── EdgeThreshold.bmp
        ├── emboss.bmp
        ├── embossStyle.bmp
        ├── emulate.bmp
        ├── enable.bmp
        ├── enableLightSourceMasking.bmp
        ├── enableLuminanceMapping.bmp
        ├── enableMirror.bmp
        ├── enablePan.bmp
        ├── enablePerspective3D.bmp
        ├── enableRipple.bmp
        ├── enableRotate.bmp
        ├── enableRotation.bmp
        ├── enableSaturationMapping.bmp
        ├── enableTilt.bmp
        ├── enableToneMapping.bmp
        ├── enableZoom.bmp
        ├── exitAsIs.bmp
        ├── exitAsWas.bmp
        ├── exit.bmp
        ├── exitSetup.bmp
        ├── extendRange.bmp
        ├── extents.bmp
        ├── extKeyBlur.bmp
        ├── extKeyBlurHV.bmp
        ├── extKeyGain.bmp
        ├── extKeyOffset.bmp
        ├── eyebagRemoval.bmp
        ├── eyeBrightening.bmp
        ├── eyeLight.bmp
        ├── eyeSharpening.bmp
        ├── faceMaskSize.bmp
        ├── faceMaskSoftness.bmp
        ├── faceRefinement.bmp
        ├── farBlurRange.bmp
        ├── fcc.bmp
        ├── fill-InMethod.bmp
        ├── filmGrain.bmp
        ├── filmGrainPresets.bmp
        ├── filmHCtr.bmp
        ├── filmHSize.bmp
        ├── filmSize.bmp
        ├── filmType.bmp
        ├── filmVCtr.bmp
        ├── filmVSize.bmp
        ├── fineAdjustment.bmp
        ├── fineDetails.bmp
        ├── fineDetailSize.bmp
        ├── firstFrame.bmp
        ├── flareIrregularity.bmp
        ├── flareSize.bmp
        ├── flareSoftness.bmp
        ├── flip.bmp
        ├── focus.bmp
        ├── forcedRipple.bmp
        ├── foreheadHue.bmp
        ├── foreheadSaturation.bmp
        ├── format.bmp
        ├── fpnIM.bmp
        ├── fpnNeg.bmp
        ├── fpnPos.bmp
        ├── fpnRed.bmp
        ├── framesEitherSide.bmp
        ├── framingDown.bmp
        ├── framingFine.bmp
        ├── framingUp.bmp
        ├── frequency.bmp
        ├── frequencyScale.bmp
        ├── gainAudio1.bmp
        ├── gainAudio2.bmp
        ├── gainBal.bmp
        ├── gamma.bmp
        ├── gang.bmp
        ├── gangSolo.bmp
        ├── gaussianBlur.bmp
        ├── geometry.bmp
        ├── ghost1Type.bmp
        ├── ghost2Type.bmp
        ├── ghost3Type.bmp
        ├── ghost4Type.bmp
        ├── ghost5Type.bmp
        ├── ghost6Type.bmp
        ├── ghost7Type.bmp
        ├── ghost8Type.bmp
        ├── glareBrightness.bmp
        ├── global_angle.bmp
        ├── global_blk_offset.bmp
        ├── globalBrightness.bmp
        ├── global_contrast.bmp
        ├── globalDefocus.bmp
        ├── global_exposure.bmp
        ├── global_hue.bmp
        ├── global_md_det.bmp
        ├── global_pivot.bmp
        ├── globalSaturation.bmp
        ├── globalScaling.bmp
        ├── global_strength.bmp
        ├── globalTemp.bmp
        ├── globalTint.bmp
        ├── global_x.bmp
        ├── global_y.bmp
        ├── glow.bmp
        ├── glowFraming.bmp
        ├── gmSatComp.bmp
        ├── gpw.bmp
        ├── grainAspectRatio.bmp
        ├── grainClip.bmp
        ├── grainOnly.bmp
        ├── grainSize.bmp
        ├── grainStrength.bmp
        ├── gray60.bmp
        ├── greenBlack.bmp
        ├── greenBlue.bmp
        ├── greenBlur.bmp
        ├── green.bmp
        ├── greenClip.bmp
        ├── greenCurve.bmp
        ├── greenDistortion.bmp
        ├── greenGain.bmp
        ├── greenGamma.bmp
        ├── greenGreen.bmp
        ├── greenHiClip.bmp
        ├── greenHighLevel.bmp
        ├── greenHighlight.bmp
        ├── greenHiSoft.bmp
        ├── green_hue.bmp
        ├── greenLowClip.bmp
        ├── greenLowLevel.bmp
        ├── greenLowSoft.bmp
        ├── green_lum.bmp
        ├── greenMeanLevel.bmp
        ├── greenMidtone.bmp
        ├── greenOffset.bmp
        ├── greenRadius.bmp
        ├── greenRatio.bmp
        ├── greenRed.bmp
        ├── green_sat.bmp
        ├── greenScaling.bmp
        ├── greenShadow.bmp
        ├── greenSharpen.bmp
        ├── greenSoft.bmp
        ├── green_to_blue.bmp
        ├── green_to_green.bmp
        ├── green_to_lum.bmp
        ├── green_to_red.bmp
        ├── greenYSFX.bmp
        ├── grid.bmp
        ├── grnYlwRed.bmp
        ├── gt.bmp
        ├── h1_3d.bmp
        ├── h1_blank.bmp
        ├── h1_cameraraw.bmp
        ├── h1_colorMist.bmp
        ├── h1_externalKeyMatteSizing.bmp
        ├── h1_globalReferenceSizing.bmp
        ├── h1_HDR.bmp
        ├── h1_highDynamicRange.bmp
        ├── h1_imageBlur.bmp
        ├── h1_imageSharpening.bmp
        ├── h1_inputSizing.bmp
        ├── h1_mistEffect.bmp
        ├── h1_nodeCircularPowerWindow.bmp
        ├── h1_nodeGradientPowerWindow.bmp
        ├── h1_nodeKeyProcessing.bmp
        ├── h1_nodeLinearPowerWindow.bmp
        ├── h1_nodePolygonPowerWindow.bmp
        ├── h1_nodePowerCurveWindow.bmp
        ├── h1_openFX.bmp
        ├── h1_outputSizing.bmp
        ├── h1_primaries.bmp
        ├── h1_qualifier.bmp
        ├── h1_resolveFX.bmp
        ├── h1_spiritSixSectorSecondaries.bmp
        ├── h1_spiritTelecinePans.bmp
        ├── h1_spiritTelecinePrimaries.bmp
        ├── h1_spiritTelecineSetup.bmp
        ├── h1_stereoscopic.bmp
        ├── h2_3d.bmp
        ├── h2_3DQualifier.bmp
        ├── h2_abstraction.bmp
        ├── h2_alphaMatteShrinkAndGrow.bmp
        ├── h2_apertureContours.bmp
        ├── h2_aspect.bmp
        ├── h2_audioOneSetup.bmp
        ├── h2_audioSetup.bmp
        ├── h2_audioTwoSetup.bmp
        ├── h2_black.bmp
        ├── h2_blank.bmp
        ├── h2_blue.bmp
        ├── h2_boxBlur.bmp
        ├── h2_cameraShake.bmp
        ├── h2_channelOffsetCustomCurves.bmp
        ├── h2_circularPowerWindowAdjustments.bmp
        ├── h2_colorCompressor.bmp
        ├── h2_colorGaussianBlur.bmp
        ├── h2_colorGenerator.bmp
        ├── h2_colorPalette.bmp
        ├── h2_colorSharpeningCoring.bmp
        ├── h2_colorSpaceTransform.bmp
        ├── h2_colorStabilizer.bmp
        ├── h2_contoursSetup.bmp
        ├── h2_contrastPivot.bmp
        ├── h2_contrastPop.bmp
        ├── h2_cpwControl.bmp
        ├── h2_curveControls.bmp
        ├── h2_customCurves.bmp
        ├── h2_cyan.bmp
        ├── h2_dark.bmp
        ├── h2_deadPixelFixer.bmp
        ├── h2_deband.bmp
        ├── h2_dehaze.bmp
        ├── h2_dent.bmp
        ├── h2_directionalBlur.bmp
        ├── h2_DolbyPrimaryTrims.bmp
        ├── h2_DolbySecondaryTrims.bmp
        ├── h2_edgeDetect.bmp
        ├── h2_emboss.bmp
        ├── h2_faceRefinement.bmp
        ├── h2_fccModes.bmp
        ├── h2_filmBlanking.bmp
        ├── h2_filmGrain.bmp
        ├── h2_filmType.bmp
        ├── h2_floatingWindows.bmp
        ├── h2_formatSetup.bmp
        ├── h2_gaussianBlur.bmp
        ├── h2_gaussianImageBlur.bmp
        ├── h2_glow.bmp
        ├── h2_gmSatComp.bmp
        ├── h2_gpwControl.bmp
        ├── h2_gradientPowerWindowAdjustments.bmp
        ├── h2_green.bmp
        ├── h2_grid.bmp
        ├── h2_highlight.bmp
        ├── h2_hslParametersQualifierBlur.bmp
        ├── h2_hue-lum-lum-sat.bmp
        ├── h2_hue-lum-sat-lum.bmp
        ├── h2_hue-lum-sat-sat.bmp
        ├── h2_imageSharpeningCoring.bmp
        ├── h2_imageSizing.bmp
        ├── h2_inputSizingAdjustments.bmp
        ├── h2_inputSizing.bmp
        ├── h2_jpegDamage.bmp
        ├── h2_keyParameters.bmp
        ├── h2_kilovectorHSLQualifier.bmp
        ├── h2_kilovectorLuminanceQualifier.bmp
        ├── h2_kilovectorRGBQualifier.bmp
        ├── h2_lensBlur.bmp
        ├── h2_lensDistortion.bmp
        ├── h2_lensFlare.bmp
        ├── h2_light.bmp
        ├── h2_lightRays.bmp
        ├── h2_linearPowerWindowAdjustments.bmp
        ├── h2_log.bmp
        ├── h2_lpwControl.bmp
        ├── h2_lumGreenPotControls.bmp
        ├── h2_magenta.bmp
        ├── h2_masking.bmp
        ├── h2_matchingControls.bmp
        ├── h2_matchMove.bmp
        ├── h2_matteSizingControls.bmp
        ├── h2_mirror.bmp
        ├── h2_mistEffectMasterControls.bmp
        ├── h2_mosaicBlur.bmp
        ├── h2_MotionBlur.bmp
        ├── h2_NoiseReduction.bmp
        ├── h2_openFX.bmp
        ├── h2_outputBlankingAdjustments.bmp
        ├── h2_outputSizingAdjustments.bmp
        ├── h2_outputStandard.bmp
        ├── h2_pcwControl.bmp
        ├── h2_polygonPowerWindowAdjustments.bmp
        ├── h2_powerCurveWindowAdjustments.bmp
        ├── h2_ppwControl.bmp
        ├── h2_prismBlur.bmp
        ├── h2_radialBlur.bmp
        ├── h2_redBluePotControls.bmp
        ├── h2_red.bmp
        ├── h2_refWipeSizingAdjustments.bmp
        ├── h2_repro.bmp
        ├── h2_resolveFX.bmp
        ├── h2_rgbMixerControls.bmp
        ├── h2_ripple.bmp
        ├── h2_scanEffects.bmp
        ├── h2_scanline.bmp
        ├── h2_sceneBlackClips.bmp
        ├── h2_sceneWhiteClips.bmp
        ├── h2s_gang.bmp
        ├── h2_shadow.bmp
        ├── h2_sharpen.bmp
        ├── h2_sharpenEdgePlugin.bmp
        ├── h2s_left.bmp
        ├── h2s_mono.bmp
        ├── h2_softenAndSharpen.bmp
        ├── h2s_oppose.bmp
        ├── h2_sourceArriControls.bmp
        ├── h2_sourceBRAWControls.bmp
        ├── h2_sourceCanonControls.bmp
        ├── h2_sourceCinemaDNGControls.bmp
        ├── h2_sourcePanasonicControls.bmp
        ├── h2_sourceRedControls.bmp
        ├── h2_sourceSonyF65Controls.bmp
        ├── h2_spatialNoiseReduction.bmp
        ├── h2_specular.bmp
        ├── h2s_right.bmp
        ├── h2s_solo.bmp
        ├── h2s_stereo.bmp
        ├── h2_steadiscanSetup.bmp
        ├── h2s_zoom.bmp
        ├── h2_telecineSpeed.bmp
        ├── h2_temporalNoiseReduction.bmp
        ├── h2_testPatternSelect.bmp
        ├── h2_tiltShiftBlur.bmp
        ├── h2_timelapseDeflicker.bmp
        ├── h2_topLevel.bmp
        ├── h2_tvBlanking.bmp
        ├── h2_vortex.bmp
        ├── h2_warper.bmp
        ├── h2_watercolor.bmp
        ├── h2_waviness.bmp
        ├── h2_yellow.bmp
        ├── h2_ysfx.bmp
        ├── h2_zoomBlur.bmp
        ├── handlesSnapToContent.bmp
        ├── height.bmp
        ├── hFlip.bmp
        ├── hiddenParameter.bmp
        ├── highAndLowChroma.bmp
        ├── highChroma.bmp
        ├── highLevel.bmp
        ├── highlight.bmp
        ├── highlightClipping.bmp
        ├── highlightRecovery.bmp
        ├── highlightRolloff.bmp
        ├── highlights.bmp
        ├── highlightThreshold.bmp
        ├── highRange.bmp
        ├── HighSaturation.bmp
        ├── HighThreshold.bmp
        ├── hippi.bmp
        ├── horizontalStrength.bmp
        ├── horLineWidth.bmp
        ├── horzOffset.bmp
        ├── horzPeak.bmp
        ├── hPlusV.bmp
        ├── hSize.bmp
        ├── hslMinus.bmp
        ├── hslPlus.bmp
        ├── hue.bmp
        ├── hueCenter.bmp
        ├── hueShift.bmp
        ├── hueSoft.bmp
        ├── hueSymmetry.bmp
        ├── hueWidth.bmp
        ├── hv.bmp
        ├── hvOffset.bmp
        ├── hvRatio.bmp
        ├── illum.bmp
        ├── imageMode.bmp
        ├── inFocusRange.bmp
        ├── inOutRatio.bmp
        ├── inputBlanking.bmp
        ├── input.bmp
        ├── inputColorSpace.bmp
        ├── inputGamma.bmp
        ├── inputMax.bmp
        ├── insideSoft.bmp
        ├── instructions.bmp
        ├── interactive.bmp
        ├── internal.bmp
        ├── interNeg.bmp
        ├── interPos.bmp
        ├── invert.bmp
        ├── invertMix.bmp
        ├── invertWipe.bmp
        ├── irisShape.bmp
        ├── iso.bmp
        ├── iterateAbstraction.bmp
        ├── iterations.bmp
        ├── joyballOffset.bmp
        ├── jpegDamage.bmp
        ├── key.bmp
        ├── keyMode.bmp
        ├── largeDetails.bmp
        ├── largeSkinTexture.bmp
        ├── largeTexture.bmp
        ├── lastFrame.bmp
        ├── ledCurrent.bmp
        ├── left.bmp
        ├── leftPosition.bmp
        ├── leftRight.bmp
        ├── leftRotate.bmp
        ├── leftSoft.bmp
        ├── length.bmp
        ├── lensBlur.bmp
        ├── lensCenterXPosition.bmp
        ├── lensCenterYPosition.bmp
        ├── lensDistortion.bmp
        ├── lensFlare.bmp
        ├── lensFlarePreset.bmp
        ├── level.bmp
        ├── lightRays.bmp
        ├── light_sat.bmp
        ├── LightSourceMask.bmp
        ├── lineAngle.bmp
        ├── linearEffect.bmp
        ├── lineFrequency.bmp
        ├── lineSharpness.bmp
        ├── lineShift.bmp
        ├── lipHue.bmp
        ├── lipSaturation.bmp
        ├── liveRegionAnalysis.bmp
        ├── lock.bmp
        ├── log.bmp
        ├── logLin.bmp
        ├── loop.bmp
        ├── lowChroma.bmp
        ├── lowLevel.bmp
        ├── lowMidSaturation.bmp
        ├── lowRange.bmp
        ├── lowSaturation.bmp
        ├── lowThreshold.bmp
        ├── lpw.bmp
        ├── lt.bmp
        ├── lumaChromaLink.bmp
        ├── lumaThreshold.bmp
        ├── lumBlack.bmp
        ├── lum.bmp
        ├── lumCurve.bmp
        ├── lumGain.bmp
        ├── lumGamma.bmp
        ├── lumHiClip.bmp
        ├── lumHiSoft.bmp
        ├── lumLift.bmp
        ├── lumLowClip.bmp
        ├── lumLowSoft.bmp
        ├── lumYSFX.bmp
        ├── magBluCyan.bmp
        ├── magenta.bmp
        ├── magenta_hue.bmp
        ├── magenta_lum.bmp
        ├── magenta_sat.bmp
        ├── main.bmp
        ├── majorLineSpacing.bmp
        ├── majorLineWidth.bmp
        ├── markIn.bmp
        ├── markOut.bmp
        ├── masking.bmp
        ├── maskThreshold.bmp
        ├── masterClip.bmp
        ├── masterColor.bmp
        ├── masterHighlight.bmp
        ├── masterMidtone.bmp
        ├── masterOffset.bmp
        ├── masterShadow.bmp
        ├── masterSoft.bmp
        ├── matchingGrade.bmp
        ├── matchMove.bmp
        ├── matteMask.bmp
        ├── maxInputLuminance.bmp
        ├── maxOuputLuminance.bmp
        ├── mBlackBlue.bmp
        ├── mBlackGreen.bmp
        ├── mBlackMaster.bmp
        ├── mBlackRed.bmp
        ├── md_det.bmp
        ├── meanLevel.bmp
        ├── mediumDetails.bmp
        ├── mediumSkinTexture.bmp
        ├── mediumTexture.bmp
        ├── midContrastBias.bmp
        ├── mid_dark_sat.bmp
        ├── MidHighSaturation.bmp
        ├── mid_light_sat.bmp
        ├── midPoint.bmp
        ├── midtone.bmp
        ├── midtoneOffset.bmp
        ├── midtones.bmp
        ├── minusBlue.bmp
        ├── minusGreen.bmp
        ├── minusMaster.bmp
        ├── minusRed.bmp
        ├── mirror.bmp
        ├── mirrorPlacement.bmp
        ├── missingImage.bmp
        ├── mistParameter.bmp
        ├── mix.bmp
        ├── mode.bmp
        ├── modifyPar.bmp
        ├── monAudio1.bmp
        ├── monAudio2.bmp
        ├── more.bmp
        ├── mosaicBlur.bmp
        ├── motionBlur.bmp
        ├── motionBlurShutterCycle.bmp
        ├── motionEffects.bmp
        ├── motionEstType.bmp
        ├── motionMethod.bmp
        ├── motionRange.bmp
        ├── motionScale.bmp
        ├── motionThreshold.bmp
        ├── multiBurst.bmp
        ├── mWhiteBlue.bmp
        ├── mWhiteGreen.bmp
        ├── mWhiteMaster.bmp
        ├── mWhiteRed.bmp
        ├── naturalSpeed.bmp
        ├── nearBlurRange.bmp
        ├── next.bmp
        ├── nextClip.bmp
        ├── nextKeyfrm.bmp
        ├── nextScene.bmp
        ├── nextTrackEnd.bmp
        ├── nodePlusCpw.bmp
        ├── nodePlusLpw.bmp
        ├── nodePlusPcw.bmp
        ├── nodePlusPpw.bmp
        ├── nodes.bmp
        ├── noiseReductionBlend.bmp
        ├── noiseReductionRadius.bmp
        ├── noiseReductionThreshold.bmp
        ├── numberOfColors.bmp
        ├── numberOfFrames.bmp
        ├── numberOfIterations.bmp
        ├── numberOfSides.bmp
        ├── objectTracking.bmp
        ├── off.bmp
        ├── offline.bmp
        ├── offset.bmp
        ├── opacity.bmp
        ├── openFX.bmp
        ├── openWheelsView.bmp
        ├── openZonesGraph.bmp
        ├── operation.bmp
        ├── operatorRadius.bmp
        ├── operatorShape.bmp
        ├── optimizedMode.bmp
        ├── outputBlanking.bmp
        ├── output.bmp
        ├── outputColorSpace.bmp
        ├── outputGamma.bmp
        ├── outputMax.bmp
        ├── outputPreset.bmp
        ├── outputStandard.bmp
        ├── outsideSoft.bmp
        ├── panAmplitude.bmp
        ├── pan.bmp
        ├── pasteAnalysis.bmp
        ├── paste.bmp
        ├── pasteToCurrent.bmp
        ├── pasteTrack.bmp
        ├── pasteTrim.bmp
        ├── patchSize.bmp
        ├── pauseAmt.bmp
        ├── pauseInterval.bmp
        ├── pauseLength.bmp
        ├── pauseRandomness.bmp
        ├── pcw.bmp
        ├── perf.bmp
        ├── perfType.bmp
        ├── phase.bmp
        ├── pitch.bmp
        ├── pivot.bmp
        ├── pixelFrequency.bmp
        ├── plusBlue.bmp
        ├── plusGreen.bmp
        ├── plusMaster.bmp
        ├── plusRed.bmp
        ├── pointsClear.bmp
        ├── pointsDelete.bmp
        ├── pointsInsert.bmp
        ├── pos.bmp
        ├── position.bmp
        ├── postMixGain.bmp
        ├── postMixInvert.bmp
        ├── postMixOffset.bmp
        ├── postRefine.bmp
        ├── pots.bmp
        ├── power.bmp
        ├── ppw.bmp
        ├── preBlur.bmp
        ├── preDenoise.bmp
        ├── preserveLum.bmp
        ├── preset.bmp
        ├── presets.bmp
        ├── presetSelect.bmp
        ├── prevClip.bmp
        ├── previous.bmp
        ├── previousScene.bmp
        ├── previousTrackEnd.bmp
        ├── prevKeyfrm.bmp
        ├── primaries.bmp
        ├── primeNeg.bmp
        ├── primePos.bmp
        ├── printerLites.bmp
        ├── printNeg.bmp
        ├── printPos.bmp
        ├── prismBlur.bmp
        ├── projn.bmp
        ├── proxyOnOff.bmp
        ├── prune.bmp
        ├── ptrSpeed.bmp
        ├── ptzr3DEnable.bmp
        ├── pvwMode.bmp
        ├── qualifierGain.bmp
        ├── qualifierMode.bmp
        ├── qualifierOffset.bmp
        ├── quality.bmp
        ├── quantization.bmp
        ├── radialBlur.bmp
        ├── radius.bmp
        ├── randomness.bmp
        ├── randomnessScale.bmp
        ├── randomnessSpeed.bmp
        ├── randomSeed.bmp
        ├── rayDirections.bmp
        ├── rayDropoff.bmp
        ├── recoveryAmount.bmp
        ├── recTC.bmp
        ├── redBlack.bmp
        ├── redBlue.bmp
        ├── redBlur.bmp
        ├── red.bmp
        ├── redClip.bmp
        ├── redCurve.bmp
        ├── redDistortion.bmp
        ├── redGain.bmp
        ├── redGamma.bmp
        ├── redGreen.bmp
        ├── redHiClip.bmp
        ├── redHighLevel.bmp
        ├── redHighlight.bmp
        ├── redHiSoft.bmp
        ├── red_hue.bmp
        ├── redLowClip.bmp
        ├── redLowLevel.bmp
        ├── redLowSoft.bmp
        ├── red_lum.bmp
        ├── redMeanLevel.bmp
        ├── redMidtone.bmp
        ├── redOffset.bmp
        ├── redRadius.bmp
        ├── redRatio.bmp
        ├── redRed.bmp
        ├── red_sat.bmp
        ├── redScaling.bmp
        ├── redShadow.bmp
        ├── redSharpen.bmp
        ├── redSoft.bmp
        ├── red_to_blue.bmp
        ├── red_to_green.bmp
        ├── red_to_lum.bmp
        ├── red_to_red.bmp
        ├── redYSFX.bmp
        ├── refHole.bmp
        ├── refineMask.bmp
        ├── reflectAtBorders.bmp
        ├── refReset.bmp
        ├── refSet.bmp
        ├── refSizing.bmp
        ├── refWipeHflip.bmp
        ├── refWipeVflip.bmp
        ├── regionForAnalysis.bmp
        ├── regionOfAnalysis.bmp
        ├── relativeRipple.bmp
        ├── relativeSpreadBlue.bmp
        ├── relativeSpreadGreen.bmp
        ├── relativeSpreadRed.bmp
        ├── removerSize.bmp
        ├── renderMotionBlur.bmp
        ├── renderOverlayPlate.bmp
        ├── renderPlaceholderGrid.bmp
        ├── repeat.bmp
        ├── repeatOperation.bmp
        ├── repeatPositionSeed.bmp
        ├── repeatSizeSeed.bmp
        ├── repro.bmp
        ├── resetAlign.bmp
        ├── resetAll.bmp
        ├── reset.bmp
        ├── resetCorners.bmp
        ├── resetTrim.bmp
        ├── resolution.bmp
        ├── rgbMixer.bmp
        ├── rgbMixer_Color.bmp
        ├── rgbMixer_Mono.bmp
        ├── right.bmp
        ├── rightPosition.bmp
        ├── rightRotate.bmp
        ├── rightSoft.bmp
        ├── ringing.bmp
        ├── ripple.bmp
        ├── rippleMode.bmp
        ├── rippleShape.bmp
        ├── rotate.bmp
        ├── rotation.bmp
        ├── rowCells.bmp
        ├── safeAction.bmp
        ├── safeArea.bmp
        ├── safeTitle.bmp
        ├── sAndGOffset.bmp
        ├── sAndGRadius.bmp
        ├── sat.bmp
        ├── satGain.bmp
        ├── satHiClip.bmp
        ├── satHiSoft.bmp
        ├── satLowClip.bmp
        ├── satLowSoft.bmp
        ├── saturation.bmp
        ├── saturationKnee.bmp
        ├── saturationMax.bmp
        ├── save.bmp
        ├── saw100.bmp
        ├── scale.bmp
        ├── scaleComponent.bmp
        ├── scaleControls.bmp
        ├── scaling.bmp
        ├── scanEffect.bmp
        ├── scanline.bmp
        ├── scanlinesOnly.bmp
        ├── sceneNumber.bmp
        ├── scrollFrames.bmp
        ├── scrollMode.bmp
        ├── scrollScenes.bmp
        ├── sdtvRatio.bmp
        ├── selectedAndBlend.bmp
        ├── selected.bmp
        ├── selectOutput.bmp
        ├── setPoint.bmp
        ├── sh1Neg.bmp
        ├── sh1Pos.bmp
        ├── sh2Neg.bmp
        ├── sh2Pos.bmp
        ├── shadow.bmp
        ├── shadowLevel.bmp
        ├── shadowRolloff.bmp
        ├── shadows.bmp
        ├── shadowThreshold.bmp
        ├── shape.bmp
        ├── sharpAmount.bmp
        ├── sharpenAmount.bmp
        ├── sharpen.bmp
        ├── sharpenChroma.bmp
        ├── sharpenEdgePlugin.bmp
        ├── Sharpening.bmp
        ├── sharpenRadius.bmp
        ├── shearx.bmp
        ├── Sheary.bmp
        ├── shiftBlue.bmp
        ├── shiftGreen.bmp
        ├── shiftRed.bmp
        ├── shine.bmp
        ├── shineDirection.bmp
        ├── shineRemoval.bmp
        ├── shineSize.bmp
        ├── shineStrength.bmp
        ├── shineThreshold.bmp
        ├── showActivePatches.bmp
        ├── show.bmp
        ├── showCanvas.bmp
        ├── showCenter.bmp
        ├── ShowCompFor.bmp
        ├── showCompResult.bmp
        ├── ShowControlsFor.bmp
        ├── showGradient.bmp
        ├── showMask.bmp
        ├── showOverlay.bmp
        ├── showPath.bmp
        ├── showPaths.bmp
        ├── showTrack.bmp
        ├── showTrackers.bmp
        ├── showWarpBoundaries.bmp
        ├── sixDbGain.bmp
        ├── sixScChroma.bmp
        ├── sixScEnable.bmp
        ├── sizeBase.bmp
        ├── size.bmp
        ├── sizing.bmp
        ├── skinMaskSource.bmp
        ├── skinModelReady.bmp
        ├── slider10.bmp
        ├── slider11.bmp
        ├── slider12.bmp
        ├── slider13.bmp
        ├── slider14.bmp
        ├── slider15.bmp
        ├── slider16.bmp
        ├── slider17.bmp
        ├── slider18.bmp
        ├── slider19.bmp
        ├── slider1.bmp
        ├── slider20.bmp
        ├── slider21.bmp
        ├── slider22.bmp
        ├── slider23.bmp
        ├── slider24.bmp
        ├── slider2.bmp
        ├── slider3.bmp
        ├── slider4.bmp
        ├── slider5.bmp
        ├── slider6.bmp
        ├── slider7.bmp
        ├── slider8.bmp
        ├── slider9.bmp
        ├── smallSkinTexture.bmp
        ├── smallSkinTextureSize.bmp
        ├── smallTexture.bmp
        ├── smallTextureSize.bmp
        ├── smooth.bmp
        ├── smoothing.bmp
        ├── smoothingThreshold.bmp
        ├── smoothness.bmp
        ├── smoothStrength.bmp
        ├── soften.bmp
        ├── softnessBlur.bmp
        ├── softness.bmp
        ├── softnessMinus.bmp
        ├── softnessPlus.bmp
        ├── softSharpen.bmp
        ├── sourcearri.bmp
        ├── source_arri_colortemp.bmp
        ├── source_arri_iso.bmp
        ├── source_arri_whiteBalance.bmp
        ├── sourceBlanking.bmp
        ├── source.bmp
        ├── sourceCinemaDNG.bmp
        ├── source_color_boost.bmp
        ├── source_gain.bmp
        ├── sourceHeight.bmp
        ├── source_highlights.bmp
        ├── source_lift.bmp
        ├── source_midtone_detail.bmp
        ├── sourceOfRays.bmp
        ├── source_red_blackpoint.bmp
        ├── source_red_bluegain.bmp
        ├── sourcered.bmp
        ├── source_red_brightness.bmp
        ├── source_red_colortemp.bmp
        ├── source_red_contrast.bmp
        ├── source_red_drx.bmp
        ├── source_red_exposure.bmp
        ├── source_red_flut.bmp
        ├── source_red_gamma.bmp
        ├── source_red_greengain.bmp
        ├── source_red_iso.bmp
        ├── source_red_redgain.bmp
        ├── source_red_sat.bmp
        ├── source_red_shadow.bmp
        ├── source_red_tint.bmp
        ├── source_red_whitepoint.bmp
        ├── source_saturation.bmp
        ├── source_shadows.bmp
        ├── source_sharpness.bmp
        ├── sourceSonyF65.bmp
        ├── sourceThreshold.bmp
        ├── sourceWidth.bmp
        ├── sourceXPosition.bmp
        ├── sourceYPosition.bmp
        ├── speed.bmp
        ├── speedScale.bmp
        ├── split.bmp
        ├── splitScreenGalleryGrades.bmp
        ├── splitScreenGroup.bmp
        ├── splitScreenHighlight.bmp
        ├── splitScreenNeighbor.bmp
        ├── splitScreenOff.bmp
        ├── splitScreenSelected.bmp
        ├── splitScreenVersionsAndOriginal.bmp
        ├── splitScreenVersions.bmp
        ├── spread.bmp
        ├── stabilizationMethod.bmp
        ├── stabilizeBlueChannel.bmp
        ├── stabilize.bmp
        ├── stabilizeBrightness.bmp
        ├── stabilizeGreenChannel.bmp
        ├── stabilizeLevelsHow.bmp
        ├── stabilizeMethod.bmp
        ├── stabilizeRedChannel.bmp
        ├── stabilizeWhiteBalance.bmp
        ├── stair.bmp
        ├── starburstSize.bmp
        ├── starburstSoftness.bmp
        ├── starburstSplitAngle.bmp
        ├── starburstSplitBalance.bmp
        ├── start.bmp
        ├── staticRipple.bmp
        ├── stdOverride.bmp
        ├── steadiScan.bmp
        ├── steps.bmp
        ├── stereo.bmp
        ├── stereoMono.bmp
        ├── still.bmp
        ├── stopTrack.bmp
        ├── strength.bmp
        ├── swapLR.bmp
        ├── swapOutput.bmp
        ├── swirl.bmp
        ├── switchSession.bmp
        ├── switchToWheelsView.bmp
        ├── switchToZonesGraph.bmp
        ├── symmetry.bmp
        ├── targetDisplay.bmp
        ├── temp.bmp
        ├── tempRange.bmp
        ├── testPattern.bmp
        ├── testPoint.bmp
        ├── texture.bmp
        ├── textureOperationMode.bmp
        ├── textureThreshold.bmp
        ├── threeD.bmp
        ├── threshold.bmp
        ├── tiltAmplitude.bmp
        ├── tilt.bmp
        ├── tiltShiftBlur.bmp
        ├── timelapseDeflicker.bmp
        ├── timeline.bmp
        ├── timing.bmp
        ├── tint.bmp
        ├── tintRange.bmp
        ├── tkPan.bmp
        ├── tkPrimaries.bmp
        ├── tkSetup.bmp
        ├── tkSixSector.bmp
        ├── toggle10.bmp
        ├── toggle11.bmp
        ├── toggle12.bmp
        ├── toggle1.bmp
        ├── toggle2.bmp
        ├── toggle3.bmp
        ├── toggle4.bmp
        ├── toggle5.bmp
        ├── toggle6.bmp
        ├── toggle7.bmp
        ├── toggle8.bmp
        ├── toggle9.bmp
        ├── toggleDeckKeys.bmp
        ├── toneDetail.bmp
        ├── top.bmp
        ├── topPosition.bmp
        ├── topRotate.bmp
        ├── topSoft.bmp
        ├── trackBackwards.bmp
        ├── trackForwards.bmp
        ├── trackFwd.bmp
        ├── tracking.bmp
        ├── trackingPatches.bmp
        ├── trackNext.bmp
        ├── trackOneFwd.bmp
        ├── trackOneRev.bmp
        ├── trackPrev.bmp
        ├── trackRev.bmp
        ├── tvHCtr.bmp
        ├── tvHSize.bmp
        ├── tvSize.bmp
        ├── tvVCtr.bmp
        ├── tvVSize.bmp
        ├── unlock.bmp
        ├── upperLipSmooth.bmp
        ├── useBlueChannel.bmp
        ├── useCustomInputMax.bmp
        ├── useCustomOutputMax.bmp
        ├── useDefault.bmp
        ├── useFaceMask.bmp
        ├── useGreenChannel.bmp
        ├── useMask.bmp
        ├── user1.bmp
        ├── user2.bmp
        ├── user3.bmp
        ├── user4.bmp
        ├── user5.bmp
        ├── userAspect.bmp
        ├── user.bmp
        ├── useRedChannel.bmp
        ├── useVideoBlackLevel.bmp
        ├── vectors.bmp
        ├── verLineWidth.bmp
        ├── verticalShineHeight.bmp
        ├── verticalStrength.bmp
        ├── vertOffset.bmp
        ├── vertPeak.bmp
        ├── viewOriginal.bmp
        ├── viewProcessed.bmp
        ├── vignetteSharpness.bmp
        ├── vignetteSize.bmp
        ├── virtualLightSourceSize.bmp
        ├── vortex.bmp
        ├── vSize.bmp
        ├── warper.bmp
        ├── warpLimits.bmp
        ├── warpScale.bmp
        ├── warpSharpness.bmp
        ├── waveShape.bmp
        ├── waviness.bmp
        ├── wavinessType.bmp
        ├── wedgeWidth.bmp
        ├── whatToStabilize.bmp
        ├── whiteClipMatte.bmp
        ├── whiteGamma.bmp
        ├── whiteLevel.bmp
        ├── width.bmp
        ├── windows.bmp
        ├── wipe.bmp
        ├── wipeMode.bmp
        ├── wipeOnOff.bmp
        ├── x.bmp
        ├── x_or_y.bmp
        ├── xPosition.bmp
        ├── xSize.bmp
        ├── xy_angle.bmp
        ├── yaw.bmp
        ├── y.bmp
        ├── yellow.bmp
        ├── yellow_hue.bmp
        ├── yellow_lum.bmp
        ├── yellow_sat.bmp
        ├── yFlip.bmp
        ├── yPosition.bmp
        ├── ySize.bmp
        ├── zoneFalloff.bmp
        ├── zonePivot.bmp
        ├── zoomAmplitude.bmp
        ├── zoomBlur.bmp
        ├── zoom.bmp
        ├── zoomChangeAmpl.bmp
        ├── zoomChangeFreq.bmp
        ├── zoomMode.bmp
        ├── zoomSpeed.bmp
        ├── zoomToCrop.bmp
        └── zoomType.bmp

234 directories, 3571 files
yuuyins commented 1 year ago

@BKSalman @icodeforyou-dot-net i was able to successfully build, but there are missing dependencies for run-time. If anyone can help on building to find out if all run-time dependencies are including until it runs correctly (as ofborg won't eval/build nonfree packages), see my commenting detailing https://github.com/NixOS/nixpkgs/pull/240549#issuecomment-1613810733.

I have bigger priorities right now; I contributed what I could.

yuuyins commented 1 year ago

@BKSalman @icodeforyou-dot-net @jshcmpbll it is running 18.1.4

https://github.com/NixOS/nixpkgs/pull/240549#issuecomment-1613909229

please review