Skip to content
Snippets Groups Projects
Commit 69a9a31c authored by Julian Rother's avatar Julian Rother
Browse files

complex_live_transcode: Replaced *copy with *null filters

parent 563e9fd3
No related branches found
No related tags found
No related merge requests found
Pipeline #219 passed
...@@ -55,11 +55,11 @@ int main(int argc, char *argv[]) ...@@ -55,11 +55,11 @@ int main(int argc, char *argv[])
"[tmp][logo]%s,split=3[lowtmp][midtmp][high];" "[tmp][logo]%s,split=3[lowtmp][midtmp][high];"
"[lowtmp]scale=640:360[low];" "[lowtmp]scale=640:360[low];"
"[midtmp]scale=1280:720[mid]", "[midtmp]scale=1280:720[mid]",
jstr(jlookup(src1, "afilter"), "acopy"), jstr(jlookup(src1, "afilter"), "anull"),
jstr(jlookup(src2, "afilter"), "acopy"), jstr(jlookup(src2, "afilter"), "anull"),
jstr(jlookup(argv[4], "afilter"), "acopy"), jstr(jlookup(argv[4], "afilter"), "anull"),
jstr(jlookup(src1, "vfilter"), "copy"), jstr(jlookup(src1, "vfilter"), "null"),
jstr(jlookup(src2, "vfilter"), "copy"), jstr(jlookup(src2, "vfilter"), "null"),
jstr(jlookup(argv[4], "vmix"), "streamselect=map=0"), jstr(jlookup(argv[4], "vmix"), "streamselect=map=0"),
getenv(WORKER_RAW), logo_expr getenv(WORKER_RAW), logo_expr
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment