Skip to content
/ ffconv Public

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

License

Notifications You must be signed in to change notification settings

ToshY/ffconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ada6c88 Β· Feb 28, 2025
Feb 28, 2025
Feb 28, 2025
Sep 8, 2024
Jun 24, 2024
Jul 6, 2024
Jun 24, 2024
Jun 24, 2024
Sep 8, 2024
Nov 16, 2020
Feb 28, 2025
Feb 28, 2025
Jun 25, 2024
Jul 6, 2024
Sep 8, 2024
Sep 1, 2024
Sep 8, 2024

Repository files navigation

πŸ“Ί 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.