Skip to content

Instantly share code, notes, and snippets.

@BenChung
Created July 26, 2017 20:04
Show Gist options
  • Save BenChung/1bae46c55c3c59db2d2eee7eb933eae9 to your computer and use it in GitHub Desktop.
Save BenChung/1bae46c55c3c59db2d2eee7eb933eae9 to your computer and use it in GitHub Desktop.
digraph G {
node0 [label="(filter-node\n '#:filters\n (hash\n 'audio\n (filter \"aevalsrc\" '#hash((\"d\" . +inf.0) (\"exprs\" . \"0\")) #f)\n 'video\n (filter\n \"color\"\n '#hash((\"d\" . +inf.0) (\"c\" . \"0x000000ff\") (\"size\" . \"1280x720\"))\n #f))\n '#:props\n '#hash((\"width\" . 1280) (\"end\" . +inf.0) (\"height\" . 720) (\"start\" . 0))\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
node1 [label="(filter-node\n '#:filters\n (hash 'video (filter \"scale\" '#hash((\"width\" . 1280) (\"height\" . 720)) #f))\n '#:props\n '#hash((\"width\" . 1280) (\"end\" . +inf.0) (\"height\" . 720) (\"start\" . 0))\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
node2 [label="(filter-node\n '#:filters\n (hash\n 'audio\n (filter \"atrim\" '#hash((\"end\" . +inf.0) (\"start\" . 0)) #f)\n 'video\n (filter \"trim\" '#hash((\"end\" . +inf.0) (\"start\" . 0)) #f))\n '#:props\n '#hash((\"width\" . 1280) (\"end\" . +inf.0) (\"height\" . 720) (\"start\" . 0))\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
node3 [label="(filter-node\n '#:filters\n (hash 'audio (filter \"afifo\" '#hash() #f) 'video (filter \"fifo\" '#hash() #f))\n '#:props\n '#hash((\"width\" . 1280) (\"end\" . +inf.0) (\"height\" . 720) (\"start\" . 0))\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
node4 [label="(filter-node\n '#:filters\n (hash\n 'audio\n (filter \"atrim\" '#hash((\"end\" . 2) (\"start\" . 0)) #f)\n 'video\n (filter \"trim\" '#hash((\"end\" . 2) (\"start\" . 0)) #f))\n '#:props\n '#hash((\"width\" . 1280) (\"end\" . +inf.0) (\"height\" . 720) (\"start\" . 0))\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
node5 [label="(filter-node\n '#:filters\n (hash\n 'audio\n (filter \"anull\" '#hash() #f)\n 'video\n (filter \"scale\" '#hash((\"width\" . 1280) (\"height\" . 720)) #f))\n '#:props\n '#hash((\"width\" . 1280) (\"end\" . +inf.0) (\"height\" . 720) (\"start\" . 0))\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
node6 [label="(filter-node\n '#:filters\n (hash 'video (filter \"fps\" '#hash((\"fps\" . 24)) #f))\n '#:props\n '#hash((\"width\" . 1280) (\"end\" . +inf.0) (\"height\" . 720) (\"start\" . 0))\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
node7 [label="(filter-node\n '#:filters\n (hash\n 'audio\n (filter\n \"aformat\"\n '#hash((\"sample_fmts\" . fltp)\n (\"sample_rates\" . 44100)\n (\"channel_layouts\" . stereo))\n #f)\n 'video\n (filter \"format\" '#hash((\"pix_fmts\" . yuv420p)) #f))\n '#:props\n '#hash((\"width\" . 1280) (\"end\" . +inf.0) (\"height\" . 720) (\"start\" . 0))\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
node8 [label="(filter-node\n '#:filters\n (hash\n 'audio\n (filter \"asetrate\" '#hash((\"r\" . 44100.0)) #f)\n 'video\n (filter \"setpts\" '#hash((\"expr\" . \"(PTS-STARTPTS)*1.0\")) #f))\n '#:props\n '#hash((\"width\" . 1280) (\"end\" . +inf.0) (\"height\" . 720) (\"start\" . 0))\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
node9 [label="(sink-node\n '#:file\n #<path:C:\\Users\\Ben Chung\\Videos\\PLISS\\composite.mov>\n '#:props\n '#hash()\n '#:counts\n '#hash((audio . 1) (video . 1)))\n"];
subgraph U {
edge [dir=none];
}
subgraph D {
node0 -> node1 [label="1"];
node1 -> node2 [label="1"];
node2 -> node3 [label="1"];
node3 -> node4 [label="1"];
node4 -> node5 [label="1"];
node5 -> node6 [label="1"];
node6 -> node7 [label="1"];
node7 -> node8 [label="1"];
node8 -> node9 [label="1"];
}
}
aevalsrc=d=+inf.0:exprs=0[audio0];color=d=+inf.0:c=0x000000ff:size=1280x720[video1];[audio0]anull[audio2];[video1]scale=width=1280:height=720[video3];[audio2]atrim=end=+inf.0:start=0[audio4];[video3]trim=end=+inf.0:start=0[video5];[audio4]afifo[audio6];[video5]fifo[video7];[audio6]atrim=end=2:start=0[audio8];[video7]trim=end=2:start=0[video9];[audio8]anull[audio10];[video9]scale=width=1280:height=720[video11];[audio10]anull[audio12];[video11]fps=fps=24[video13];[audio12]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=stereo[audio14];[video13]format=pix_fmts=yuv420p[video15];[audio14]asetrate=r=44100.0[audio16];[video15]setpts=expr=(PTS-STARTPTS)*1.0[video17]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment