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/e4f1c97e1dfbe3f602d287e0c3277060 to your computer and use it in GitHub Desktop.
Save r-ryantm/e4f1c97e1dfbe3f602d287e0c3277060 to your computer and use it in GitHub Desktop.
/nix/store/jr3di9470nsswki6x2878m42j9na26h4-ffmpeg-normalize-1.16.0
├── 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.16.0.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