[Libav-user] hevc: No start code is found. while trying to play .mkv

2017-11-29 Thread Anton Sviridenko
I'm trying to add HEVC/H.265 support to our DVR software, which stores recordings from IP cameras in .mkv format. I test with Dahua IP camera model IPC-HDBW4431R-ZS having substream configured to stream using HEVC codec. I'm able to view livestream, but all players (mpv, mplayer, vlc, ffplay)

Re: [Libav-user] hevc/h264 decoding example C

2014-04-03 Thread Szeifert Dániel
be: what do I need to do differently in the case of the HEVC decoder as this example uses mpegvideo.Thanks for any answers in advance!Regards,Daniel From: daniel.szeif...@outlook.com To: libav-user@ffmpeg.org Subject: RE: [Libav-user] hevc/h264 decoding example C Date: Thu, 3 Apr 2014 10:40:54

[Libav-user] hevc/h264 decoding example C

2014-04-02 Thread Szeifert Dániel
Hello Everyone!Please, somebody could give me a working C example which simply decodes a raw HEVC stream from file and save it to a .yuv file (h264 would be OK too, I guess)? I've tried using the example provided by ffmpeg, but I guess it's not working because it is tailored for a stream based

Re: [Libav-user] hevc/h264 decoding example C

2014-04-02 Thread Szeifert Dániel
! Daniel From: d...@outlook.com To: libav-user@ffmpeg.org Date: Wed, 2 Apr 2014 11:12:20 +0200 Subject: [Libav-user] hevc/h264 decoding example C Hello Everyone!Please, somebody could give me a working C example which simply decodes a raw HEVC stream from file and save it to a .yuv file (h264 would

Re: [Libav-user] hevc/h264 decoding example C

2014-04-02 Thread Anshul
appreciate any help you can provide! Daniel From: d...@outlook.com To: libav-user@ffmpeg.org Date: Wed, 2 Apr 2014 11:12:20 +0200 Subject: [Libav-user] hevc/h264 decoding example C Hello Everyone!Please, somebody could give me a working C example which simply decodes a raw HEVC stream from file

Re: [Libav-user] hevc/h264 decoding example C

2014-04-02 Thread Szeifert Dániel
? As the example is using mpegvideo and tells that in case of a frame based decoder, the process is different.. Thank You,Daniel From: anshul.ffm...@gmail.com Date: Wed, 2 Apr 2014 21:23:32 +0530 To: libav-user@ffmpeg.org Subject: Re: [Libav-user] hevc/h264 decoding example C Szeifert

Re: [Libav-user] hevc/h264 decoding example C

2014-04-02 Thread Anshul
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.. Thank You,Daniel From: anshul.ffm...@gmail.com Date: Wed, 2 Apr 2014 21:23:32 +0530 To: libav-user@ffmpeg.org Subject: Re: [Libav-user] hevc/h264

Re: [Libav-user] Hevc

2013-05-24 Thread Christophe Nelson
Sorry i'm not a dev Christophe -Message d'origine- De : libav-user-boun...@ffmpeg.org [mailto:libav-user-boun...@ffmpeg.org] De la part de Carl Eugen Hoyos Envoyé : mercredi 22 mai 2013 11:33 À : libav-user@ffmpeg.org Objet : Re: [Libav-user] Hevc Christophe Nelson cnelson@... writes

[Libav-user] Hevc

2013-05-22 Thread Christophe Nelson
Hello everybody I am wondering if some of the developers of ffmpeg have any intention to implement HEVC in ffmpeg ? I know there is an open lib called openHevc https://github.com/OpenHEVC. Any intention to work with ? Regards Christophe ___ Libav-user

Re: [Libav-user] Hevc

2013-05-22 Thread Carl Eugen Hoyos
Christophe Nelson cnelson@... writes: I am wondering if some of the developers of ffmpeg have any intention to implement HEVC in ffmpeg ? Yes. If you are interested in contributing, please setup your own git clone and join #ffmpeg-devel on freenode. Carl Eugen

Re: [Libav-user] Hevc

2013-05-22 Thread Hendrik Leppkes
On Wed, May 22, 2013 at 9:38 AM, Christophe Nelson cnel...@ina.fr wrote: Hello everybody I am wondering if some of the developers of ffmpeg have any intention to implement HEVC in ffmpeg ? I know there is an open lib called openHevc https://github.com/OpenHEVC. For the record, OpenHEVC is