Giter Club home page Giter Club logo

ffconv's Introduction

๐Ÿ“บ 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.

ffconv's People

Contributors

toshy avatar dependabot[bot] avatar

Watchers

 avatar

ffconv's Issues

[Enhancement] Create output subdirectory based on input subdirectory for default behavior

Problem

Currently if the user supplies no arguments, it defaults to /app/input, looks for all files recursively in this directory, and write all output to /app/output by default. This also means if a file is available in /app/input/test/example.mkv, it will write the output to /app/output/example.mp4 by default (if no output argument is given).

While not necessarily a problem, it would be nice if the subdirectories would be kept for output directories based on which subdirectory the input file is located. Meaning it should write to /app/output/test/example.mp4 in the above example.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.