<div dir="ltr">Hi,<div><br><div>I am trying to use encode_video.c and decode_video.c from <a href="https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples">https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples</a> to evaluate VP9 codec. However I'm getting "invalid frame marker issue" while decoding the encoded VP9 stream.</div><div>Below are the required details.</div><div><br></div><div>****</div><div>Encode example: I got a 25KB VP9 encoded stream, which I guess is RAW vp9 stream.</div><div>[root@a28becddbffa encode]# ./encode_video enc.vp9 libvpx-vp9<br><b>[libvpx-vp9 @ 0x1cf6040] v1.11.0</b><br>Send frame   0<br>.......</div><div>Send frame  24<br>....<br>Write packet  24 (size=  761)<br></div><div>****<br></div><div>Decode Example:I've changed the codec_id to <span style="color:rgb(0,0,0);font-family:Consolas,"Courier New",monospace;font-size:14px;white-space:pre">AV_CODEC_ID_VP9.</span></div><div>[root@a28becddbffa decode]# ./decode_video enc.vp9 vp<br>[Frame 1(352x288),codedPicNum=0, I]<br>saving frame   1[352-384 x 288]<br>[vp9 @ 0x1fb6300] Invalid frame marker<br>Error sending a packet for decoding<span style="color:rgb(0,0,0);font-family:Consolas,"Courier New",monospace;font-size:14px;white-space:pre"><br></span></div><div>****<br></div><div><br></div><div>Any idea, what am I missing here.</div><div><br></div><div>Regards,</div><div>Rohit Khali</div><div><br></div></div></div>