ToshY / ffconv

A command-line utility for hardcoding subtitles into videos by converting MKV to MP4.

Home Page:https://toshy.github.io/ffconv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“Ί FFconv

Current bundle version Black Ruff Mypy Security check

A command-line utility for hardcoding subtitles into videos by converting MKV to MP4.

πŸ“ Quickstart

docker run -it --rm \
  -u $(id -u):$(id -g) \
  -v ${PWD}/input:/app/input \
  -v ${PWD}/output:/app/output \
  ghcr.io/toshy/ffconv:latest

πŸ“œ Documentation

The documentation is available at https://toshy.github.io/ffconv.

πŸ› οΈ Contribute

Requirements

❕ License

This repository comes with a MIT license.

About

A command-line utility for hardcoding subtitles into videos by converting MKV to MP4.

https://toshy.github.io/ffconv/

License:MIT License


Languages

Language:Python 95.8%Language:Dockerfile 4.2%