-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTRAIN_00653.eml
44 lines (34 loc) · 1.71 KB
/
TRAIN_00653.eml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
NoneNonetrouble with TransferModeI'm developing a QT app on Windows, and am using a WSH javascript to =
control output from the application. I have everything working, except I =
want to make a track blend 50% with the background and it just doesn't =
seem to work. Here is what I'm using:
qtTargetMovie.QTControl.Movie.Tracks(3).top =3D =
qtTargetMovie.QTControl.Movie.height-qtTargetMovie.QTControl.Movie.Tracks(=
3).height;
qtTargetMovie.QTControl.Movie.Tracks(3).TransferMode =3D =
QTTransferModesEnum.qtTransferModeBlend;
qtTargetMovie.QTControl.Movie.Tracks(3).OperationColor =3D =
"32768,32768,32768";
qtTargetMovie.QTControl.Movie.Tracks(3).HighQualityMode =3D true;
The first line is changing the location of the track, which it does just =
fine, so I know I have the right track addressed. The next line just =
doesn't seem to happen. The track is always set to Dither when I check =
the Movie Properties. I am using version 7.6.6 of QT on Windows.
I also tried:
qtTargetMovie.QTControl.Movie.Tracks(3).TransferMode =3D =
QTTransferModesEnum.qtTransferModeStraighAlphaBlend;
I'm using the book "QuickTime For .NET and COM Developers" by John =
Cromie as my reference (which is excellent, btw).
Patrick Besong
Manager, Creative Design & Development
Education Technology Services
The Pennsylvania State University
210 Rider Bldg. University Park PA 16802
814 865-2154
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-api/mlsubscriber.tech%40csmining.org
This email sent to [email protected]