Files
ffmpeg-audio-transcoder/setup.cfg
gitea-bot 405f5a18ee
Some checks failed
Publish Python Package to PyPI / deploy (push) Has been cancelled
[GitHub PR #1 by jono-rams] Add Contributor badges (#3)
**Mirrored from GitHub PR `#1` by `jono-rams`**

Original PR: https://github.com/jono-rams/surround-to-eac3/pull/1

---

None

Co-authored-by: GitHub Bridge Bot <bot@yourdomain.com>
Reviewed-on: #3
Co-authored-by: gitea-bot <bot@jono-rams.work>
Co-committed-by: gitea-bot <bot@jono-rams.work>
2025-06-17 15:57:42 +00:00

35 lines
967 B
INI

[metadata]
name = surround-to-eac3
version = 0.4.1
author = Jonathan Rampersad
author_email = jonathan@jono-rams.work
description = A CLI tool to transcode 5.1 audio in video files to E-AC3.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jono-rams/surround-to-eac3
classifiers =
Development Status :: 4 - Beta
Intended Audience :: End Users/Desktop
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Multimedia :: Sound/Audio :: Conversion
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10
install_requires =
tqdm
platformdirs
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
eac3-transcode = surround_to_eac3.main:main