03.02.2024, 22:23
(03.02.2024, 20:57)Selur Wrote: Please, stop using full-quotes, it really makes reading your posts tiring.Ok, sorry.
(03.02.2024, 20:57)Selur Wrote: If you want to keep the color sampling to 4:2:2 while using FFV1, configure 'Color space' to 'i422'.Yes, before your answer I have prepared both 4:2:0 and also 4:2:2 color sampling.
Hmm. So:
1. If I insert original AVI file to Hybrid I can see:
# current color space: YUV422P8, bit depth: 8, resolution: 640x480, fps: 30, color matrix: 470bg, yuv luminance scale: full, scanorder: progressive
So it seems it is full range. But if I process the file, even using i422, I get :
# current color space: YUV422P8, bit depth: 8, resolution: 640x480, fps: 30, color matrix: 470bg, yuv luminance scale: limited, scanorder: progressive
So it seems it limited.
2. If I insert AVI into S. Encoder and put the resultant file into Hybrid, I also get:
# current color space: YUV422P8, bit depth: 8, resolution: 640x480, fps: 30, color matrix: 470bg, yuv luminance scale: limited, scanorder: progressive
So what do you suggest to do to get the same visially file after applying the filters in Hybrid as the original file?
If the original file is "full", then why should I change into "limited"?
Maybe I should just upload original AVI file into Hybrid, apply filters and use 'Filtering->Vapoursynth->Basic->Levels' set 'In(min/max)' to '0/255', set 'Out (min/max)' to '0/235' and set 'Range signaling' to 'full'?
PS I have played with the settings and it seems that the path you have proposed is fine:
"use 'Filtering->Vapoursynth->Basic->Levels' set 'In(min/max)' to '0/255', set 'Out (min/max)' to '16/235' and set 'Range signaling' to 'limited'"
It gives an even higher dynamic range than the original file...to be honest, I do not why such an approach is ok. If the original file shows 0-255 full scale, why limit it give at least the same dynamic range?
Should I add this setting in the Filter queue as the last line? - it goes automatically to the end.
PS 2 'Filtering->Vapoursynth->Basic->Levels' set 'In(min/max)' to '0/255', set 'Out (min/max)' to '16/235' and set 'Range signaling' to 'limited'. - what about setting 'Out (min/max)' to '0/255' and setting 'Range signaling' to 'full'. ?
I must check.
PS3 The original AVI changed into 'Out (min/max)' to '0/255' and setting 'Range signaling' to 'full' gives darker shadows and blown-out highlights - 'In(min/max)' set to '0/255' .
The original AVI changed into 'Out (min/max)' to '16/235' and setting 'Range signaling' to 'limited' gives brighter shadows and more information in highlights - 'In(min/max)' set to '0/255' . The whole clip looks less contrasty.