Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-18 Thread Limin Wang
On Wed, Jul 17, 2019 at 10:53:08AM -0400, Vittorio Giovara wrote: > On Tue, Jul 16, 2019 at 10:29 PM Limin Wang wrote: > > > On Tue, Jul 16, 2019 at 09:36:32PM -0400, Rick Kern wrote: > > > Testing for the new transfer functions when compiling for OSX 10.12 > > reports > > > the color settings

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-17 Thread Limin Wang
On Wed, Jul 17, 2019 at 10:53:08AM -0400, Vittorio Giovara wrote: > On Tue, Jul 16, 2019 at 10:29 PM Limin Wang wrote: > > > On Tue, Jul 16, 2019 at 09:36:32PM -0400, Rick Kern wrote: > > > Testing for the new transfer functions when compiling for OSX 10.12 > > reports > > > the color settings

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-17 Thread Vittorio Giovara
On Tue, Jul 16, 2019 at 10:29 PM Limin Wang wrote: > On Tue, Jul 16, 2019 at 09:36:32PM -0400, Rick Kern wrote: > > Testing for the new transfer functions when compiling for OSX 10.12 > reports > > the color settings as "yuv420p(tv, bt2020nc/bt2020/reserved)" in ffprobe. > > Is "reserved" (0)

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-16 Thread Limin Wang
On Tue, Jul 16, 2019 at 09:36:32PM -0400, Rick Kern wrote: > On Wed, Jul 10, 2019 at 5:29 AM Dennis Mungai wrote: > > > On Wed, Jul 10, 2019, 11:06 Hendrik Leppkes wrote: > > > > > On Wed, Jul 10, 2019 at 4:23 AM Dennis Mungai wrote: > > > > > > > > On Wed, Jul 10, 2019, 03:05 Aman Gupta

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-16 Thread Rick Kern
On Wed, Jul 10, 2019 at 5:29 AM Dennis Mungai wrote: > On Wed, Jul 10, 2019, 11:06 Hendrik Leppkes wrote: > > > On Wed, Jul 10, 2019 at 4:23 AM Dennis Mungai wrote: > > > > > > On Wed, Jul 10, 2019, 03:05 Aman Gupta wrote: > > > > > > > On Wed, Jun 26, 2019 at 4:25 AM wrote: > > > > > > > >

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-10 Thread Dennis Mungai
On Wed, Jul 10, 2019, 11:06 Hendrik Leppkes wrote: > On Wed, Jul 10, 2019 at 4:23 AM Dennis Mungai wrote: > > > > On Wed, Jul 10, 2019, 03:05 Aman Gupta wrote: > > > > > On Wed, Jun 26, 2019 at 4:25 AM wrote: > > > > > > > From: Limin Wang > > > > > > > > Below is the testing ffmpeg command

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-10 Thread Hendrik Leppkes
On Wed, Jul 10, 2019 at 4:23 AM Dennis Mungai wrote: > > On Wed, Jul 10, 2019, 03:05 Aman Gupta wrote: > > > On Wed, Jun 26, 2019 at 4:25 AM wrote: > > > > > From: Limin Wang > > > > > > Below is the testing ffmpeg command for the setting: > > > ./ffmpeg -i input.ts -c:v hevc_videotoolbox

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-09 Thread Dennis Mungai
On Wed, Jul 10, 2019, 03:05 Aman Gupta wrote: > On Wed, Jun 26, 2019 at 4:25 AM wrote: > > > From: Limin Wang > > > > Below is the testing ffmpeg command for the setting: > > ./ffmpeg -i input.ts -c:v hevc_videotoolbox -color_primaries bt2020 > > -colorspace bt2020_ncl -color_trc smpte2084

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-09 Thread Aman Gupta
On Wed, Jun 26, 2019 at 4:25 AM wrote: > From: Limin Wang > > Below is the testing ffmpeg command for the setting: > ./ffmpeg -i input.ts -c:v hevc_videotoolbox -color_primaries bt2020 > -colorspace bt2020_ncl -color_trc smpte2084 smpte2048.ts > ./ffmpeg -i input.ts -c:v hevc_videotoolbox

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-07-08 Thread Limin Wang
Richard Kern, please help to review the patch. On Wed, Jun 26, 2019 at 06:57:59PM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > Below is the testing ffmpeg command for the setting: > ./ffmpeg -i input.ts -c:v hevc_videotoolbox -color_primaries bt2020 > -colorspace bt2020_ncl