looks like the default is for a graph to have “no clock” at all.
To add/use one, Graph [menu] -> “Use clock” item.
looks like the default is for a graph to have “no clock” at all.
To add/use one, Graph [menu] -> “Use clock” item.
this means (apparently) that the class you are trying to unmarshal is “not available” at the decode side.
Try rebasing off of the “vcam” demo that’s out that–that one seems to work. directshow
Looks like all you can do is specify a “graphedit” file that has your directshow capture source/card in it. sigh.
Then create a .avs file like
directshowsource(“screen-capture-recorder.GRF”, audio=False, framecount=1000000)
see http://avisynth.org/mediawiki/DirectShowSource#Opening_GRF_files
c:\dev\ruby\avisynth-directshow-capture>git.exe pom | cat
Counting objects: 310, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (242/242), done.
Writing objects: 100% (310/310), 28.29 MiB | 632 KiB/s, done.
Total 310 (delta 32), reused 310 (delta 32)
error: unpack failed: index-pack abnormal exit
To https://rdp:githubrox@github.com/rdp/avisynth-directshow-capture.git
! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to ‘https://rdp:githubrox@github.com/rdp/avisynt
h-directshow-capture.git’
may have meant “you’re out of disk space on github” (?)
or possibly that it was freaking out because of having cloned a shallow copy? (probably this one)
For me it was a difference in size of 36MB to 72MB (it saved space, and time).
However for most projects (i.e. those source only, where mine has some binaries) apparently it doesn’t make much difference:
http://blogs.gnome.org/simos/2009/04/18/git-clones-vs-shallow-git-clones/
turns out it’s not a configure parameter, but merely “do the headers exist?” type thing.
http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=119
There is a way to get them
see http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=5&t=527
maybe here? http://groups.google.com/a/googleproductforums.com/forum/?fromgroups#!searchin/customsearch/abuse/customsearch/FGVyh-fnixY/ugRDehJXL4YJ
Powered by WordPress