Hi, I am trying to use encode_video.c and decode_video.c from https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples to evaluate VP9 codec. However I'm getting "invalid frame marker issue" while decoding the encoded VP9 stream. Below are the required details.
**** Encode example: I got a 25KB VP9 encoded stream, which I guess is RAW vp9 stream. [root@a28becddbffa encode]# ./encode_video enc.vp9 libvpx-vp9 *[libvpx-vp9 @ 0x1cf6040] v1.11.0* Send frame 0 ....... Send frame 24 .... Write packet 24 (size= 761) **** Decode Example:I've changed the codec_id to AV_CODEC_ID_VP9. [root@a28becddbffa decode]# ./decode_video enc.vp9 vp [Frame 1(352x288),codedPicNum=0, I] saving frame 1[352-384 x 288] [vp9 @ 0x1fb6300] Invalid frame marker Error sending a packet for decoding **** Any idea, what am I missing here. Regards, Rohit Khali
_______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
