OvejaNegra
4th January 2011, 22:19
The audio editors usually have a normalizing tool that scans the whole signal to find the highest peak and normalize the signal to the highest possible level.
It's posible to do that with avisynth?
For example: Scan all the frames and find the most white and black parts and use that information with the levels filter.
Scan all the frames and find the most saturated part and use that information with the tweak filter to saturate the to the 70% (or 85% i dont remember now).
The audio editors usually have a volume maximizer (or compressor) that boost the low parts of the music to certain value and dont touch the high volume partes.
One thing that usualy bothers me with some videos is that sometimes i have frames with black areas (not the whole frame). If i increase the brigness, the whle frame gets more bright.
It's possible to increase the brigtness on those black spots (and only on those black spots), and leave the rest of the frame untouched.
And the oposite, make the brigt parts not that bright and let the rest of the frame untouched (for viewing during night)
The same with chroma, detect the parts of the frame that are less saturated and boost them a little, and let the saturated parts untouched.
My goal is use that in ffdshow.
thanks.
It's posible to do that with avisynth?
For example: Scan all the frames and find the most white and black parts and use that information with the levels filter.
Scan all the frames and find the most saturated part and use that information with the tweak filter to saturate the to the 70% (or 85% i dont remember now).
The audio editors usually have a volume maximizer (or compressor) that boost the low parts of the music to certain value and dont touch the high volume partes.
One thing that usualy bothers me with some videos is that sometimes i have frames with black areas (not the whole frame). If i increase the brigness, the whle frame gets more bright.
It's possible to increase the brigtness on those black spots (and only on those black spots), and leave the rest of the frame untouched.
And the oposite, make the brigt parts not that bright and let the rest of the frame untouched (for viewing during night)
The same with chroma, detect the parts of the frame that are less saturated and boost them a little, and let the saturated parts untouched.
My goal is use that in ffdshow.
thanks.