Skip to content

Commit 41bd349

Browse files
committed
Remove -c copy in Worker.trim()
1 parent ef05cab commit 41bd349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module.exports = (_options = {}) => {
116116

117117
const trim = (input, output, from, to, opts = '', del = true, jobId) => (
118118
run(
119-
`${opts} -i /data/${input} -ss ${from} -to ${to} -c copy ${output}`,
119+
`${opts} -i /data/${input} -ss ${from} -to ${to} ${output}`,
120120
{ input, output, del },
121121
jobId,
122122
)

0 commit comments

Comments
 (0)