[Libav-user] How FFMPEg or x264 pars the I-Frames (IDR or non IDR)

2011-04-28 Thread Amir Rouhi-Rmit
Those who has worked deeply with FFMPEG should know the answer of my question. My question is that : how the software find I-Frame by parsing bit-stream of the input video. Can the software( FFMPEG, X264) can differentiate IDR and non IDR I-Frames? Probably yes, in that case what's the starting wor

Re: [Libav-user] FFMPEG windows issues (H.264 RTSP stream decoding)

2011-04-28 Thread Saurabh Gandhi
Hello, Just to remind you, the above issues that I am facing are *only while decoding H.264 based RTSP streams.* -- Regards, Saurabh Gandhi On Thu, Apr 28, 2011 at 1:02 PM, NITIN GOYAL wrote: > i have done many changes in that build so i cant share them. > > I have tried the pre-compiled bui

Re: [Libav-user] FFMPEG windows issues (H.264 RTSP stream decoding)

2011-04-28 Thread NITIN GOYAL
i have done many changes in that build so i cant share them. I have tried the pre-compiled builds but they were not solving my purpose so i have created my own builds. For ffplay, i will check if ti will work for RTSP stream and will let you know but ideally it should work. On Thu, Apr 28, 201

Re: [Libav-user] FFMPEG windows issues (H.264 RTSP stream decoding)

2011-04-28 Thread Saurabh Gandhi
Hello Nitin, If possible, can you share your build please? What version(s) of library are you using. Have you tried using the precompiled builds that are available on the link that I have mentioned. Even those are failing at my end. Can you please download this and check if the ffplay.exe is worki

Re: [Libav-user] FFMPEG windows issues (H.264 RTSP stream decoding)

2011-04-28 Thread NITIN GOYAL
i have used it on windows after compiling my builds using a cross compiler on the ubuntu and i have created my own player.\ using ffmpeg. i am not seeing any kind of this issue. is the issue persists on all types of windows machine? On Thu, Apr 28, 2011 at 10:42 AM, Saurabh Gandhi wrote: > Hell