Hi there,
I'm writing a WPF application that plays the same video in 2 different MediaElements and then sync's these by getting the position of the MediaElements and using the SpeedRatio to get them in sync.
The problem is, that as the audio is in sync, there is a 1 to 2 frame lag in the picture, and if the picture is in Sync then the audio is lagging.
I'm guessing this has something to do with the encoding process as well.
I'd like to ensure that the Timecode is written to the WMV, is there anyway to check this?
Also, is there anyway to turn it on? (I'm not sure I have)
I wrote some code to control a Windows Media Player 11 within a WPF and it stated that I did NOT have timecode written to the wmv.
In my encoding, I'm using 1920 x 1080 with CBR 15000. I'm guessing that CBR gives a better result as less work is required by the playback machine and is less CPU intensive.
All help is appreciated
--------------------------------------------
um................