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 0058fab commit 6709d89Copy full SHA for 6709d89
.dockerignore
@@ -0,0 +1,3 @@
1
+datadir/
2
+LICENSE
3
+README.md
scripts/join-insv
@@ -51,7 +51,7 @@ join_insv() {
51
local outfile="$2"
52
shift 2
53
54
- local tmpfile="_tmp.${outfile}"
+ local tmpfile="${outfile}"_tmp_.mp4
55
local file_list
56
file_list="_list.txt"
57
0 commit comments