Hi Everybody,
I want to seek steps by 0.1 seconds in forward and backward using IMediaSeeking interface i have tried for second,Minute and hours bases all of them are working fine.
For the sake of brevity i removed audio part.
I used the ffmpeg to view ecoding type of a video and other detials which are listed below
Input #0, asf, from 'Sample.wmv':
Duration: 01:38:36.30, start: 3.100000, bitrate: 2597 kb/s
Stream #0.0: Video: wmv1, yuv420p, 960x720, 25 tbr, 1k tbn, 1k tbc
my custom graph filter follow this pattern
File Async( sample.wmv) -> Lav splitter -> ffdshow video decoder -> file renderer(VMRMode_Windowless)
thanks in Advance
+ Reply to Thread
Results 1 to 3 of 3
-
-
Thanks for the reply. But when i change the filter from lav splitter to GDCL WMV/WMA Parser it is working fine.
But i found another issue . Let me clarify my actual issue
I have four CStatic based window in which i am display the video user can seek 0.1 second wise, seconds, minutes and hour bases. I can able to see the video on the first two CStatic window, rest of the two window get a black screen with a message debug assert failed message.
The code from where the debug alert message is thrown
pause()
{
if ( m_pMediaControl )
VERIFY ( SUCCEEDED (m_pMediaControl->Pause()) );
}
I have attached the screen shots of my sample applications for your reference.
Similar Threads
-
decoding mpeg video into frames say I,P,B frames
By abeer in forum ProgrammingReplies: 44Last Post: 6th Oct 2012, 08:24 -
How to display logo, .ass subtitle, and sequence png in some frames with av
By xicudiz in forum EditingReplies: 0Last Post: 9th May 2011, 08:15 -
How to display .png just for (exam 3 seconds or 100 frames) with Avisynth?
By xicudiz in forum EditingReplies: 2Last Post: 9th Apr 2011, 21:41 -
Playing Video on display 2 and display 1 goes black
By sidewaysdriver in forum Software PlayingReplies: 2Last Post: 3rd Aug 2010, 00:36 -
Display frames in an album-like format.
By therock001 in forum Newbie / General discussionsReplies: 8Last Post: 27th Jun 2008, 08:50