![]() |
|
help please - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: Small Talk (https://forum.selur.net/forum-7.html) +--- Thread: help please (/thread-4358.html) |
RE: help please - Selur - 09.05.2026 Side question: Why even care about Primaries and Transfer when using PNG output? I will probably remove them from the ffmpeg call since they should not have any impact on the output. => nope I leave them there, too much trouble to remove them and for the decoding they might make sense. Cu Selur RE: help please - lsd4me2 - 09.05.2026 tbh idk, learning as i go it might make zero diff RE: help please - Selur - 09.05.2026 Those are flags for video not images,... As a side note: just uploaded a new dev, which allows overwriting input color primaries and transfer under "Filtering->Misc->Overwrite input" Cu Selur RE: help please - lsd4me2 - 17.05.2026 i downloaded the latest dev build, when I overwrite the primaries to SMPTE170m via filtering/misc i get this, Failed to evaluate the script: Python exception: module 'vapoursynth' has no attribute 'PRIMARIES_ST170' Traceback (most recent call last): File "vapoursynth.pyx", line 3524, in vapoursynth._vpy_evaluate File "vapoursynth.pyx", line 3525, in vapoursynth._vpy_evaluate File "D:\TEMP\tempPreviewVapoursynthFile10_49_33_434.vpy", line 210, in clip = core.std.SetFrameProps(clip=clip, _Primaries=vs.PRIMARIES_ST170) ^^^^^^^^^^^^^^^^^^ AttributeError: module 'vapoursynth' has no attribute 'PRIMARIES_ST170'. Did you mean: 'PRIMARIES_ST170_M'? RE: help please - Selur - 17.05.2026 That's a bug, I introduced during refactoring. => uploading a new dev which should fix it. (will be up in ~10min) Cu Selur |