Skip to content

Commit

Permalink
Updated demo script
Browse files Browse the repository at this point in the history
  • Loading branch information
LittlePox committed Nov 25, 2019
1 parent 5a6f6e3 commit 20a213d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion OKEGui/OKEGui/demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"op_start=10000",
"op_end=15000"
]
}
},
"Rpc" : true
}
2 changes: 1 addition & 1 deletion OKEGui/OKEGui/demo.vpy
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ if Debug:
else: res = mvf.Depth(res, 10)

res.set_output()

src16.set_output(1)
3 changes: 2 additions & 1 deletion OKEGui/OKEGui/demo_720p.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"00000.m2ts",
"00001.m2ts",
"00002.m2ts",
]
],
"Rpc" : true
}
1 change: 1 addition & 0 deletions OKEGui/OKEGui/demo_720p.vpy
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ dark = mvf.Depth(dbed,8,dither=0,ampo=1.5)
res = core.std.MaskedMerge(dark, bright, core.std.Binarize(bright, 128, planes=0), first_plane=True)

res.set_output(0)
src8.set_output(1)

0 comments on commit 20a213d

Please sign in to comment.