Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc authored Jun 4, 2024
1 parent c75d3eb commit 3ee4ee8
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,37 @@ You can install MultiMedia Diary Tools via pip:
```bash
pip install mmdiary
```
## Recommended Tools
## Dependencies

To ensure unique filenames for your files, it is recommended to use the [photo-importer](https://github.com/sashacmc/photo-importer) tool.
This tool requires installed:

### exiftool

Can be download from https://exiftool.org or installed form package manager

Example for Debian-based systems:
```bash
sudo apt install exiftool
```

### ffmpeg

Can be download from https://ffmpeg.org/ or installed form package manager

Example for Debian-based systems:
```bash
sudo apt install ffmpeg
```

### cuda (optional)

It will makes transcription much faster

https://docs.nvidia.com/cuda/cuda-installation-guide-linux/

### photo-importer (optional)

To ensure unique filenames for your media files, it is recommended to use the [photo-importer](https://github.com/sashacmc/photo-importer) tool.

## Fast Interactive Setup

Expand Down

0 comments on commit 3ee4ee8

Please sign in to comment.