pull/3/head
Toni Melisma 4 years ago
commit 3ef48e9ed2

@ -22,11 +22,15 @@ For dependencies, use Homebrew to install:
### Ubuntu Linux
For dependencies, on Ubuntu, install libvips42 and ffmpeg (if you need video support)
If you want HEIF support, be sure to first add my PPA with updated libvips42 packages:
`sudo add-apt-repository ppa:tonimelisma/ppa`
Then, for dependencies, install libvips42 for images and optionally ffmpeg (if you need video support)
`apt-get install libvips42 ffmpeg`
Image and video format support will depend on the support compiled in these libraries. Standard Ubuntu libraries don't include HEIC or HEVC support. Check out my PPA for a recompiled libvips42 for Ubuntu (to be published...)
Image and video format support will depend on the support compiled in these libraries.
## Usage
@ -58,4 +62,4 @@ Other stuff on the roadmap:
- Lots of options / config file to tweak defaults
- Add logging to file, better bimg and ffmpeg error handling, flag to panic on warnings
- Add 'force_divisible_by=2' to ffmpeg encoding (when feature is available in next ffmpeg release)
- Go through the rest of the minor annoyances (TODOs in code)
- Go through the rest of the minor annoyances (TODOs in code)

Loading…
Cancel
Save