subs2cia
Condensed Immersive Audiovisual media generator from subtitles for language learning
File Explorer
Download Latest Version (.zip)- ffmpeg_tools_audiotrim_test.py
- ffmpeg_tools_frame_test.py
- group_test.py
- sources_partition_streams_test.py
- subtools_test.py
- __init__.py
- __main__.py
- argparser.py
- CardExport.py
- cli.py
- Common.py
- condense.py
- ffmpeg_tools.py
- main.py
- pickers.py
- README.md
- sources.py
- subtools.py
- subzipper.py
- .gitignore
- CHANGELOG.md
- LICENSE
- README.md
- requirements.txt
- setup.py
- TODO.md
- USAGE.md
# Installation Guide
git clone https://github.com/dxing97/subs2cia
Downloads the entire project code from GitHub to your computer.
cd subs2cia
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedbrew install python ffmpeg
Installs the pre-built package via Homebrew β no source build required.
pip3 install subs2cia
Installs the package published on PyPI directly β no need to clone the source.
sudo apt install python3 python3-pip ffmpeg
Installs directly from the APT package repository (Debian/Ubuntu-based).
Pulled directly from this repo's README.
3. Python
Easypy -m pip install subs2cia
Installs the Python libraries listed in requirements.txt (or similar).
pip3 install subs2cia
Installs the package published on PyPI directly β no need to clone the source.
sudo apt install python3 python3-pip ffmpeg
Installs directly from the APT package repository (Debian/Ubuntu-based).
$ pip3 install .
Installs the Python libraries listed in requirements.txt (or similar).
Pulled directly from this repo's README.
