Stretch video with MediaEnginePlayer #84
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
|
Hi, Please take a look in to the MfMediaEnginePlayer2 sample. |
Beta Was this translation helpful? Give feedback.
-
|
Dear Tony, |
Beta Was this translation helpful? Give feedback.
-
|
Well, happy new year first. |
Beta Was this translation helpful? Give feedback.
-
|
Dear Tony, |
Beta Was this translation helpful? Give feedback.
-
|
To manipulate the pixel height and width (Pixel Aspect Ratio or PAR), you could use the GetPixelAspectRatio, SetPixelAspectRatio, SetOutputRectangleAspectRatio etc. methods declared in the WinApi.MediaFoundationApi.MfMetLib unit. Regards, Tony. |
Beta Was this translation helpful? Give feedback.
Hi,
To adjust the video dimensions in IMFMediaEngineEx you should use IMFMediaEngineEx function UpdateVideoStream. I don't know if it is sufficient to do on what you are trying to do, but, as far as I do know, that's the only way to adjust video frames with this interface.
Regards Tony.