You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: