Skip to content

Instantly share code, notes, and snippets.

@ChrisK2
Last active August 29, 2015 14:07

Revisions

  1. ChrisK2 renamed this gist Oct 12, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. ChrisK2 created this gist Oct 12, 2014.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    -- 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