Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 20, 2018 18:56
Show Gist options
  • Save ryantm/975bceaefac533915d8ec8cb40b2a9ea to your computer and use it in GitHub Desktop.
Save ryantm/975bceaefac533915d8ec8cb40b2a9ea to your computer and use it in GitHub Desktop.
/nix/store/3l0bhf1m6bxlryaxazqhy6962k6isml0-libopenshot-0.2.1
├── include
│   └── libopenshot
│   ├── AudioBufferSource.h
│   ├── AudioReaderSource.h
│   ├── AudioResampler.h
│   ├── CacheBase.h
│   ├── CacheDisk.h
│   ├── CacheMemory.h
│   ├── ChannelLayouts.h
│   ├── ChunkReader.h
│   ├── ChunkWriter.h
│   ├── ClipBase.h
│   ├── Clip.h
│   ├── Color.h
│   ├── Coordinate.h
│   ├── CrashHandler.h
│   ├── DecklinkInput.h
│   ├── DecklinkOutput.h
│   ├── DecklinkReader.h
│   ├── DecklinkWriter.h
│   ├── DummyReader.h
│   ├── EffectBase.h
│   ├── EffectInfo.h
│   ├── effects
│   │   ├── Bars.h
│   │   ├── Blur.h
│   │   ├── Brightness.h
│   │   ├── ChromaKey.h
│   │   ├── ColorShift.h
│   │   ├── Crop.h
│   │   ├── Deinterlace.h
│   │   ├── Hue.h
│   │   ├── Mask.h
│   │   ├── Negate.h
│   │   ├── Pixelate.h
│   │   ├── Saturation.h
│   │   ├── Shift.h
│   │   └── Wave.h
│   ├── Effects.h
│   ├── Enums.h
│   ├── Exceptions.h
│   ├── FFmpegReader.h
│   ├── FFmpegUtilities.h
│   ├── FFmpegWriter.h
│   ├── Fraction.h
│   ├── Frame.h
│   ├── FrameMapper.h
│   ├── ImageReader.h
│   ├── ImageWriter.h
│   ├── Json.h
│   ├── KeyFrame.h
│   ├── OpenMPUtilities.h
│   ├── OpenShot.h
│   ├── PlayerBase.h
│   ├── Point.h
│   ├── Profiles.h
│   ├── Qt
│   │   ├── AudioPlaybackThread.h
│   │   ├── PlayerDemo.h
│   │   ├── PlayerPrivate.h
│   │   ├── VideoCacheThread.h
│   │   ├── VideoPlaybackThread.h
│   │   ├── VideoRenderer.h
│   │   └── VideoRenderWidget.h
│   ├── QtImageReader.h
│   ├── QtPlayer.h
│   ├── ReaderBase.h
│   ├── RendererBase.h
│   ├── Tests.h
│   ├── TextReader.h
│   ├── Timeline.h
│   ├── Version.h
│   ├── WriterBase.h
│   └── ZmqLogger.h
├── lib
│   ├── libopenshot.so -> libopenshot.so.16
│   ├── libopenshot.so.0.2.1
│   ├── libopenshot.so.16 -> libopenshot.so.0.2.1
│   └── python3.6
│   └── site-packages
│   ├── openshot.py
│   └── _openshot.so
└── nix-support
└── propagated-user-env-packages
8 directories, 76 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment