Remove -c copy in Worker.trim()
This commit is contained in:
parent
b80e3e856f
commit
ac919ed2b4
@ -116,7 +116,7 @@ module.exports = (_options = {}) => {
|
|||||||
|
|
||||||
const trim = (input, output, from, to, opts = '', del = true, jobId) => (
|
const trim = (input, output, from, to, opts = '', del = true, jobId) => (
|
||||||
run(
|
run(
|
||||||
`${opts} -i /data/${input} -ss ${from} -to ${to} -c copy ${output}`,
|
`${opts} -i /data/${input} -ss ${from} -to ${to} ${output}`,
|
||||||
{ input, output, del },
|
{ input, output, del },
|
||||||
jobId,
|
jobId,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user