VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hello;
    I am ripping DVD to XviD and i created .AVS file but i need a codes for Hue,Saturation,Value for editing my output video(XviD) as like below;
    Hue: +5.0
    Saturation: +150.0
    Value: +0.0

    How can i write a code for them to my avisynth (AVS) file?



    Thanks for your helps...
    Quote Quote  
  2. I found them below;
    Code:
    Tweak(parameter_list) 
    
    hue (-180.0 to +180.0, default 0.0) is used to adjust the color hue of the image. Positive values shift the image towards red. Negative values shift it towards green. 
    
    sat (0.0 to 10.0, default 1.0) is used to adjust the color saturation of the image. Values above 1.0 increase the saturation. Values below 1.0 reduce the saturation. Use sat=0 to convert to grayscale. 
    
    bright (-255.0 to 255.0, default 0.0) is used to change the brightness of the image. Positive values increase the brightness. Negative values decrease it. 
    
    cont (0.0 to 10.0, default 1.0) is used to change the contrast of the image. Values above 1.0 increase the contrast. Values below 1.0 decrease the contrast.
    I dont know what is my paramater list name?
    And do i need a drop tweak.dll in Avisynth Plugins folder?
    Because i dropped and when i use megui it says tweak.dll is not Avisynth Plugin?
    Quote Quote  
  3. Tweak is an internal filter. No need to copy anything.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!