Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve usability of --format #15

Open
bjornua opened this issue Nov 8, 2016 · 0 comments
Open

Improve usability of --format #15

bjornua opened this issue Nov 8, 2016 · 0 comments

Comments

@bjornua
Copy link
Owner

bjornua commented Nov 8, 2016

The program should be pretty user friendly yet flexible. The --target option is flexible but not very easy to read. The --target option should probably be more verbose, show hierarchy, and use named arguments

Inpsired by rust structs .transcoderc file could be in a format like:

mypreset = mkv {
    video: maxres {
        maxheight: 1024,
        maxwidth: 768,
        encoder: h264 {
            crf: 18,
            speed: normal
        }
    ),
    audio: opus {
        bitrate: 192
    }
}

If it's very hard to implement an parser, consider using some json format.

@bjornua bjornua changed the title Remove --format in favour of presets and a .transcoderc file Improve usability of --format Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant