We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd0a63 commit 9785470Copy full SHA for 9785470
README.md
@@ -83,14 +83,10 @@ Patches welcome!
83
Some ideas, in no particular order:
84
85
- automatically convert downloaded .ssa files to .srt
86
-- expose thesubdb.com search api
87
- filter: spell fixer
88
- filter: remove hearing aid tags [DOOR OPENS]
89
- make -v (verbose mode) have any effect
90
91
-- maybe .sub reader and converter to .srt
92
- - crappy frame-based format, but useful to be able to convert away from
93
- - requires specifying a frame rate
94
95
# See also
96
mass-dl
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+
3
+rootPath="/Mount/filmer/film"
4
5
+find $rootPath -name '*.avi' ! -name '*.mkv' ! -name '*.mp4' -print0 | xargs -0 -n1 -P1 subber
0 commit comments