Skip to main content

Encoding utility for Anime Music Quiz

Project description

ffmpeg scripts for handicaps

This Python 3 package simplifies 2-pass VP9/Opus encoding for AMQ using ffmpeg. It's basically a wrapper with presets for ffmpeg-python, with some hacky stuff to get 2-pass encodes working.

You can use it to encode every resolution of a video with a single command.

You can override a lot of the presets. Passing norm=True automatically adjusts volume levels for you.

I'll write up documentation later.

Install it with pip

First, install Python 3 if you haven't already. Then,

pip install amqencode

or maybe this on Windows

py -3 -m pip install amqencode

Also make sure that ffmpeg is on your PATH.

Usage

import amqencode in your python scripts.

See sample_encode.py for an example of a script that encodes a video into mp3 and webms, then muxes those outputs with clean audio.

CLI

If you just want to encode a file without writing a standalone script, you can call the package directly from a terminal.

*nix

python3 -m amqencode

Windows

py -3 -m amqencode

However, this is incapable of muxing clean audio into an encode.

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

amqencode-0.2.3.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

amqencode-0.2.3-py3-none-any.whl (10.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page