Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 13, 2020 07:33
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/5b9b54f64992cb4a2fb91309f8a8ba90 to your computer and use it in GitHub Desktop.
Save r-ryantm/5b9b54f64992cb4a2fb91309f8a8ba90 to your computer and use it in GitHub Desktop.
/nix/store/cd31l668k9cp6khmprabbk24d9lw1xwc-python2.7-av-7.0.1
├── bin
│   └── pyav
├── lib
│   └── python2.7
│   └── site-packages
│   ├── av
│   │   ├── audio
│   │   │   ├── codeccontext.so
│   │   │   ├── fifo.so
│   │   │   ├── format.so
│   │   │   ├── frame.so
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── layout.so
│   │   │   ├── plane.so
│   │   │   ├── resampler.so
│   │   │   └── stream.so
│   │   ├── buffer.so
│   │   ├── bytesource.so
│   │   ├── codec
│   │   │   ├── codec.so
│   │   │   ├── context.so
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── container
│   │   │   ├── core.so
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── input.so
│   │   │   ├── output.so
│   │   │   ├── pyio.so
│   │   │   └── streams.so
│   │   ├── _core.so
│   │   ├── data
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── stream.so
│   │   ├── datasets.py
│   │   ├── datasets.pyc
│   │   ├── deprecation.py
│   │   ├── deprecation.pyc
│   │   ├── descriptor.so
│   │   ├── dictionary.so
│   │   ├── enum.so
│   │   ├── error.so
│   │   ├── filter
│   │   │   ├── context.so
│   │   │   ├── filter.so
│   │   │   ├── graph.so
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── link.so
│   │   │   └── pad.so
│   │   ├── format.so
│   │   ├── frame.so
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logging.so
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── option.so
│   │   ├── packet.so
│   │   ├── plane.so
│   │   ├── sidedata
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── motionvectors.so
│   │   │   └── sidedata.so
│   │   ├── stream.so
│   │   ├── subtitles
│   │   │   ├── codeccontext.so
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── stream.so
│   │   │   └── subtitle.so
│   │   ├── utils.so
│   │   └── video
│   │   ├── codeccontext.so
│   │   ├── format.so
│   │   ├── frame.so
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── plane.so
│   │   ├── reformatter.so
│   │   └── stream.so
│   └── av-7.0.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 80 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment