Skip to content

Instantly share code, notes, and snippets.

@ChrisK2
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisK2/3c3815376deeab495b7b to your computer and use it in GitHub Desktop.
Save ChrisK2/3c3815376deeab495b7b to your computer and use it in GitHub Desktop.
-- 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