Search found 53 matches

by dpatch
Thu Jul 26, 2007 7:21 pm
Forum: VCL
Topic: tVideoTool.GetCompressor error
Replies: 10
Views: 14382

TVideoTool.SetCompression

OK, here is the next related issue...

Why is the first line in procedure TVideoTool.SetCompression the Exit statement?

This prevents me from setting the video compression.
by dpatch
Thu Jul 26, 2007 6:25 pm
Forum: VCL
Topic: tVideoTool.GetCompressor error
Replies: 10
Views: 14382

Sorry...operator error! I needed to assign the tool to a chart and use TStringList instead of TStrings.
by dpatch
Thu Jul 26, 2007 5:52 pm
Forum: Wishes and ideas
Topic: Video Output Format
Replies: 3
Views: 31718

Video Output Format

Can you please add support for formats other than AVI. AVI file are WAY too big. Thanks!
by dpatch
Thu Jul 26, 2007 5:21 pm
Forum: VCL
Topic: tVideoTool.GetCompressor error
Replies: 10
Views: 14382

tVideoTool.GetCompressor error

I am trying to get the list of machine specific compressors installed. When I run the following code, I get an EAbstractError exception with message 'Abstract Error'. Can you tell me why? Thanks! var VTool : TVideoTool; CodecList : TStrings; begin VTool := TVideoTool.Create(application); CodecList :...
by dpatch
Wed Jul 25, 2007 8:31 pm
Forum: VCL
Topic: Image Creator
Replies: 6
Views: 8691

Another question...When I add a crosshair cursor to the chart, why doesn't the image creator capture/record the cursor. This too is relevent in the avi. The x and y values from the cursor are being displayed on the status bar (see last post).
by dpatch
Wed Jul 25, 2007 8:26 pm
Forum: VCL
Topic: Image Creator
Replies: 6
Views: 8691

Also, is there a way to capture the whole window the chart is displayed in? I write other information on the status bar which is relevent to the video created.

It would be great if we could capture the entire window.
by dpatch
Wed Jul 04, 2007 5:13 pm
Forum: VCL
Topic: Image Creator
Replies: 6
Views: 8691

Yes I looked at the compression. Still seconds of AVI turns into 7+ megs of file. A windows or MPEG is a few hundred K.

Are you planning to add additional formats?

Thanks
by dpatch
Tue Jul 03, 2007 7:48 pm
Forum: VCL
Topic: Image Creator
Replies: 6
Views: 8691

Image Creator

Your image creator works great. However, it looks like it can only create AVI files. These files are very big.

Is there a way to create other file types like MPEG, MPEG2 or WMV files?

Thanks in advance