Roger's woze

August 31, 2011

transparent BufferedImage

Filed under: Uncategorized — rogerdpack @ 5:40 pm

I think they all start transparent, if the type is TYPE_INT_ARGB if it’s TYPE_INT_RGB then it starts black.

 

If you don’t want this then color it via a large initial white rectangle call

ruby-fs-stack personas

Filed under: Uncategorized — rogerdpack @ 12:26 pm

how to retrieve them: ($com.familytree_v2.person :me, :personas => ‘all’).personas

ref: https://devnet.familysearch.org/docs/api/familytree-v2/examples/person.html#Person-Read—Restricted-Standard-View-(All-Names-and-Genders)

using persona instead of “/person” avoided this error: org.familysearch.ws.familytree.v2.services.RequestException: Invalid value of “all” for the “notes” parameter.

August 30, 2011

keyremap4macbook disable

Filed under: Uncategorized — rogerdpack @ 11:28 pm

here’s how, kind of (maybe reboot in safe mode by holding down shift key), otherwise, delete /Users/username/Application/KeyREmapper/private.xml and see if that helps (then run sudo reboot to restart)

 

dbglog registry example

Filed under: Uncategorized — rogerdpack @ 2:00 pm
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectShow\Debug\GLOBAL]
"MEMORY"=dword:00001000

ffmpeg directshow woe

Filed under: Uncategorized — rogerdpack @ 1:25 pm
szInfo = 0x0028f2ec "Executable: ffplay.exe  Pid 1214  Tid c1c. Module PushDesktop.ax, 2 objects left active!"
PushDesktop.ax(tid eb0)     7605 :
PushDesktop.ax(tid eb0)     7605 :    ID             Object Description
PushDesktop.ax(tid eb0)     7605 :
PushDesktop.ax(tid eb0)     7606 :     3 (0028E7E0) Push Source CPushPinDesktop child
PushDesktop.ax(tid eb0)     7607 :     2 (0028E7E0)       PushSourceDesktop Parent
PushDesktop.ax(tid eb0)     7608 :
PushDesktop.ax(tid eb0)     7608 : Total object count     2

all this meant "ffmpeg's source code doesn't cleanup right [dshow.c says
    /* FIXME remove filters from graph */
    /* FIXME disconnect pins */ ]
but this only occurs with Debug builds, Release builds won't throw this exception message and crash.

Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	ffmpeg.exe
  Application Version:	0.0.0.0
  Application Timestamp:	4e35dcc9
  Fault Module Name:	KERNELBASE.dll
  Fault Module Version:	6.1.7601.17651
  Fault Module Timestamp:	4e211319
  Exception Code:	80000003
  Exception Offset:	0001280c
  OS Version:	6.1.7601.2.1.0.256.4
  Locale ID:	1033
  Additional Information 1:	0a9e
  Additional Information 2:	0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:	0a9e
  Additional Information 4:	0a9e372d3b4ad19135b953a78882e789

Read our privacy statement online:

http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt


	

logitech quickcam windows 7

Filed under: Uncategorized — rogerdpack @ 10:11 am

http://www.creativecodedesign.com/node/33probably has the right answer, though it didn’t seem to work for me…

 

August 29, 2011

ffmpeg subtitles hardcoded .srt

Filed under: Uncategorized — rogerdpack @ 12:25 pm

http://forums.creativecow.net/thread/291/155

has the answer I think. It appears to now be possible.

ffmpeg add overlay timestamps

Filed under: Uncategorized — rogerdpack @ 12:20 pm

http://ffmpeg.org/pipermail/libav-user/2011-August/000579.html shows the way (use subtitles, overlay, reencode). Clever, eh?

innosetup include entire folder/directory

Filed under: Uncategorized — rogerdpack @ 10:30 am

 

Source: E:\Server Data\Randem\Develop\**********\Sample\*.*; DestDir: {app}\Sample; Flags: ignoreversion recursesubdirs

ref:

http://www.vbforums.com/showthread.php?t=516095

 

August 26, 2011

spring conflict

Filed under: Uncategorized — rogerdpack @ 2:32 pm

classdefnotfound methodnotfoundexception springframework aop

AopNamespaceUtils

registerAutoProxyCreatorIfNecessary

meant “you have some spring 2.0.4 and some 2.5.4 and you want all 2.5.4″ or something along those lines

Older Posts »

Powered by WordPress