problem in playing m2p files
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi guys, I designed the MCI player for playing file formats like mpeg 1, mpeg 2(m2p extension),vob.....In that I am able to play all the file formats BUT i am unable to get the total time duration for the mpeg 2 files(m2p extension) alone using LONG MCIWndGetLength(HWND) function(for other formats the time duration is complete and i dont have problem ). The length obtained from this function doesnt match with the total duration of the mpeg 2 file alone(extension m2p). Some part of the m2p file at the end are missing(around 5 seconds in a 12 seconds m2p file). Can anyone help me to solve this problem??? Thank you. With regards
Raja Bose