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

Handbrake file input limited to only mkv or m4v #11

Closed
Light-Wizzard opened this issue Jul 3, 2018 · 1 comment
Closed

Handbrake file input limited to only mkv or m4v #11

Light-Wizzard opened this issue Jul 3, 2018 · 1 comment

Comments

@Light-Wizzard
Copy link

On line 144 of main this limits the input filepath.Glob(defaults.SrcDir + "/*.m[k4]v"), Handbrake supports many file types, not sure of all of them, maybe: mkv, m4v, mp4, mpg, mpeg, avi, ts, m2ts, wmv, rm, asf, qt, mxf, vpx8, flv, webm, mov, m4a, 3gp, 3g2, mj2, I have not tried all of them, but you need to add more to make the program useful, also you might want to make it case insensitive.

yanfali added a commit that referenced this issue Jul 3, 2018
 defaults to mkv but can be made to match other files

 e.g. --fileglob mov
@yanfali
Copy link
Owner

yanfali commented Jul 3, 2018

fixed

@yanfali yanfali closed this as completed Jul 3, 2018
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

2 participants