We are working on an app to encode MPEG2 video using the Osprey2000 card.
The app itself is written in C# using Microsoft VisualStudio.NET, and we wrote a little COM object wrapper class (in VisualC++) to allow .NET to access the functions available in the Osprey OPI.
Things are working very well with the exception of one problem. We'd like to encode the mpeg2 video to disk at the full frame size, and at the same time preview the video to the screen at half size (320x240). The problem is, we can't get it to do both. If we encode to disk at full size, the preview is full size as well. If we code the preview to be 320x240, the encoded video on disk is 320x240 also.
Will the OPI allow us to have both sizes at once? If so, what are the correct parameters that need to be set in order to get this to work? What should their values be?
Like I said, we can get full size *or* 320x240 to work, but not both. Any help would be greatly appreciated.
Thank you!
-John Reilly
|