Click here to Skip to main content
15,890,186 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: wpf Pin
Mark Salsbery20-Mar-09 12:38
Mark Salsbery20-Mar-09 12:38 
AnswerRe: wpf [modified] Pin
ABitSmart20-Mar-09 21:40
ABitSmart20-Mar-09 21:40 
AnswerRe: wpf Pin
ramz_g28-Mar-09 0:59
ramz_g28-Mar-09 0:59 
QuestionMediaElement ? Pin
Christian Graus20-Mar-09 10:44
protectorChristian Graus20-Mar-09 10:44 
AnswerRe: MediaElement ? Pin
Pete O'Hanlon20-Mar-09 11:00
mvePete O'Hanlon20-Mar-09 11:00 
GeneralRe: MediaElement ? Pin
Christian Graus20-Mar-09 11:13
protectorChristian Graus20-Mar-09 11:13 
GeneralRe: MediaElement ? Pin
Christian Graus20-Mar-09 11:23
protectorChristian Graus20-Mar-09 11:23 
AnswerRe: MediaElement ? Pin
Mark Salsbery20-Mar-09 13:17
Mark Salsbery20-Mar-09 13:17 
Christian,

What format is the media?

Is it getting rescaled during rendering or are you showing it in native size?

Do the results differ if you set the MediaElement's source at runtime or not?
For example, does a simple implementation like:
<MediaElement Source="FILE://E:/Source/Media/Step_into_Liquid_720.wmv" Width="640" Height="480" />

play better than what you're doing?


I get great results with WMV files (icluding HD), both local and streamed, and both on WPF and Silverlight (Mac too!),
and Silverlight doesn't have hardware rendering help. For example, the file
used in the code above is an HD sample - Video: 6500kbps 1280x720 24fps Audio: 384kbps

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: MediaElement ? Pin
Christian Graus20-Mar-09 15:48
protectorChristian Graus20-Mar-09 15:48 
GeneralRe: MediaElement ? Pin
Mark Salsbery22-Mar-09 6:39
Mark Salsbery22-Mar-09 6:39 
GeneralRe: MediaElement ? Pin
Christian Graus22-Mar-09 10:07
protectorChristian Graus22-Mar-09 10:07 
GeneralRe: MediaElement ? Pin
Pete O'Hanlon23-Mar-09 1:02
mvePete O'Hanlon23-Mar-09 1:02 
Questionneed solution for "Dynamic invocation of Webmethods" Pin
ramakrishnamakkena20-Mar-09 2:59
ramakrishnamakkena20-Mar-09 2:59 
AnswerRe: need solution for "Dynamic invocation of Webmethods" Pin
Pete O'Hanlon20-Mar-09 3:15
mvePete O'Hanlon20-Mar-09 3:15 
QuestionWPF Scroll bar in frame control [modified] Pin
prl_pt20-Mar-09 0:38
prl_pt20-Mar-09 0:38 
AnswerRe: WPF Scroll bar in frame control Pin
Mark Salsbery20-Mar-09 6:51
Mark Salsbery20-Mar-09 6:51 
QuestionSilverlight and Asp.Net Pin
Jason Wilczak19-Mar-09 14:05
Jason Wilczak19-Mar-09 14:05 
AnswerRe: Silverlight and Asp.Net Pin
Mark Salsbery20-Mar-09 6:18
Mark Salsbery20-Mar-09 6:18 
GeneralRe: Silverlight and Asp.Net Pin
Jason Wilczak20-Mar-09 11:44
Jason Wilczak20-Mar-09 11:44 
QuestionAm I missing someting ? Pin
Christian Graus19-Mar-09 13:04
protectorChristian Graus19-Mar-09 13:04 
AnswerRe: Am I missing someting ? Pin
Mark Salsbery19-Mar-09 14:27
Mark Salsbery19-Mar-09 14:27 
GeneralRe: Am I missing someting ? Pin
Christian Graus19-Mar-09 16:02
protectorChristian Graus19-Mar-09 16:02 
QuestionCPU Usage chart in Silverlight Pin
farhan134219-Mar-09 9:24
farhan134219-Mar-09 9:24 
AnswerRe: CPU Usage chart in Silverlight Pin
Mark Salsbery20-Mar-09 6:30
Mark Salsbery20-Mar-09 6:30 
QuestionDataGridCheckboxColumn bind to EF Many-To-Many Relationship Pin
Wouter Van Ranst19-Mar-09 8:21
Wouter Van Ranst19-Mar-09 8:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.