Compress Anki deck .apkg file size
Project description
Anki Compressor
Compresses images and audio in Anki .apkg files to reduce the overall file size.
Installation
anki-compressor
can be installed with Pip, but it requires Pydub and Pillow which have native dependencies that need to be installed. You'll need to include support for libvorbis
in the audio library, since all audio is converted to ogg
and all images are converted to jpg
.
Once you've installed those dependencies, run pip install anki-compressor
to install the command line script.
Usage
usage: anki-compressor [-h] -i INPUT [-o OUTPUT] [-q QUALITY] [-b BITRATE]
Compress Anki .apkg file size
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
Input .apkg file to compress
-o OUTPUT, --output OUTPUT
Output file to write, defaults to MIN_<INPUT>
-q QUALITY, --quality QUALITY
Quality value for image compression (0-100), defaults to 50
-b BITRATE, --bitrate BITRATE
ffmpeg-compliant bitrate value for audio compression, defaults to 48k
Here's an example of compressing a file input.apkg
and writing the output to output.apkg
:
anki-compressor -i input.apkg -o output.apkg -q 50 -b 64k
Arguments
-i
: Specifies the input file and is required-o
: Output file name, defaults toMIN_<INPUT>
-q
: Image quality on a scale of 1-100 supplied to Pillow's image processing, defaults to 50-b
: Bitrate for audio output, defaults to '48k'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file anki-compressor-0.1.0.tar.gz
.
File metadata
- Download URL: anki-compressor-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e19b920dc464f6103d0a36d69bae0ea7415d30bdf3f70bc780bfb994795f87a1 |
|
MD5 | cad076604baec460ac110d71bb39df37 |
|
BLAKE2b-256 | 0c20a850cb293d707fc28534e327d78f885194bd5d139a671a93ee2735ce9ff5 |
File details
Details for the file anki_compressor-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: anki_compressor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5eafd1d75543a0fa017b72a2f05afadb360a804d2823c06e95535042aef5243 |
|
MD5 | 0fa06e91ed7a64ff0e56dbbd84010a43 |
|
BLAKE2b-256 | 907b0000d4a971e0efedbfaadae334a771bf0c5d78a549c77d0a6fb57abfbee6 |