|
|
|
@ -68,6 +68,8 @@ func Run(encoding config.VideoOpts, pass int, pid int, input string, output stri |
|
|
|
cmd := encode.InputPath(input). |
|
|
|
cmd := encode.InputPath(input). |
|
|
|
OutputFormat(encoding.Format). |
|
|
|
OutputFormat(encoding.Format). |
|
|
|
OutputPath(output). |
|
|
|
OutputPath(output). |
|
|
|
|
|
|
|
OutputLogs(os.Stdout). |
|
|
|
|
|
|
|
Overwrite(true). |
|
|
|
Build() |
|
|
|
Build() |
|
|
|
|
|
|
|
|
|
|
|
fmt.Println(">", cmd.String()) |
|
|
|
fmt.Println(">", cmd.String()) |
|
|
|
|