Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/882f22b60955cf34d5fa149d947e26b9 to your computer and use it in GitHub Desktop.
Save r-ryantm/882f22b60955cf34d5fa149d947e26b9 to your computer and use it in GitHub Desktop.
/nix/store/5ls4x355jicbarwijn55sbivf7z480n4-shotcut-20.04.12
├── bin
│   └── shotcut
└── share
├── applications
│   └── org.shotcut.Shotcut.desktop
├── icons
│   └── hicolor
│   └── 64x64
│   └── apps
│   └── org.shotcut.Shotcut.png
├── man
│   └── man1
│   └── shotcut.1.gz
├── metainfo
│   └── org.shotcut.Shotcut.appdata.xml
├── mime
│   └── packages
│   └── org.shotcut.Shotcut.xml
└── shotcut
├── qml
│   ├── export-edl
│   │   ├── export-edl.js
│   │   ├── main.js
│   │   ├── mlt2edl.js
│   │   ├── package.json
│   │   ├── rebuild.sh
│   │   └── test-node.js
│   ├── filters
│   │   ├── alpha_adjust
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── alpha_view
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_balance
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_bandpass
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_basstreble
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_channelcopy
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_compressor
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_delay
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_expander
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_fadein
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_fadeout
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_gain
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_highpass
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_limiter
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_lowpass
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_mono
│   │   │   └── meta.qml
│   │   ├── audio_mute
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_noisegate
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_normalize_1p
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_normalize_2p
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_notch
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_pan
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_pitch
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_reverb
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── audio_swapchannels
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── blend_mode
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── bluescreen0r
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── blur
│   │   │   ├── meta_boxblur.qml
│   │   │   ├── meta_movit.qml
│   │   │   ├── ui_boxblur.qml
│   │   │   └── ui_movit.qml
│   │   ├── blur_exponential
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── blur_gaussian
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── blur_lowpass
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── brightness
│   │   │   ├── meta_movit.qml
│   │   │   ├── meta.qml
│   │   │   ├── ui_movit.qml
│   │   │   └── ui.qml
│   │   ├── chromahold
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── color
│   │   │   ├── meta_frei0r_coloradj.qml
│   │   │   ├── meta_movit.qml
│   │   │   ├── meta.qml
│   │   │   ├── ui_frei0r_coloradj.qml
│   │   │   └── ui.qml
│   │   ├── contrast
│   │   │   ├── meta_movit.qml
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── corners
│   │   │   ├── meta.qml
│   │   │   ├── ui.qml
│   │   │   └── vui.qml
│   │   ├── crop
│   │   │   ├── meta_movit.qml
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── dance
│   │   │   ├── meta_dance.qml
│   │   │   └── ui_dance.qml
│   │   ├── distort
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── dither
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── dust
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── dynamictext
│   │   │   ├── meta.qml
│   │   │   ├── ui.qml
│   │   │   └── vui.qml
│   │   ├── elastic_scale
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── fadein_brightness
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── fadein_movit
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── fadeout_brightness
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── fadeout_movit
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── flip
│   │   │   ├── meta_movit.qml
│   │   │   └── meta.qml
│   │   ├── glitch
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── glow
│   │   │   ├── meta_frei0r.qml
│   │   │   ├── meta_movit.qml
│   │   │   ├── ui_frei0r.qml
│   │   │   └── ui_movit.qml
│   │   ├── gradient
│   │   │   ├── meta.qml
│   │   │   ├── ui.qml
│   │   │   └── vui.qml
│   │   ├── grain
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── grid
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── halftone
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── hqdn3d
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── hue_lightness_saturation
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── invert
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── keyspillm0pup
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── lenscorrection
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── levels
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── lightshow
│   │   │   ├── meta_lightshow.qml
│   │   │   ├── ui_lightshow.qml
│   │   │   └── vui.qml
│   │   ├── lines
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── lut3d
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── mask
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── mask_alphaspot
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── mask_apply
│   │   │   └── meta.qml
│   │   ├── mask_shape
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── mirror
│   │   │   ├── meta_movit.qml
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── mosaic
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── movit_diffusion
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── nervous
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── noise_fast
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── noise_keyframes
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── nosync
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── oldfilm
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── opacity
│   │   │   ├── meta_movit.qml
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── posterize
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── rectangle
│   │   │   ├── meta.qml
│   │   │   ├── rectangle.qml
│   │   │   ├── ui.qml
│   │   │   └── vui.qml
│   │   ├── rgbsplit0r
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── rotate
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── saturation
│   │   │   ├── meta_frei0r.qml
│   │   │   ├── meta_movit.qml
│   │   │   ├── ui_frei0r.qml
│   │   │   └── ui_movit.qml
│   │   ├── scanlines
│   │   │   └── meta.qml
│   │   ├── select0r
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── sepia
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── sharpen
│   │   │   ├── meta_frei0r.qml
│   │   │   ├── meta_movit.qml
│   │   │   ├── ui_frei0r.qml
│   │   │   └── ui_movit.qml
│   │   ├── size_position
│   │   │   ├── meta_affine.qml
│   │   │   ├── meta_movit.qml
│   │   │   ├── SizePositionUI.qml
│   │   │   ├── SizePositionVUI.qml
│   │   │   ├── ui_affine.qml
│   │   │   ├── ui_movit.qml
│   │   │   ├── vui_affine.qml
│   │   │   └── vui_movit.qml
│   │   ├── sketch
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── smartblur
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── spectrum
│   │   │   ├── meta_spectrum.qml
│   │   │   ├── ui_spectrum.qml
│   │   │   └── vui_spectrum.qml
│   │   ├── spillsuppress
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── spot_remover
│   │   │   ├── meta.qml
│   │   │   ├── ui.qml
│   │   │   └── vui.qml
│   │   ├── stabilize
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── tcolor
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── threshold
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── timer
│   │   │   ├── ClockSpinner.qml
│   │   │   ├── meta.qml
│   │   │   ├── ui.qml
│   │   │   └── vui.qml
│   │   ├── trails
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── unpremultiply
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── vertigo
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── vignette
│   │   │   ├── meta_movit.qml
│   │   │   ├── meta_oldfilm.qml
│   │   │   ├── ui_movit.qml
│   │   │   └── ui_oldfilm.qml
│   │   ├── wave
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── waveform
│   │   │   ├── meta.qml
│   │   │   ├── ui.qml
│   │   │   └── vui.qml
│   │   ├── webvfx
│   │   │   ├── meta.qml
│   │   │   ├── templates
│   │   │   │   ├── plain
│   │   │   │   │   ├── Basic
│   │   │   │   │   │   └── Blank HTML
│   │   │   │   │   │   └── blank.html
│   │   │   │   │   └── OpenShot
│   │   │   │   │   ├── Blue Middle Bar
│   │   │   │   │   │   ├── blue_middle_bar.html
│   │   │   │   │   │   └── blue_middle_bar.svg
│   │   │   │   │   ├── Creative Commons Music 1
│   │   │   │   │   │   ├── creative_commons_music_1.html
│   │   │   │   │   │   └── creative_commons_music_1.svg
│   │   │   │   │   └── Creative Commons Music 2
│   │   │   │   │   ├── creative_commons_music_2.html
│   │   │   │   │   └── creative_commons_music_2.svg
│   │   │   │   └── webvfx
│   │   │   │   └── Basic
│   │   │   │   ├── Blank with Web Animations
│   │   │   │   │   └── web-animations.html
│   │   │   │   ├── Simple Scroll
│   │   │   │   │   ├── simple_scroll.html
│   │   │   │   │   └── simple_scroll_ui.qml
│   │   │   │   └── Two Column Scroll
│   │   │   │   ├── two_column_scroll.html
│   │   │   │   └── two_column_scroll_ui.qml
│   │   │   └── ui.qml
│   │   ├── webvfx_choppy
│   │   │   ├── choppy.html
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── webvfx_circular_frame
│   │   │   ├── filter-demo.html
│   │   │   ├── meta.qml
│   │   │   └── ui.qml
│   │   ├── webvfx_clip
│   │   │   ├── filter-clip.html
│   │   │   ├── meta.qml
│   │   │   ├── ui.qml
│   │   │   └── vui.qml
│   │   ├── webvfx_ruttetraizer
│   │   │   ├── meta.qml
│   │   │   ├── ruttetraizer.html
│   │   │   ├── three.js
│   │   │   └── ui.qml
│   │   ├── webvfx_swirl
│   │   │   ├── meta.qml
│   │   │   ├── shaderkit.js
│   │   │   ├── swirl.html
│   │   │   └── ui.qml
│   │   ├── webvfx_threejs_text
│   │   │   ├── Detector.js
│   │   │   ├── fonts
│   │   │   │   ├── gentilis_bold.typeface.js
│   │   │   │   ├── gentilis_regular.typeface.js
│   │   │   │   ├── helvetiker_bold.typeface.js
│   │   │   │   ├── helvetiker_regular.typeface.js
│   │   │   │   ├── liberation_sans_bold.js
│   │   │   │   ├── liberation_sans_regular.js
│   │   │   │   ├── liberation_serif_bold.js
│   │   │   │   ├── liberation_serif_regular.js
│   │   │   │   ├── optimer_bold.typeface.js
│   │   │   │   └── optimer_regular.typeface.js
│   │   │   ├── GeometryUtils.js
│   │   │   ├── meta.qml
│   │   │   ├── threejs_text.html
│   │   │   ├── three.min.js
│   │   │   └── ui.qml
│   │   └── white
│   │   ├── meta_frei0r.qml
│   │   ├── meta_movit.qml
│   │   └── ui.qml
│   ├── htmleditor
│   │   ├── text_outline.qml
│   │   └── text_shadow.qml
│   ├── modules
│   │   └── Shotcut
│   │   └── Controls
│   │   ├── ColorPicker.qml
│   │   ├── GradientControl.qml
│   │   ├── KeyframableFilter.qml
│   │   ├── KeyframesButton.qml
│   │   ├── Preset.qml
│   │   ├── qmldir
│   │   ├── RectangleControl.qml
│   │   ├── SaveDefaultButton.qml
│   │   ├── SimplePropertyUI.qml
│   │   ├── SliderSpinner.qml
│   │   ├── TextFilterUi.qml
│   │   ├── TextFilterVui.qml
│   │   ├── TimeSpinner.qml
│   │   ├── ToggleButton.qml
│   │   ├── ToolTip.qml
│   │   ├── UndoButton.qml
│   │   └── VuiBase.qml
│   ├── scopes
│   │   └── audioloudness
│   │   └── audioloudnessscope.qml
│   └── views
│   ├── filter
│   │   ├── AttachedFilters.qml
│   │   ├── FilterMenuDelegate.qml
│   │   ├── FilterMenu.js
│   │   ├── FilterMenu.qml
│   │   └── filterview.qml
│   ├── keyframes
│   │   ├── Clip.qml
│   │   ├── Keyframe.qml
│   │   ├── Keyframes.js
│   │   ├── keyframes.qml
│   │   ├── KeyframesToolbar.qml
│   │   ├── ParameterHead.qml
│   │   ├── Parameter.qml
│   │   ├── Ruler.qml
│   │   ├── ToggleButton.qml
│   │   └── ZoomSlider.qml
│   └── timeline
│   ├── Clip.qml
│   ├── CornerSelectionShadow.qml
│   ├── PulsingAnimation.qml
│   ├── Ruler.qml
│   ├── Timeline.js
│   ├── timeline.qml
│   ├── TimelineToolbar.qml
│   ├── TrackHead.qml
│   ├── Track.js
│   ├── Track.qml
│   └── ZoomSlider.qml
└── translations
├── shotcut_ar.qm
├── shotcut_ca.qm
├── shotcut_cs.qm
├── shotcut_da.qm
├── shotcut_de.qm
├── shotcut_el.qm
├── shotcut_en_GB.qm
├── shotcut_en.qm
├── shotcut_es.qm
├── shotcut_et.qm
├── shotcut_fi.qm
├── shotcut_fr.qm
├── shotcut_gd.qm
├── shotcut_gl.qm
├── shotcut_hu.qm
├── shotcut_it.qm
├── shotcut_ja.qm
├── shotcut_ko.qm
├── shotcut_nb.qm
├── shotcut_ne.qm
├── shotcut_nl.qm
├── shotcut_nn.qm
├── shotcut_oc.qm
├── shotcut_pl.qm
├── shotcut_pt_BR.qm
├── shotcut_pt_PT.qm
├── shotcut_ru.qm
├── shotcut_sk.qm
├── shotcut_sl.qm
├── shotcut_sv.qm
├── shotcut_th.qm
├── shotcut_tr.qm
├── shotcut_uk.qm
├── shotcut_zh_CN.qm
└── shotcut_zh_TW.qm
150 directories, 379 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment