Skip to content

Instantly share code, notes, and snippets.

@ryantm
Last active March 20, 2018 18:44
Show Gist options
  • Save ryantm/a521e923923cd5ac4f188b8dede33a2e to your computer and use it in GitHub Desktop.
Save ryantm/a521e923923cd5ac4f188b8dede33a2e to your computer and use it in GitHub Desktop.
/nix/store/nrg54a2kxlz3r8c4wf2if5vzq0y452fs-libopenshot-0.1.9
├── include
│   └── libopenshot
│   ├── AudioBufferSource.h
│   ├── AudioPlaybackThread.h
│   ├── AudioReaderSource.h
│   ├── AudioResampler.h
│   ├── Blur.h
│   ├── Brightness.h
│   ├── CacheBase.h
│   ├── CacheDisk.h
│   ├── CacheMemory.h
│   ├── ChannelLayouts.h
│   ├── ChromaKey.h
│   ├── ChunkReader.h
│   ├── ChunkWriter.h
│   ├── ClipBase.h
│   ├── Clip.h
│   ├── Color.h
│   ├── Coordinate.h
│   ├── CrashHandler.h
│   ├── DecklinkInput.h
│   ├── DecklinkOutput.h
│   ├── DecklinkReader.h
│   ├── DecklinkWriter.h
│   ├── Deinterlace.h
│   ├── DummyReader.h
│   ├── EffectBase.h
│   ├── EffectInfo.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
│   ├── Mask.h
│   ├── Negate.h
│   ├── OpenMPUtilities.h
│   ├── OpenShot.h
│   ├── PlayerBase.h
│   ├── PlayerDemo.h
│   ├── PlayerPrivate.h
│   ├── Point.h
│   ├── Profiles.h
│   ├── QtImageReader.h
│   ├── QtPlayer.h
│   ├── ReaderBase.h
│   ├── RendererBase.h
│   ├── Saturation.h
│   ├── Tests.h
│   ├── TextReader.h
│   ├── Timeline.h
│   ├── Version.h
│   ├── VideoCacheThread.h
│   ├── VideoPlaybackThread.h
│   ├── VideoRenderer.h
│   ├── VideoRenderWidget.h
│   ├── WriterBase.h
│   └── ZmqLogger.h
├── lib
│   ├── libopenshot.so -> libopenshot.so.14
│   ├── libopenshot.so.0.1.9
│   ├── libopenshot.so.14 -> libopenshot.so.0.1.9
│   └── python3.6
│   └── site-packages
│   ├── openshot.py
│   └── _openshot.so
└── nix-support
└── propagated-user-env-packages
6 directories, 69 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment