Roger's woze

May 16, 2012

graphedit add reference clock

Filed under: Uncategorized — rogerdpack @ 11:45 am

looks like the default is for a graph to have “no clock” at all.

To add/use one, Graph [menu] -> “Use clock” item.

java.lang.NullPointerException: target should not be null (xmldecoder)

Filed under: Uncategorized — rogerdpack @ 10:01 am

this means (apparently) that the class you are trying to unmarshal is “not available” at the decode side.

expression encoder 4 virtual capture blank preview crash

Filed under: Uncategorized — rogerdpack @ 4:15 am

Try rebasing off of the “vcam” demo that’s out that–that one seems to work. directshow

May 15, 2012

directshow input to avisynth

Filed under: Uncategorized — rogerdpack @ 3:09 pm

see http://betterlogic.com/roger/2012/05/avisynth-live-capture/

avisynth live capture

Filed under: Uncategorized — rogerdpack @ 3:02 pm

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

github woe

Filed under: Uncategorized — rogerdpack @ 11:57 am

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)

is git fetch shallow (–depth 1) worth it

Filed under: Uncategorized — rogerdpack @ 11:28 am

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/

May 14, 2012

ffmpeg enable dshow cross compile/directshow not available/dshow.h

Filed under: Uncategorized — rogerdpack @ 9:36 am

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

undefined reference to `_lame_set_VBR_quality cross compile

Filed under: Uncategorized — rogerdpack @ 9:19 am

see http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=5&t=527

May 10, 2012

google custom search report abuse

Filed under: Uncategorized — rogerdpack @ 4:21 pm

maybe here? http://groups.google.com/a/googleproductforums.com/forum/?fromgroups#!searchin/customsearch/abuse/customsearch/FGVyh-fnixY/ugRDehJXL4YJ

« Newer PostsOlder Posts »

Powered by WordPress