<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Please, can you provide me a link for that? I searched but didn't find it.<div>Or if you are referring to the decoding_encoding_example.c (<a href="http://ffmpeg.org/doxygen/trunk/doc_2examples_2decoding_encoding_8c-example.html" target="_blank">http://ffmpeg.org/doxygen/trunk/doc_2examples_2decoding_encoding_8c-example.html</a>), can you tell me what is need to be done otherwise in case of a hevc decoder? As the example is using mpegvideo and tells that in case of a frame based decoder, the process is different..</div><div><br></div><div>Thank You,</div><div>Daniel<br><br><div>> From: anshul.ffmpeg@gmail.com<br>> Date: Wed, 2 Apr 2014 21:23:32 +0530<br>> To: libav-user@ffmpeg.org<br>> Subject: Re: [Libav-user] hevc/h264 decoding example C<br>> <br>> <br>> <br>> "Szeifert Dániel" <dsna@outlook.com> wrote:<br>> ><br>> >Actually, for a little extension:  I only need to decode raw, hevc<br>> >video streams, so no demuxing needed. I would like to avoid using<br>> >avformat_open_inpupt() and would like to use a pure fopen() to open my<br>> >file. The latter is essential for me.The reason I added this, because<br>> >the demuxing_decoding.c example is working for me, but I'd like to<br>> >bring the decoding function to an embedded platform (standalone), this<br>> >is why I'd like to use a simple fopen() first to open the file on PC,<br>> >because it will be easier for me to modify in the future.<br>> >I would appreciate any help you can provide!<br>> >Daniel<br>> >From: dsna@outlook.com<br>> >To: libav-user@ffmpeg.org<br>> >Date: Wed, 2 Apr 2014 11:12:20 +0200<br>> >Subject: [Libav-user] hevc/h264 decoding example C<br>> ><br>> ><br>> ><br>> ><br>> >Hello Everyone!Please, somebody could give me a working C example which<br>> >simply decodes a raw HEVC stream from file and save it to a .yuv file<br>> >(h264 would be OK too, I guess)? I've tried using the example provided<br>> >by ffmpeg, but I guess it's not working because it is tailored for a<br>> >stream based decoder like mpegvideo.<br>> >I would be thankful if anyone could help me out!<br>> >Best regards,Daniel                                     <br>> ><br>> >_______________________________________________<br>> >Libav-user mailing list<br>> >Libav-user@ffmpeg.org<br>> >http://ffmpeg.org/mailman/listinfo/libav-user                                         <br>> ><br>> >------------------------------------------------------------------------<br>> ><br>> >_______________________________________________<br>> >Libav-user mailing list<br>> >Libav-user@ffmpeg.org<br>> >http://ffmpeg.org/mailman/listinfo/libav-user<br>> <br>> <br>> There is an example for that, just look more.<br>> -- <br>> Sent from my Android device with K-9 Mail. Please excuse my brevity.<br>> _______________________________________________<br>> Libav-user mailing list<br>> Libav-user@ffmpeg.org<br>> http://ffmpeg.org/mailman/listinfo/libav-user<br></div></div>                                      </div></body>
</html>