How to use Avisynth and load script directly into VEAI and output still images. - 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: How to use Avisynth and load script directly into VEAI and output still images. (/thread-1646.html) |
How to use Avisynth and load script directly into VEAI and output still images. - Rick - 24.12.2020 New user here. I am using Video Enhance AI to upscale my HD 1080p (master) footage (Prores file) to UHD images which I bring back in PP to render the UHD master as a video (Prores). Unfortunately there is a shift with the midtones/highlights/whites it doesn't look similar to the original master. Someone told me this info 'The only way to fix this is to use Avisynth and load the script directly into VEAI and output still images. It’s just a basic avs script calling the video with the right source filter and convert the file directly to RGB with the right color matrix according to the source Example AVISource(“yourvideo”).ConvertToRGB(matrix=Rec601) for SD or AVISource(“yourvideo”).ConvertToRGB(matrix=Rec709) for HD Then your PNG or TIFF will look exactly the same in terms of luma/chroma as the original source. Scopes will look different different because the video has more pixels and new pixels too but there normally will be no hue or gamma shift.' I would like to know if there is any step by step guide how I can accomplish this as I am not familiar with hybrid as a beginner. If there is not a step by step guide could someone help me with this? Thanks in advance. RE: How to use Avisynth and load script directly into VEAI and output still images. - Selur - 24.12.2020 No clue whether thers's a guide somewhere and since I'm on my mobile I can't write a step by strep. General idea is: If your input is an image sequence 1, import it with the current color matrix that is has. 2. use Avisynth/Vapourynth color matrix from that color matrix the the other color matrix 3. output to ProRes If you have a ProRes: 1. file import the fitle 2. use Avisynth/Vapourynth color matrix from/to, to adjust your colors the way you want 3. output to ProRes Cu Selur RE: How to use Avisynth and load script directly into VEAI and output still images. - Rick - 25.12.2020 (24.12.2020, 20:48)Selur Wrote: No clue whether thers's a guide somewhere and since I'm on my mobile I can't write a step by strep. I tried this settings what am I doing wrong? RE: How to use Avisynth and load script directly into VEAI and output still images. - Selur - 25.12.2020 Quote:I tried this settings what am I doing wrong?From your description before I would have used: a. the ColorMatrix filter convert the color matrix b. the Levels filter to adjust the gamma c. configured ProRes to reflect the new color matrix in it's VUI settings. Looking at your screenshots, I don't know why you are doing what you are doing.
I have no clue what the logic is behind what you are doing, but I dare not to doubt you, since you directly used the custom part to add custom additions to the generated Avisynth script. I assume you verified your changed using the script view and Avisynth preview. So assuming the script and the script output look the way you intended, you configured the ProRes encoding properly Hybrid should abide by those settings. Without knowing any real detail I have no clue what could have gone wrong. Cu Selur RE: How to use Avisynth and load script directly into VEAI and output still images. - Rick - 26.12.2020 (25.12.2020, 19:41)Selur Wrote:Quote:I tried this settings what am I doing wrong?From your description before I would have used: RE: How to use Avisynth and load script directly into VEAI and output still images. - Selur - 26.12.2020 Quote:When I tried to export this error popped upThat error means that the expected output of a video encoding or extraction job wasn't created, no clue why since I have no idea what's happening. -> Read [INFO] Infos needed to fix&reproduce bugs,.. and provide me with a proper debug output and I might be able to give you more details about what is going wrong. Cu Selur |