Last active
August 29, 2015 14:07
-
-
Save ChrisK2/3c3815376deeab495b7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Manually load the plugin (no idea if this works) | |
-- invoke("std", "LoadPlugin", {path = "libf3kdb.dylib"}) | |
clip = video_in | |
clip = invoke("std", "Trim", {clip = clip, i_first = 0, i_length = 500000}) | |
clip = invoke("f3kdb", "Deband", {clip = clip, i_grainy = 0, i_grainc = 0, i_output_depth=16}) | |
video_out = clip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment