how to convert (TV NTSC gamma -> PC monitor gamma) , with avisynth? (PC monitor gamma -> TV NTSC gamma, too)
+ Reply to Thread
Results 1 to 6 of 6
-
-
desculpe manono, acho que fiz a pergunta errada.
o video NTSC original tem o gama de 2.2
o monitor aceita o gama 2.5
quais parametros devo usar no colorYUV para converter o gama de 2.2 para 2.5
The gamma value for NTSC/525 is set at 2.2
Monitors, then, are said to have a gamma of 2.5
which parameters should use in the colorYUV to convert the gamma of 2.2 for 2.5 ? -
ColorYUV(Levels="TV->PC") converts the intensity range from 16-235 for NTSC TV to 0-155 for the PC. That is a linear transformation, not a gamma correction.
I'm not sure how to calculate the gamma correction for going from 2.5 to 2.2. If you just take the ratio (2.5/2.2) you get 1.136 implying a setting of 35 in the ColorYUV() filter. Try:
ColorYUV(0, 0, 35)
That made the image on the PC monitor look very close to what the video normally looks like on TV. -
Maybe you'll like the Levels filter better. It has a Gamma setting and you can set it for PC or TV also:
http://www.avisynth.org/Levels -
Is it wise to change gamma in the file?
It depends on what your goal is. Normally gamma is optimized at the display adapter level to match the local display. If the file is only destined to a LCD computer monitor, then may be it is wise to change the file (e.g. imbedded in an application).
Gamma correction could also be applied as part of the capture process provided you had a calibrated reference monitor from which to make judgement.Recommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about
Similar Threads
-
kmplayer, how do you set the brightness/gamma ?
By vhelp in forum Software PlayingReplies: 1Last Post: 25th Sep 2011, 15:04 -
[SOLVED] Weird difference in gamma(color) output
By ladjack in forum Software PlayingReplies: 1Last Post: 7th Mar 2011, 07:16 -
Good gamma correction?
By axolotls in forum RestorationReplies: 17Last Post: 27th May 2010, 22:34 -
Gamma vs Contrast
By CSULB71 in forum ComputerReplies: 9Last Post: 30th Apr 2010, 09:38 -
Gamma encoding for PAL DVD
By absence in forum Video ConversionReplies: 0Last Post: 9th Jun 2009, 08:53