[Libav-user] Issue in decoding vp6f

Spencer Graffe sgraffe at gmail.com
Wed Mar 30 18:55:54 CEST 2011


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.

If you are getting segfaults, it's most likely an implementation issue, not
a library issue.

On Wed, Mar 30, 2011 at 2:29 AM, NITIN GOYAL <nitinkumgoyal at gmail.com>wrote:

> HI all
>
> I am using ffmpeg-r25759-swscale-r32562 files and trying to decode the raw
> media packets of FLV file haivng the codec type vp6f.
>
> The Initcodec function is returning fine but the avcodec_decode_video2 is
> not able to decode the frames.
>
> Is there anything specific we need to do fro vp6f?
>
> 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.
> Can someone help me out?
>
>
> Thanks
> Nitin
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
>


-- 
Spencer Graffe
- A Guy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20110330/1ee61f26/attachment.html>


More information about the Libav-user mailing list