I'm trying to make some Video documentation of BLFS, and would like to
record video of my desktop.  In the past I've used xvidcap:
http://xvidcap.sourceforge.net/
However, this project seems dead.  Does anyone know of anything better
out there?


I tried compiling xvidcap from CVS and it's fails to make with the
following error:

./configure --prefix=/usr --with-forced-embedded-ffmpeg --with-gtk2 &&
make

xt_control.c:110: error: 'AppData' has no member named 'fps'
xt_control.c:111: error: 'AppData' has no member named 'file'
xt_control.c:115: error: 'AppData' has no member named 'time'
xt_control.c:116: error: 'AppData' has no member named 'frames'
xt_control.c:117: error: 'AppData' has no member named 'start_no'
xt_control.c:118: error: 'AppData' has no member named 'compress'
xt_control.c:119: error: 'AppData' has no member named 'quality'
xt_control.c:120: error: 'AppData' has no member named 'bpp'
xt_control.c:123: error: 'AppData' has no member named 'sndrate'
xt_control.c:124: error: 'AppData' has no member named 'sndsize'
xt_control.c:125: error: 'AppData' has no member named 'play_cmd'
xt_control.c:126: error: 'AppData' has no member named 'video_cmd'
xt_control.c:127: error: 'AppData' has no member named 'edit_cmd'
xt_control.c: In function 'CbSelect':
xt_control.c:870: error: 'CAP_FFM' undeclared (first use in this
function)
xt_control.c:870: error: (Each undeclared identifier is reported only
once
xt_control.c:870: error: for each function it appears in.)
xt_control.c:870: warning: comparison between pointer and integer
xt_control.c:911: error: too many arguments to function
'job_set_save_function'
xt_control.c: In function 'CreateControl':
xt_control.c:964: error: 'struct <anonymous>' has no member named 'file'
xt_control.c:966: error: 'struct <anonymous>' has no member named 'bpp'
xt_control.c:967: error: 'struct <anonymous>' has no member named
'play_cmd'
xt_control.c:968: error: 'struct <anonymous>' has no member named
'video_cmd'
xt_control.c:969: error: 'struct <anonymous>' has no member named
'edit_cmd'
xt_control.c:975: warning: assignment makes pointer from integer without
a cast
xt_control.c:987: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c:989: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c:991: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c:993: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c:995: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c:997: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c:999: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c:1001: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c:1003: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c:1005: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
xt_control.c: In function 'InitControl':
xt_control.c:1118: error: 'struct <anonymous>' has no member named
'file'
xt_control.c:1119: error: 'struct <anonymous>' has no member named
'targetCodec'
xt_control.c:1120: error: 'struct <anonymous>' has no member named
'compress'
xt_control.c:1121: error: 'struct <anonymous>' has no member named 'fps'
xt_control.c:1122: error: 'struct <anonymous>' has no member named
'time'
xt_control.c:1123: error: 'struct <anonymous>' has no member named
'frames'
xt_control.c:1124: error: 'struct <anonymous>' has no member named
'start_no'
xt_control.c:1125: error: 'struct <anonymous>' has no member named
'step'
xt_control.c:1126: error: 'struct <anonymous>' has no member named
'quality'
xt_control.c:1130: error: 'struct <anonymous>' has no member named
'sndrate'
xt_control.c:1131: error: 'struct <anonymous>' has no member named
'sndsize'
xt_control.c:1132: error: 'struct <anonymous>' has no member named
'sndchannels'
xt_control.c:1174: error: too many arguments to function
'job_set_save_function'
xt_control.c:1182: error: 'CAP_FFM' undeclared (first use in this
function)
xt_control.c:1182: warning: comparison between pointer and integer
make[2]: *** [xvidcap-xt_control.o] Error 1

Neither of the "stable" packages compile either, both complain about the
built in ffmpeg.  Would really just like something better, and more
updated.   Anybody have any suggestions?  If not, thanks anyways, and
I'll guess I'll keep trying with xvidcap.

-Lup


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to