Closed
Bug 871421
Opened 12 years ago
Closed 7 years ago
Support 3D video with Windows Media Foundation
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: roc, Unassigned)
Details
It looks like WMF does support 3D.
http://msdn.microsoft.com/en-us/library/windows/desktop/hh162875%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/hh162831%28v=vs.85%29.aspx
There are some other MF_MT_VIDEO_3D_* attributes defined too.
Comment 1•12 years ago
|
||
Are these Windows 8 only, or am I reading it wrong?
Comment 2•12 years ago
|
||
You're reading it right, these APIs are Windows 8 only. Additionally I think we must be using DXVA2 via D3D11 to use these APIs, but we're using DXVA2 with D3D9, so we'd need to rework some of the video/gfx internals to use DXVA2 via D3D11 if we were to use these APIs, which isn't trivial. And then we'd still not support 3D in Win7 and Vista.
Comment 3•12 years ago
|
||
So I think the only way we could support 3D stereoscopic video is by parsing the MP4 container to determine whether a video is stereo. Hopefully that data is in the MF_MT_MPEG4_SAMPLE_DESCRIPTION blob, so we don't need to parse the entire file...
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 4•7 years ago
|
||
Mass closing do to inactivity.
Feel free to re-open if still needed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•