mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-06 23:11:16 +00:00
web: simplify CobaltFileReference type
Some checks are pending
Some checks are pending
This commit is contained in:
@@ -24,10 +24,7 @@ export const createRemuxPipeline = (file: File) => {
|
||||
workerId: crypto.randomUUID(),
|
||||
parentId,
|
||||
workerArgs: {
|
||||
files: [{
|
||||
file,
|
||||
type: file.type,
|
||||
}],
|
||||
files: [file],
|
||||
ffargs: [
|
||||
"-c", "copy",
|
||||
"-map", "0"
|
||||
|
||||
Reference in New Issue
Block a user