eworm.extract-artwork/README.md

45 lines
999 B
Markdown
Raw Normal View History

2015-07-14 18:25:00 +02:00
extract-artwork
===============
2015-07-14 20:10:53 +02:00
**Extract artwork from media files**
Takes a number of media files and extracts artwork images.
Requirements
------------
To compile and run `extract-artwork` you need:
* [libav](https://libav.org/) or [ffmpeg](https://www.ffmpeg.org/)
2018-06-14 12:39:52 +02:00
* [markdown](https://daringfireball.net/projects/markdown/) (HTML documentation)
2015-07-14 20:10:53 +02:00
Some systems may require additional development packages for the libraries.
Build and install
-----------------
Building and installing is very easy. Just run:
> make
followed by:
> make install
This will place an executable at `/usr/bin/extract-artwork`,
documentation can be found in `/usr/share/doc/extract-artwork/`.
Usage
-----
Just run `extract-artwork` and add argument with media file names.
### Upstream
URL:
2018-06-08 09:30:35 +02:00
[GitHub.com](https://github.com/eworm-de/extract-artwork#extract-artwork)
Mirror:
[eworm.de](https://git.eworm.de/cgit.cgi/extract-artwork/)
2018-06-08 09:30:35 +02:00
[GitLab.com](https://gitlab.com/eworm-de/extract-artwork#extract-artwork)