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

Add support for multiple input files #103

Open
hopugop opened this issue Jun 26, 2014 · 1 comment
Open

Add support for multiple input files #103

hopugop opened this issue Jun 26, 2014 · 1 comment

Comments

@hopugop
Copy link

hopugop commented Jun 26, 2014

When copying over the original file, it would be good to be able to pass several mkv files to the script (full paths or *.mkv, etc), and it would iterate over each of them performing the work.

@ghost
Copy link

ghost commented May 11, 2017

just leaving this here (it loops 4 times and convert+remove all dts streams to ac3):
for ((n=0;n<5;n++)); do find . -type f -iname '*.mkv' -exec mkvdts2ac3.sh -w . -n {} \;; done

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