Click here to Skip to main content
15,885,278 members

Comments by Ekypro (Top 4 by date)

Ekypro 17-Sep-11 15:08pm View    
Each row is for the same mp3 file. First column is duration returned by Windows Media Player and second column is duration returned by my code.
For another type of audio file and for all type of video file, the duration returned by Windows Media Player or my code is the same.
Ekypro 13-Sep-11 13:45pm View    
You are right! But any solution om my problem?
Ekypro 10-Sep-11 14:12pm View    
It is about mp3 files. Here is some examples of duration returned by Windows Media Player and my code:

00:04:02 00:12:34
00:03:32 00:03:32
00:03:32 00:11:20
00:04:19 00:13:42
00:13:12 00:08:11
00:03:28 00:03:29
00:03:41 00:13:17
00:03:34 00:03:34
00:03:45 00:08:10

Sometimes the same, sometimes not. Why?
The value returned is always "S_OK".
Ekypro 23-Jan-11 2:18am View    
I try, but did't work. Error returned:
hr=VFW_E_NO_FULLSCREEN
This is why?
hr=m_pgVMRFilterConfig9->SetRenderingMode(VMR9Mode_Windowless);