Remove -c copy in Worker.trim()
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user