Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 31, 2020 04:34
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/e1f3c55495fcf0743760e0d5d3c2476a to your computer and use it in GitHub Desktop.
Save r-ryantm/e1f3c55495fcf0743760e0d5d3c2476a to your computer and use it in GitHub Desktop.
/nix/store/3dslbmdfkmzdzlh12np5n4mj3cpxyqbi-ffmpeg-normalize-1.15.8
├── bin
│   └── ffmpeg-normalize
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ffmpeg_normalize
│   │   ├── _cmd_utils.py
│   │   ├── _errors.py
│   │   ├── _ffmpeg_normalize.py
│   │   ├── __init__.py
│   │   ├── _logger.py
│   │   ├── __main__.py
│   │   ├── _media_file.py
│   │   ├── __pycache__
│   │   │   ├── _cmd_utils.cpython-37.pyc
│   │   │   ├── _errors.cpython-37.pyc
│   │   │   ├── _ffmpeg_normalize.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _logger.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── _media_file.cpython-37.pyc
│   │   │   ├── _streams.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── _streams.py
│   │   └── _version.py
│   └── ffmpeg_normalize-1.15.8.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment