search
Japanese Chinese Nederlands Espanol Italiano Deutsch Francais Twitter Rss Feeds
Win32 GroupsView
Win32 Programmer Directx Audio
Win32 Programmer Directx Graphics
Win32 Programmer Directx Managed
Win32 Programmer Directx Video
Win32 Programmer Gdi
Win32 Programmer Kernel
Win32 Programmer Messaging
Win32 Programmer Networks
Win32 Programmer Ole
Win32 Programmer Tapi
Win32 Programmer Ui
Win32 Programmer Wince
Win32 Programmer Wmi

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Application Development
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

View All Microsoft Win32 Programmer Directx Video Posts  Ask A New Question 

Capture, Preview and wmv playback using windowless vmr9 picture in picture - Chris P.

Tuesday, July 01, 2008 9:01 AM

Use 2 renderers.  When using a single renderer the presentation will be
held until there is a frame available on all active pins.  Also if there is
a difference in time stamps between the streams you will have problems
which may necessitate removing the timestamps from one stream.

--
http://www.chrisnet.net/code.htm
[MS MVP for DirectShow / MediaFoundation]
reply
 

Hi,see our special capture engine, independent handle capture and preview - enz

Tuesday, July 01, 2008 9:36 AM

Hi,

see our special capture engine, independent handle capture and preview graph.
you can connect the capture preview to your render and the file preview also,

see www.mpegcode.com, download CapSwitchFilter, see attached pdf how to use,
easy to test within GraphEdit (wmv support by simple load the profile via
property page), free for uncommercial use,

enze
reply

Capture, Preview and wmv playback using windowless vmr9 picture in picture - Alessandro Angeli

Tuesday, July 01, 2008 10:34 AM

From: "Chris P."


*If* the OP is connecting the preview output of the SmartTee
to the second input of the VMR9, he should be OK since the
preview pin strips the timestamps and the VMR9 will get its
timing from the first pin.


--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm
reply

Capture, Preview and wmv playback using windowless vmr9 picture in picture - Chris P.

Tuesday, July 01, 2008 12:11 PM

Oops, overlooked that bit.

--
http://www.chrisnet.net/code.htm
[MS MVP for DirectShow / MediaFoundation]
reply

Capture, Preview and wmv playback using windowless vmr9 picture in picture - Ian

Thursday, July 03, 2008 5:10 AM

I have configured a vmr9 in windowless mode  with two inputs, one for
wmv playback and one for video capture preview using the smart Tee
filter The graph also writes captured video from a webcam with audio
to an ASF filewriter.

My goal is to playback the wmv file wjilst displaying the capture
preview within the playback area and at the same time capturing the
live video and audi to a asf file for later playback.

My Problem is that when I build the graph the wmv playback is very
slow. If I build the graph with 2 vmr9 renderers in windowed mode the
play back is fine.

Does anyone know if this is possible and if so please advise me on how
to go about it.

Ian
reply

Are you writing the output from the VMR to a file, or at some earlier point? - Dustin Opre

Monday, September 15, 2008 11:54 PM

Are you writing the output from the VMR to a file, or at some earlier point?
If the latter, how are you storing the information to a file in parallel from
the VMR? Have you written your own A/P?


Dustin Oprea
reply