[HELP] Craching exporting to png - 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: [HELP] Craching exporting to png (/thread-3769.html) |
Craching exporting to png - Euangelos - 10.07.2024 Hi Crashing exporting to png Included the debug Question why exporting to png is in limited range? # setting color range to TV (limited) range. clip = core.std.SetFrameProps(clip=clip, _ColorRange=1) RE: Craching exporting to png - Selur - 10.07.2024 Hybrid calls: "C:\Programs Custom\Hybrid_2024.06.16.1\64bit\ffmpeg.exe" -y -noautorotate -nostdin -threads 8 -i "D:\6.0.VR\M_BW0001\LWE01-2m_Hbd@720[Stab.IT 1.2 DS SL800 RSZ VSR3]_Temp.mkv" -map 0:0 -an -sn -color_primaries bt709 -color_trc bt709 -colorspace bt709 -color_range tv -vsync 0 -vcodec png -dpi 0 -dpm 0 -pred 0 -vf zscale=matrixin=smtp240m:matrix=smtp240m,format=rgb48 -pix_fmt rgb48be -metadata encoding_tool="Hybrid 2024.06.16.1" "D:\6.0.VR\Test\Out\Test001__1_%04d.png" Input #0, matroska,webm, from 'D:\6.0.VR\M_BW0001\LWE01-2m_Hbd@720[Stab.IT 1.2 DS SL800 RSZ VSR3]_Temp.mkv': As a workaround, try enabling 'Filtering->Vapoursynth->Misc->Script->Always use Vapoursynth' before creating the job, this way Vapoursynth should be used. It would help if you can share a small sample of the source which causes this, so I can easier reproduce and fix the problem. Quote:Question why exporting to png is in limited range?Source is limited range and Hybrid wasn't told it should output full range, so it output the same as the input. Cu Selur RE: Craching exporting to png - Euangelos - 10.07.2024 The workaround does not work... Stage 1 Exported video without audio Stage 2 Export to PNG ok Stage 1 Exported video with audio Stage 2 Export to PNG crash When the audio is exported as well (stage1) and then is fed to hybrid as a new file (stage2) to make it PNG the crash happens RE: Craching exporting to png - Selur - 10.07.2024 Okay, I found two problems. a. smpte240m isn't supported by zscale b. matrix and matrix in need to be separated by colon, not comma. => send you a link, via pm, to a dev version which should fix the problem. (I had no problem with the audio) Cu Selur |