... tonemap_opencl V->V Perform HDR to SDR conversion with tonemapping. ... transpose_opencl V->V Transpose input video ... unsharp_opencl V->V Apply unsharp mask to input video ... xfade_opencl VV->V Cross fade one video with another video. ... openclsrc |->V Generate vide...
Radiance HDR image support ddagrab (Desktop Duplication) video capture filter ffmpeg -shortest_buf_duration option ffmpeg now requires threading to be built ffmpeg now runs every muxer in a separate thread Add new mode to cropdetect filter to detect crop-area based on motion vectors and edges VA...
+ .name = "tonemapx", + .description = NULL_IF_CONFIG_SMALL("HDR to SDR tonemapping"), + .init = init, + .uninit = uninit, + .priv_size = sizeof(TonemapxContext), + .priv_class = &tonemapx_class, + FILTER_INPUTS(tonemapx_inputs), + FILTER_OUTPUTS(tonemapx_outputs), ...
ffmpeg -loglevel verbose -hide_banner -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i hdr_source.mp4 -vf tonemap_vaapi -c:v hevc_vaapi sdr_out.mp4 -y it'll have a few moments before the application crashes. Once it crashes the vaapi interface seems ...
and the HDR attachments is not properly removed doing tone-mapping to 10bit now. Is CVBufferRemoveAttachment() needed here? We need to override the kCVImageBufferTransferFunctionKey I think, but I will look at this later. Once this one is merged I will submit a PR fix it. 🚀 1 Me...
"HDR","LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Joker.2019.2160p.UHD.BluRay.x265-AAAUHD - 4K - HEVC - HDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":19057257,"BitDepth":...
+ .name = "tonemapx", + .description = NULL_IF_CONFIG_SMALL("HDR to SDR tonemapping"), + .init = init, + .uninit = uninit, + .priv_size = sizeof(TonemapxContext), + .priv_class = &tonemapx_class, + FILTER_INPUTS(tonemapx_inputs), + FILTER_OUTPUTS(tonemapx_outputs), ...