Re: [FFmpeg-devel] [PATCH V5 0/2] Add libsvt HEVC encoder wrapper

2018-12-23 Thread myp...@gmail.com
On Sun, Dec 23, 2018 at 12:57 AM Jean-Baptiste Kempf wrote: > > Hello, > > On Sat, 22 Dec 2018, at 13:02, Carl Eugen Hoyos wrote: > > > HEVC-compliant encoder library core that achieves excellent > > > density-quality > > > > I don't find it ideal that FFmpeg git claims that an Intel encoder > >

Re: [FFmpeg-devel] [PATCH V5 0/2] Add libsvt HEVC encoder wrapper

2018-12-23 Thread Paul B Mahol
On 12/23/18, Helmut K. C. Tessarek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 2018-12-22 23:35, Carl Eugen Hoyos wrote: >>> API will be stable, from my understandings, but not soon. >> >> If this is correct - I have no idea - the patch should be sent >> again once the api is

Re: [FFmpeg-devel] [PATCH V5 0/2] Add libsvt HEVC encoder wrapper

2018-12-23 Thread Helmut K. C. Tessarek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2018-12-22 23:35, Carl Eugen Hoyos wrote: >> API will be stable, from my understandings, but not soon. > > If this is correct - I have no idea - the patch should be sent > again once the api is believed to be stable. In that case I'm wondering w

Re: [FFmpeg-devel] [PATCH V5 0/2] Add libsvt HEVC encoder wrapper

2018-12-22 Thread Carl Eugen Hoyos
2018-12-22 17:57 GMT+01:00, Jean-Baptiste Kempf : > On Sat, 22 Dec 2018, at 13:02, Carl Eugen Hoyos wrote: >> > This wrapper work with SVT-HEVC master branch, more information can get >> > from https://github.com/intel/SVT-HEVC/blob/new_api/ffmpeg_plugin/. >> >> This is irrelevant: >> If SVT is a

Re: [FFmpeg-devel] [PATCH V5 0/2] Add libsvt HEVC encoder wrapper

2018-12-22 Thread Jean-Baptiste Kempf
Hello, On Sat, 22 Dec 2018, at 13:02, Carl Eugen Hoyos wrote: > > HEVC-compliant encoder library core that achieves excellent density-quality > > I don't find it ideal that FFmpeg git claims that an Intel encoder > does something "excellent" - unrelated to our actual opinion. > Please rephrase.

Re: [FFmpeg-devel] [PATCH V5 0/2] Add libsvt HEVC encoder wrapper

2018-12-22 Thread Carl Eugen Hoyos
2018-12-22 10:15 GMT+01:00, Jun Zhao : > The Scalable Video Technology for HEVC Encoder (SVT-HEVC Encoder) is an > HEVC-compliant encoder library core that achieves excellent density-quality I don't find it ideal that FFmpeg git claims that an Intel encoder does something "excellent" - unrelated

[FFmpeg-devel] [PATCH V5 0/2] Add libsvt HEVC encoder wrapper

2018-12-22 Thread Jun Zhao
The Scalable Video Technology for HEVC Encoder (SVT-HEVC Encoder) is an HEVC-compliant encoder library core that achieves excellent density-quality tradeoffs, and is highly optimized for Intel Xeon Scalable Processor and Xeon D processors. Intel open source SVT-HEVC encoder in: https://github.c