Encoding Crashes with tonemapping enabled - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Encoding Crashes with tonemapping enabled (/thread-982.html) |
Encoding Crashes with tonemapping enabled - sjbauer - 01.05.2019 When trying to convert the movie from a 4K HDR movie to a 1080p SDR movie, FFmpeg gets an error while processing. In Crop/Resize, I am using 10 - bicubic spline to resize the video down to 1920x804 after removing the upper and lower black bars In the filtering tab, I was using ToneMap with the Method hable to do the HDR to SDR conversion. This setup caused the ffmpeg to crash. When I disabled the ToneMap under filtering and instead used HDR 10toSDR under Vapoursynth, I don't get the crash. Attached you will find the debug level 4 log as well. Is there anything else that you need? RE: Encoding Crashes with tonemapping enabled - Selur - 02.05.2019 You forgot the debug output. Think I found the bug, seems like the SD target range is missing (tv/pc) will send you a link to a dev version for testing in a few minutes. In case that doesn't help I'll look into it after work today. Cu Selur RE: Encoding Crashes with tonemapping enabled - sjbauer - 02.05.2019 (01.05.2019, 18:32)sjbauer Wrote: When trying to convert the movie from a 4K HDR movie to a 1080p SDR movie, FFmpeg gets an error while processing. OK. I forgot the hit the add attachment after finding the file.. so here is the file |