[Libav-user] Issue in decoding vp6f

NITIN GOYAL nitinkumgoyal at gmail.com
Thu Mar 31 07:46:21 CEST 2011


Thanks Spencer

But i have already implemented the h264 and vp8 decoding through the same
code and they both are working fine.

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.




-Nitin

On Wed, Mar 30, 2011 at 10:25 PM, Spencer Graffe <sgraffe at gmail.com> wrote:

> 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
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20110331/010f590d/attachment.html>


More information about the Libav-user mailing list