Thanks Spencer<div><br></div><div>But i have already implemented the h264 and vp8 decoding through the same code and they both are working fine.</div><div><br></div><div>While in h264 i have extracted sps and pps info from the container and send it to the decoder prior to the raw video file while for vp8 we didn't had anything specific to do and it was decoded perfectally. So, my question is mainly for vp6f, do we need to give some signalling information to the decoder somewhat like sps and pps prior to the raw video stream or it should work the same way as vp8 is working.</div>
<div><br></div><div><br></div><div><br></div><div><br></div><div>-Nitin<br><br><div class="gmail_quote">On Wed, Mar 30, 2011 at 10:25 PM, Spencer Graffe <span dir="ltr"><<a href="mailto:sgraffe@gmail.com">sgraffe@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">The decoding part is usually the place where the programmer might be implementing the library incorrectly or out of context. What kind of errors are you getting? Also, check to see if your routine can correctly read other popular video formats to make sure that your code is sound. The thing is, the code to read any one of those files should be relatively the same.<div>

<br></div><div>If you are getting segfaults, it's most likely an implementation issue, not a library issue.<br><br><div class="gmail_quote"><div><div></div><div class="h5">On Wed, Mar 30, 2011 at 2:29 AM, NITIN GOYAL <span dir="ltr"><<a href="mailto:nitinkumgoyal@gmail.com" target="_blank">nitinkumgoyal@gmail.com</a>></span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5"><div>HI all</div><div><br></div>I am using ffmpeg-r25759-swscale-r32562 files and trying to decode the raw media packets of FLV file haivng the codec type vp6f.<div>

<br></div><div>The Initcodec function is returning fine but the avcodec_decode_video2 is not able to decode the frames.</div>
<div><br></div><div>Is there anything specific we need to do fro vp6f?</div><div><br></div><div>i have found the reference of using vp6vfw.dll for encoding. Do we need to for decoding also and what are the prerequisites for the decoding process.</div>


<div>Can someone help me out?</div><div><br></div><div><br></div><div>Thanks</div><div>Nitin</div>
<br></div></div>_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Spencer Graffe<br>- A Guy<br>
</div>
<br>_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br></blockquote></div><br></div>